diff --git a/roy-config/waybar/config b/roy-config/waybar/config index 5669c18..a92de01 100755 --- a/roy-config/waybar/config +++ b/roy-config/waybar/config @@ -37,19 +37,16 @@ "interval": 1 }, "wireplumber#sink": { - "format": "{icon} {volume}%", - "format-muted": "\ueee8", - "format-icons": [ - "\uefcf" - ], + "format": "󰕾 {volume}%", + "format-muted": "󰖁 {volume}%", "on-click": "~/.config/waybar/scripts/select-sink.sh", "on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "scroll-step": 5 }, "wireplumber#source": { "node-type": "Audio/Source", - "format": "\uf130 {volume}%", - "format-muted": "\uf131", + "format": "󰍬 {volume}%", + "format-muted": "󰍭 {volume}%", "on-click": "~/.config/waybar/scripts/select-source.sh", "on-click-right": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle", "scroll-step": 5 diff --git a/roy-config/wofi/style.css b/roy-config/wofi/style.css index ff83bd3..caf1faa 100644 --- a/roy-config/wofi/style.css +++ b/roy-config/wofi/style.css @@ -1,5 +1,5 @@ * { - font-family: "UbuntuMono Nerd Font", monospace; + font-family: "UbuntuMono Nerd Font"; font-size: 14px; } @@ -9,23 +9,17 @@ window { border: 2px solid #8caaee; } -#outer-box { - margin: 10px; -} - #input { - margin-bottom: 10px; + margin: 10px 10px 10px 10px; padding: 8px 10px; - background: #414559; color: #c6d0f5; - border: none; border-radius: 8px; } #scroll { - margin: 0; + margin: 0 10px 10px 10px; } #entry { @@ -43,7 +37,8 @@ window { color: #c6d0f5; } -#entry:selected #text { +#entry:selected #text, +#entry:selected label { color: #8caaee; } @@ -51,29 +46,11 @@ window { margin-right: 8px; } -label { - color: #c6d0f5; -} - image { margin-right: 8px; } -#entry { - background: transparent; - border-radius: 6px; -} - -#entry:selected { - background: #51576d; -} - -#entry:selected label, -#entry:selected #text { - color: #8caaee; -} - -#text { +label { color: #c6d0f5; }