blob: 8c9afdea7f43b811bc87eab8bdd7b30a33b53eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}
}
|