styles + window rules

This commit is contained in:
2025-08-23 16:19:05 +02:00
parent 01f7b4fb8e
commit 98bd7c5393
5 changed files with 22 additions and 11 deletions

View File

@@ -126,14 +126,14 @@
"return-type": "json",
"exec": "/home/narl/.config/waybar/scripts/audio.sh show",
"on-click": "/home/narl/.config/waybar/scripts/audio.sh cycle",
"interval": 5
"interval": 1
},
"custom/gamemode": {
"format": "{}",
"return-type": "json",
"exec": "~/.config/waybar/scripts/gamemode_status.sh",
"on-click": "~/.config/hypr/scripts/gamemode.sh",
"interval": 5
"interval": 1
},
"custom/gpu-screen-recorder": {
"format": "{}",
@@ -142,7 +142,7 @@
"on-click-right": "~/.config/hypr/scripts/replay-ctrl.sh save",
"on-click-middle": "nautilus ~/Videos/replay",
"on-click": "~/.config/waybar/scripts/toggle-replay.sh",
"interval": 5
"interval": 1
},
"custom/gpu": {
"format": "{}",

View File

@@ -134,8 +134,8 @@ window#waybar.hidden {
#custom-gpu-screen-recorder.recording,
#custom-gamemode.active {
color: @teal;
border-bottom: 3px solid @teal;
color: @yellow;
border-bottom: 3px solid @yellow;
}
#custom-tlp {
@@ -192,11 +192,10 @@ window#waybar.hidden {
#memory,
#cpu,
#network,
#custom-gpu.normal,
#custom-cpu.normal,
#custom-mem.normal {
color: @lavender;
color: @blue;
/* border-bottom: 3px solid @mauve; */
}
@@ -209,6 +208,10 @@ window#waybar.hidden {
padding-right: 16px;
}
#network {
color: @maroon;
}
#custom-audio-output.unmuted, #wireplumber {
color: @maroon;
border-bottom: 3px solid @maroon;
@@ -217,7 +220,7 @@ window#waybar.hidden {
#clock {
color: @maroon;
color: @teal;
}
#network {