summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 947c1fef..a4f1689a 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -336,7 +336,7 @@ in {
336 format = "{icon}"; 336 format = "{icon}";
337 states = { warning = 30; critical = 15; }; 337 states = { warning = 30; critical = 15; };
338 format-icons = ["󰂎" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ]; 338 format-icons = ["󰂎" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
339 format-charging = "󰚄"; 339 format-charging = "󰂄";
340 format-plugged = "󰚥"; 340 format-plugged = "󰚥";
341 tooltip-format = "{capacity}% {timeTo}"; 341 tooltip-format = "{capacity}% {timeTo}";
342 interval = 20; 342 interval = 20;
@@ -416,6 +416,9 @@ in {
416 #workspaces button { 416 #workspaces button {
417 color: @white; 417 color: @white;
418 } 418 }
419 #workspaces button.empty {
420 color: @grey;
421 }
419 #workspaces button.visible { 422 #workspaces button.visible {
420 color: @blue; 423 color: @blue;
421 } 424 }
@@ -425,22 +428,19 @@ in {
425 #workspaces button.urgent { 428 #workspaces button.urgent {
426 color: @red; 429 color: @red;
427 } 430 }
428 #workspaces button.empty {
429 color: @grey;
430 }
431 431
432 #battery, #idle_inhibitor { 432 #battery, #idle_inhibitor {
433 color: @grey; 433 color: @grey;
434 } 434 }
435 #battery.charging {
436 color: @white;
437 }
438 #battery.warning { 435 #battery.warning {
439 color: @orange; 436 color: @orange;
440 } 437 }
441 #battery.critical { 438 #battery.critical {
442 color: @red; 439 color: @red;
443 } 440 }
441 #battery.charging {
442 color: @white;
443 }
444 #idle_inhibitor.activated { 444 #idle_inhibitor.activated {
445 color: @white; 445 color: @white;
446 } 446 }