diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index cabc4b22..220d017e 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -406,9 +406,9 @@ in { | |||
406 | interval = 20; | 406 | interval = 20; |
407 | }; | 407 | }; |
408 | tray = { | 408 | tray = { |
409 | icon-size = iconSize; | 409 | icon-size = 16; |
410 | # show-passive-items = true; | 410 | # show-passive-items = true; |
411 | spacing = 2; | 411 | spacing = 1; |
412 | }; | 412 | }; |
413 | privacy = { | 413 | privacy = { |
414 | icon-spacing = 6; | 414 | icon-spacing = 6; |
@@ -417,6 +417,7 @@ in { | |||
417 | }; | 417 | }; |
418 | idle_inhibitor = { | 418 | idle_inhibitor = { |
419 | format = "{icon}"; | 419 | format = "{icon}"; |
420 | icon-size = 16; | ||
420 | format-icons = { activated = "󰈈"; deactivated = "󰈉"; }; | 421 | format-icons = { activated = "󰈈"; deactivated = "󰈉"; }; |
421 | }; | 422 | }; |
422 | backlight = { | 423 | backlight = { |
@@ -428,6 +429,7 @@ in { | |||
428 | }; | 429 | }; |
429 | pulseaudio = { | 430 | pulseaudio = { |
430 | format = "{icon}"; | 431 | format = "{icon}"; |
432 | icon-size = 16; | ||
431 | tooltip-format = "{volume}% {desc}"; | 433 | tooltip-format = "{volume}% {desc}"; |
432 | format-icons = ["󰕿" "󰖀" "󰕾"]; | 434 | format-icons = ["󰕿" "󰖀" "󰕾"]; |
433 | format-muted = "󰝟"; | 435 | format-muted = "󰝟"; |
@@ -520,10 +522,12 @@ in { | |||
520 | } | 522 | } |
521 | #battery, #idle_inhibitor, #backlight, #pulseaudio { | 523 | #battery, #idle_inhibitor, #backlight, #pulseaudio { |
522 | color: @grey; | 524 | color: @grey; |
525 | } | ||
526 | #battery, #pulseaudio { | ||
523 | margin: 0 5px 0 2px; | 527 | margin: 0 5px 0 2px; |
524 | } | 528 | } |
525 | #backlight { | 529 | #backlight { |
526 | margin: 0 9px 0 1px; | 530 | margin: 0 9px 0 3px; |
527 | } | 531 | } |
528 | #battery.discharging { | 532 | #battery.discharging { |
529 | color: @white; | 533 | color: @white; |