summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-11 21:33:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-11 21:33:04 +0200
commit3939e292542201f07ab1d4378ad5ddab88350101 (patch)
treea33d76a7b46e954680418b5225102a502f9a393d /accounts
parentde2aceb73b9e2e3157a02d6eaa387d9127b502fc (diff)
downloadnixos-3939e292542201f07ab1d4378ad5ddab88350101.tar
nixos-3939e292542201f07ab1d4378ad5ddab88350101.tar.gz
nixos-3939e292542201f07ab1d4378ad5ddab88350101.tar.bz2
nixos-3939e292542201f07ab1d4378ad5ddab88350101.tar.xz
nixos-3939e292542201f07ab1d4378ad5ddab88350101.zip
...
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 = ["&#xf008e;" "&#xf007a;" "&#xf007b;" "&#xf007c;" "&#xf007d;" "&#xf007e;" "&#xf007f;" "&#xf0080;" "&#xf0081;" "&#xf0082;" "&#xf0079;" ]; 338 format-icons = ["&#xf008e;" "&#xf007a;" "&#xf007b;" "&#xf007c;" "&#xf007d;" "&#xf007e;" "&#xf007f;" "&#xf0080;" "&#xf0081;" "&#xf0082;" "&#xf0079;" ];
339 format-charging = "&#xf0684;"; 339 format-charging = "&#xf0084;";
340 format-plugged = "&#xf06a5;"; 340 format-plugged = "&#xf06a5;";
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 }