From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- artix/home/.config/waybar/style.css | 94 +++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 artix/home/.config/waybar/style.css (limited to 'artix/home/.config/waybar/style.css') diff --git a/artix/home/.config/waybar/style.css b/artix/home/.config/waybar/style.css new file mode 100644 index 0000000..cc2bab3 --- /dev/null +++ b/artix/home/.config/waybar/style.css @@ -0,0 +1,94 @@ +* { + font-family: "0xProto Nerd Font"; + 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; +} -- cgit v1.2.3