Add icon to workspaces

This commit is contained in:
RealStickman 2023-05-01 17:17:47 +02:00
parent e8c49f2dbd
commit 00cdbe0084

View File

@ -11,7 +11,11 @@
"wlr/workspaces": {
"all-outputs": true,
"on-click": "activate",
"format": "{name}",
"format": "{name}: {icon}",
"format-icons": {
"focused": "",
"default": ""
},
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},