add nurgle icon to waybar

This commit is contained in:
2026-06-12 22:04:46 +02:00
parent 832fda7d5f
commit c23034bd0a
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -13,11 +13,10 @@ window#waybar {
#custom-nurgle { #custom-nurgle {
background-image: url("/home/ulve/.config/qtile/icons/nurgle.png"); background-image: url("/home/ulve/.config/qtile/icons/nurgle.png");
background-size: contain; background-size: 20px 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
min-width: 24px; min-width: 28px;
padding: 0 4px;
} }
#workspaces button { #workspaces button {