From 5d1d3cf38936db6d4dfd0149341a0b316dba0c0c Mon Sep 17 00:00:00 2001 From: fwastring Date: Wed, 26 Nov 2025 11:20:44 +0100 Subject: [PATCH] changed to peach --- moduler/programs/waybar/waybar-latte.css | 22 +++++++++++----------- moduler/programs/waybar/waybar-mocha.css | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/moduler/programs/waybar/waybar-latte.css b/moduler/programs/waybar/waybar-latte.css index 2c691a1..8c11c19 100644 --- a/moduler/programs/waybar/waybar-latte.css +++ b/moduler/programs/waybar/waybar-latte.css @@ -60,14 +60,14 @@ button { /* hover */ button:hover { background: rgba(255,255,255,0.08); - box-shadow: inset 0 -3px @green; + box-shadow: inset 0 -3px @peach; } /* active (no CSS transform in GTK; simulate press with padding + shadow) */ button:active { padding-top: 1px; /* nudge down visually */ padding-bottom: 1px; /* keep height stable */ - box-shadow: inset 0 -2px @green; + box-shadow: inset 0 -2px @peach; color: @base; } @@ -88,9 +88,9 @@ button:active { } #workspaces button.active, #workspaces button.focused { - background: @green; + background: @peach; color: @base; - box-shadow: inset 0 -3px @green; + box-shadow: inset 0 -3px @peach; } #workspaces button.urgent { @@ -101,7 +101,7 @@ button:active { /* -------- Clock -------- */ #clock { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -109,7 +109,7 @@ button:active { /* -------- Mpris -------- */ #mpris { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -117,7 +117,7 @@ button:active { /* -------- Pavu -------- */ #pulseaudio { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -125,7 +125,7 @@ button:active { /* -------- Bluetooth -------- */ #bluetooth { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -133,7 +133,7 @@ button:active { /* -------- Upower -------- */ #upower { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -141,7 +141,7 @@ button:active { /* -------- Network -------- */ #network { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -149,5 +149,5 @@ button:active { /* -------- Helpers -------- */ @keyframes blink { - to { background-color: @green; color: @base; } + to { background-color: @peach; color: @base; } } diff --git a/moduler/programs/waybar/waybar-mocha.css b/moduler/programs/waybar/waybar-mocha.css index 220f27b..71edc44 100644 --- a/moduler/programs/waybar/waybar-mocha.css +++ b/moduler/programs/waybar/waybar-mocha.css @@ -60,14 +60,14 @@ button { /* hover */ button:hover { background: rgba(255,255,255,0.08); - box-shadow: inset 0 -3px @green; + box-shadow: inset 0 -3px @peach; } /* active (no CSS transform in GTK; simulate press with padding + shadow) */ button:active { padding-top: 1px; /* nudge down visually */ padding-bottom: 1px; /* keep height stable */ - box-shadow: inset 0 -2px @green; + box-shadow: inset 0 -2px @peach; color: @base; } @@ -88,9 +88,9 @@ button:active { } #workspaces button.active, #workspaces button.focused { - background: @green; + background: @peach; color: @base; - box-shadow: inset 0 -3px @green; + box-shadow: inset 0 -3px @peach; } #workspaces button.urgent { @@ -101,7 +101,7 @@ button:active { /* -------- Clock -------- */ #clock { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -109,7 +109,7 @@ button:active { /* -------- Mpris -------- */ #mpris { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -117,7 +117,7 @@ button:active { /* -------- Pavu -------- */ #pulseaudio { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -125,7 +125,7 @@ button:active { /* -------- Bluetooth -------- */ #bluetooth { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -133,7 +133,7 @@ button:active { /* -------- Upower -------- */ #upower { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -141,7 +141,7 @@ button:active { /* -------- Network -------- */ #network { - background: @green; + background: @peach; color: @base; font-weight: 600; letter-spacing: 0.2px; @@ -149,5 +149,5 @@ button:active { /* -------- Helpers -------- */ @keyframes blink { - to { background-color: @green; color: @base; } + to { background-color: @peach; color: @base; } }