diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-15 18:36:24 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-16 09:41:40 +0200 |
| commit | 1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 (patch) | |
| tree | a1c263d989a863962aa21628af371c0e2c43ee34 /artix/template | |
| parent | 63ca893729aa0436c9eeab96e0934b143dc53d17 (diff) | |
???
Diffstat (limited to 'artix/template')
| -rw-r--r-- | artix/template/alacritty/alacritty.toml | 2 | ||||
| -rw-r--r-- | artix/template/waybar/style.css | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/artix/template/alacritty/alacritty.toml b/artix/template/alacritty/alacritty.toml index 0b0f612..1ef4213 100644 --- a/artix/template/alacritty/alacritty.toml +++ b/artix/template/alacritty/alacritty.toml @@ -4,7 +4,7 @@ opacity = 0.73 [font] normal = { family = "$FONT", style = "Regular" } -size = 17 +size = 14 [colors.primary] background = '$HEX_BACKGROUND' 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; } |
