diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 00:15:20 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 00:15:20 +0200 |
| commit | c36e55e90f9bdcf2c080a874b947632fb3d56202 (patch) | |
| tree | d4ec4804a3312ea6e9d9666d6c3b554a86888b45 /nixos/config/waybar/style.css | |
| parent | cc84916ba8c8f9b2e7b176ae3bd00aabac5137a1 (diff) | |
add nixos dotfiles
Diffstat (limited to 'nixos/config/waybar/style.css')
| -rw-r--r-- | nixos/config/waybar/style.css | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/nixos/config/waybar/style.css b/nixos/config/waybar/style.css new file mode 100644 index 0000000..4e7b6e8 --- /dev/null +++ b/nixos/config/waybar/style.css @@ -0,0 +1,94 @@ +* { + font-family: "monospace"; + font-weight: bold; +} + +#waybar { + background: #1a1b26; + color: #fff; +} + +#workspaces button { + color: #fff; + border-radius: 0; +} + +#workspaces button.active { + background: #ad8ee6; +} + +#workspaces button.special { + background: #7aa2f7; +} + +#workspaces button.urgent { + background: #f7768e; +} + +#workspaces button:hover { + box-shadow: none; + text-shadow: none; + background: #32344a; + border: none; + transition: none; + color: #7aa2f7; +} + +#battery, +#cpu, +#memory, +#pulseaudio, +#network, +#clock, +#tray, +#temperature, +#workspaces button { + padding: 7 7; +} + +#network { + background: #449dab; +} + +#pulseaudio { + background: #ad8ee6; +} + +#pulseaudio.bluetooth { + background: #7aa2f7; +} + +#battery, +#cpu, +#memory, +#temperature { + background: #9ece6a; +} + +#battery.warning, +#cpu.warning, +#memory.warning { + background: #e0af68; +} + +#battery.urgent, +#cpu.urgent, +#memory.urgent, +#network.disabled { + background: #ff9e64; +} + +#battery.critical, +#cpu.critical, +#pulseaudio.muted, +#memory.critical, +#network.disconnected, +#temperature.critical { + background: #f7768e +} + +#window { + margin-left: 10px; + background: #32344a; + padding: 7; +} |
