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
+1 -1
View File
@@ -5,7 +5,7 @@
"modules-left": ["custom/nurgle", "sway/workspaces"],
"custom/nurgle": {
"format": "",
"format": " ",
"tooltip": false
},
"modules-center": ["clock"],
+2 -3
View File
@@ -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 {