waybar: use workspace taskbar icons

This commit is contained in:
2026-02-04 11:47:28 -08:00
parent 68f9809798
commit 304376397b
3 changed files with 24 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
"on-click": "pavucontrol"
},
"hyprland/workspaces": {
"format": "{id}",
"format": "{id} {windows}",
"on-click": "activate",
"workspace-taskbar": {
"enable": true,

View File

@@ -82,7 +82,7 @@ button:hover {
}
#workspaces .taskbar-window {
padding: 0 4px;
padding: 0 2px;
}
#workspaces .taskbar-window.active {
@@ -90,8 +90,12 @@ button:hover {
box-shadow: inset 0 -3px #ffffff;
}
#workspaces .taskbar-window label {
color: #ffffff;
}
#workspaces .taskbar-window image {
margin: 0 2px;
margin: 0 1px;
}
#mode {