make icon of taskbar larger

This commit is contained in:
kuoi 2022-08-22 18:56:57 +01:00
parent 4c4673744b
commit 5220076e1c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 32, "height": 35,
"spacing": 4, "spacing": 4,
"mode": "dock", "mode": "dock",
"margin-top": 0, "margin-top": 0,
@ -15,7 +15,7 @@
// Modules configuration // Modules configuration
"wlr/taskbar": { "wlr/taskbar": {
"format": "{icon}", "format": "{icon}",
"icon-size": 20, "icon-size": 23,
"icon-theme": "Tela", "icon-theme": "Tela",
"tooltip-format": "{title}", "tooltip-format": "{title}",
"on-click": "minimize", "on-click": "minimize",