diff options
Diffstat (limited to 'home/modules/profiles/base/config/waybar-style.nix')
-rw-r--r-- | home/modules/profiles/base/config/waybar-style.nix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix index 8e55b93..b616757 100644 --- a/home/modules/profiles/base/config/waybar-style.nix +++ b/home/modules/profiles/base/config/waybar-style.nix @@ -14,13 +14,13 @@ #workspaces button { padding: 0 4px; - background: #c495a2; + background: #d4ae80; color: #18191f; border-bottom: 2px solid #c495a2; } #workspaces button.focused { - background: #c495a2; + background: #d4ae80; border-bottom: 2px solid #18191f; } @@ -40,54 +40,54 @@ #custom-nixos { padding: 0 6px; margin: 0; - background-color: #c495a2; + background-color: #d4ae80; color: #18191f; } @keyframes blink { to { - background-color: #c495a2; + background-color: #d4ae80; color: #18191f; } } #cpu { - background-color: #8bb0a6; + background-color: #cbc0ab; } #network { - background-color: #8bb0a6; + background-color: #cbc0ab; } #memory { - background-color: #8bb0a6; + background-color: #cbc0ab; } #pulseaudio { - background-color: #8bb0a6; + background-color: #cbc0ab; } #battery { - background-color: #8bb0a6; + background-color: #cbc0ab; } #battery.full { - background-color: #8bb0a6; + background-color: #cbc0ab; color: #18191f; } #battery.discharging { - background-color: #8bb0a6; + background-color: #cbc0ab; color: #18191f; } #battery.charging { - background-color: #8bb0a6; + background-color: #cbc0ab; color: #18191f; } #battery.warning:not(.charging) { - background-color: #8bb0a6; + background-color: #cbc0ab; color: #18191f; animation-name: blink; animation-duration: 0.5s; |