From 1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Fri, 15 May 2026 18:36:24 +0200 Subject: ??? --- artix/template/waybar/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'artix/template/waybar/style.css') diff --git a/artix/template/waybar/style.css b/artix/template/waybar/style.css index c093460..a851cfe 100644 --- a/artix/template/waybar/style.css +++ b/artix/template/waybar/style.css @@ -14,7 +14,7 @@ } #workspaces button.active { - background: $HEX_BRIGHT_MAGENTA; + background: $HEX_NORMAL_MAGENTA; } #workspaces button.special { @@ -55,27 +55,27 @@ } #pulseaudio.bluetooth { - background: #7aa2f7; + background: $HEX_NORMAL_BLUE; } #battery, #cpu, #memory, #temperature { - background: #9ece6a; + background: $HEX_NORMAL_GREEN; } #battery.warning, #cpu.warning, #memory.warning { - background: #e0af68; + background: $HEX_NORMAL_YELLOW; } #battery.urgent, #cpu.urgent, #memory.urgent, #network.disabled { - background: #ff9e64; + background: $HEX_BRIGHT_RED; } #battery.critical, @@ -84,11 +84,11 @@ #memory.critical, #network.disconnected, #temperature.critical { - background: #f7768e + background: $HEX_NORMAL_RED } #window { margin-left: 10px; - background: #32344a; + background: $HEX_BACKGROUND; padding: 7; } -- cgit v1.2.3