use relative path for nurgle icon in waybar css

This commit is contained in:
2026-06-13 11:48:50 +02:00
parent db2ad74b60
commit e91b96405e
+1 -1
View File
@@ -12,7 +12,7 @@ window#waybar {
} }
#custom-nurgle { #custom-nurgle {
background-image: url("~/.config/waybar/nurgle.png"); background-image: url("nurgle.png");
background-size: 20px 20px; background-size: 20px 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;