diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:20:43 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-05-28 16:27:41 -0400 |
| commit | 8c6b1547abbec3ad600c0aef1de4f31afb4ed807 (patch) | |
| tree | 6e80dadc12956af98e3f1f2c3f86bffc5bd4c79d /.config/waybar/yoink | |
| parent | 42300557bf72c5a267cf89b5902cf58eb1ba6b82 (diff) | |
synccolemak
Diffstat (limited to '.config/waybar/yoink')
| -rw-r--r-- | .config/waybar/yoink/config | 8 | ||||
| -rw-r--r-- | .config/waybar/yoink/style.css | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/.config/waybar/yoink/config b/.config/waybar/yoink/config index 9f8fd31..c4a0384 100644 --- a/.config/waybar/yoink/config +++ b/.config/waybar/yoink/config @@ -5,7 +5,7 @@ "sway/mode": { "format": "<span style=\"italic\">{}</span>" }, - "position": "bottom", // Waybar position (top|bottom|left|right) + "position": "top", // Waybar position (top|bottom|left|right) "network": { "format-wifi": "({signalStrength}%) ", "format-ethernet": "{ifname} ", @@ -80,9 +80,7 @@ }, "backlight": { "device": "intel_backlight", - "format": "{percent}% {icon}", - "format-icons": [""], - "on-scroll-up": "brightnessctl set +5%", - "on-scroll-down": "~/bin/decrement-brightness.sh" + "format": "{icon}", + "format-icons": ["", "", "", "", "", "", "", "", ""] } } diff --git a/.config/waybar/yoink/style.css b/.config/waybar/yoink/style.css index c582e51..bc27bb1 100644 --- a/.config/waybar/yoink/style.css +++ b/.config/waybar/yoink/style.css @@ -1,7 +1,15 @@ +@import "mocha.css"; +/* @define-color hover rgba(208, 240, 192, 0.6); */ +/* @define-color text #d3b58d; */ +/* @define-color background # rgba(6, 38, 37, 0.95); */ +/* @define-color highlight rgba(12, 76, 74, 1.0); */ + @define-color hover rgba(208, 240, 192, 0.6); -@define-color text #d3b58d; -@define-color background rgba(6, 38, 37, 0.95); -@define-color highlight rgba(12, 76, 74, 1.0); +@define-color text #cdd6f4; +@define-color background rgba(30, 30, 46, 0.87); +@define-color highlight rgba(88, 91, 112, 1); + + * { border: none; @@ -84,13 +92,13 @@ window#waybar { } #battery.charging, #battery.plugged { - color: #ffffff; - background-color: #26A65B; + color: #000000; + background-color: @green; } #battery.warning:not(.charging) { color: #0000ff; - background-color: #ffbf00; + background-color: @red; } @keyframes blink { |
