diff --git a/waybar/config.jsonc b/waybar/config.jsonc index dd9a92f..066e918 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -134,7 +134,7 @@ "tooltip-format": "Change Wallpaper", "on-click": "~/dotfiles/.scripts/pywal-swww.sh", "format-icons": { - "default": "", + "default": "", }, }, } diff --git a/waybar/style.css b/waybar/style.css index 95eca0e..616818b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -69,8 +69,7 @@ #clock, #idle_inhibitor, #mpris, -#wireplumber, -#custom-swww { +#wireplumber { background: @button; } @@ -109,7 +108,7 @@ } #custom-swww { - padding: 0 16px 0 8px; + padding: 0 16px 0 10px; font-size: 18px; }