diff options
Diffstat (limited to 'modules/extras/taskbar.jsonc')
| -rw-r--r-- | modules/extras/taskbar.jsonc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/extras/taskbar.jsonc b/modules/extras/taskbar.jsonc new file mode 100644 index 0000000..8c9afde --- /dev/null +++ b/modules/extras/taskbar.jsonc @@ -0,0 +1,18 @@ +// Open applications, drawn with each application's own icon. +// +// icon-theme used to name Papirus, which is not installed on this machine, so +// GTK fell back silently. It now names the theme the rest of the desktop uses. +{ + "wlr/taskbar": { + "all-outputs": false, + "format": "{icon}", + "icon-theme": "Material-Black-Plum-Suru", + "icon-size": 20, + "tooltip": true, + "tooltip-format": "{title}", + "on-click": "activate", + "on-click-middle": "close", + "ignore-list": ["kitty-scratchpad"], + "cursor": true + } +} |
