diff --git a/config/waybar/config b/config/waybar/config index a3ba82e..4d04955 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -5,7 +5,7 @@ "modules-left": ["custom/nurgle", "sway/workspaces"], "custom/nurgle": { - "format": "", + "format": " ", "tooltip": false }, "modules-center": ["clock"], diff --git a/config/waybar/style.css b/config/waybar/style.css index ca77a9c..1e2d208 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -13,11 +13,10 @@ window#waybar { #custom-nurgle { background-image: url("/home/ulve/.config/qtile/icons/nurgle.png"); - background-size: contain; + background-size: 20px 20px; background-repeat: no-repeat; background-position: center; - min-width: 24px; - padding: 0 4px; + min-width: 28px; } #workspaces button {