From c23034bd0a0b37655760dd7f092eb3629c1c945d Mon Sep 17 00:00:00 2001 From: ulve Date: Fri, 12 Jun 2026 22:04:46 +0200 Subject: [PATCH] add nurgle icon to waybar --- config/waybar/config | 2 +- config/waybar/style.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 {