From 0aa188cb3c59107f657d90ed88024f3f4ae94b08 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 2 Aug 2026 17:05:08 -0500 Subject: [PATCH] waybar style --- roy-config/waybar/config | 3 +-- roy-config/waybar/style.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/roy-config/waybar/config b/roy-config/waybar/config index 6a5f382..b994703 100755 --- a/roy-config/waybar/config +++ b/roy-config/waybar/config @@ -38,9 +38,8 @@ }, "wireplumber#sink": { "format": "{icon} {volume}%", - "format-muted": "\uf6a9", + "format-muted": "\uf026", "format-icons": [ - "\uf026", "\uf027", "\uf028" ], diff --git a/roy-config/waybar/style.css b/roy-config/waybar/style.css index e0450a0..911972c 100755 --- a/roy-config/waybar/style.css +++ b/roy-config/waybar/style.css @@ -27,8 +27,14 @@ border-radius: 2px; } -#wireplumber.sink, -#wireplumber.source, +#wireplumber { + background-color: @background-alt; + border-radius: 3px; + padding-left: 0.5em; + padding-right: 0.5em; + min-width: 4em; +} + #bat, #net { background-color: @background-alt;