diff options
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 { |
