remove qtile bar and add nurgle icon to waybar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"modules-left": ["sway/workspaces"],
|
||||
"modules-left": ["custom/nurgle", "sway/workspaces"],
|
||||
|
||||
"custom/nurgle": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["cpu", "battery"],
|
||||
|
||||
|
||||
@@ -11,6 +11,15 @@ window#waybar {
|
||||
color: #f3eeea;
|
||||
}
|
||||
|
||||
#custom-nurgle {
|
||||
background-image: url("/home/ulve/.config/qtile/icons/nurgle.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
min-width: 24px;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #f3eeea;
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user