hurricane: 129 current 2025-06-29 21:03:24 25.05.20250620.b2485d5 6.15.3 *

waybar
hurricane: 130 current  2025-06-29 21:05:15  25.05.20250620.b2485d5     6.15.3                          *
This commit is contained in:
2025-06-29 21:03:38 +02:00
parent 8cb30719fa
commit 69ea9a05dc

View File

@ -75,7 +75,8 @@
battery = { battery = {
interval = 60; interval = 60;
states = { states = {
good = 95; good = 100;
normal = 90;
warning = 30; warning = 30;
critical = 15; critical = 15;
}; };
@ -91,8 +92,8 @@
interval = 1; interval = 1;
"dynamic-len" = 60; "dynamic-len" = 60;
"status-icons" = { "status-icons" = {
playing = ""; playing = "";
paused = ""; paused = "";
stopped = ""; stopped = "";
}; };
"dynamic-order" = ["title" "artist"]; "dynamic-order" = ["title" "artist"];
@ -388,8 +389,8 @@
} }
#mpris.playing { #mpris.playing {
background: alpha(@yellow,.6); background: alpha(@blue,.6);
color: @fglight; color: @fg;
} }
#tray menu { #tray menu {