add nurgle icon to waybar
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"modules-left": ["custom/nurgle", "sway/workspaces"],
|
||||
|
||||
"custom/nurgle": {
|
||||
"format": "",
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
"modules-center": ["clock"],
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user