2022-08-10 17:13:05 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"layer": "top",
|
|
|
|
"output": "DP-1",
|
|
|
|
"position": "top",
|
|
|
|
"modules-left": ["wlr/taskbar"],
|
|
|
|
"modules-center": ["clock"],
|
2023-04-05 21:48:05 +02:00
|
|
|
"modules-right": ["memory","tray","custom/search","custom/poweroff"],
|
2022-08-10 17:13:05 +02:00
|
|
|
"fixed-center": true,
|
|
|
|
"spacing": 20,
|
|
|
|
"custom/poweroff":
|
|
|
|
{
|
|
|
|
"tooltip": false,
|
|
|
|
"format": "",
|
|
|
|
"on-click": "wlogout"
|
|
|
|
},
|
|
|
|
"custom/search":
|
|
|
|
{
|
|
|
|
"tooltip": false,
|
|
|
|
"format": "",
|
|
|
|
"on-click": "wofi --show drun"
|
|
|
|
},
|
|
|
|
"clock":
|
|
|
|
{
|
|
|
|
"interval": 60,
|
|
|
|
"format": "{:%a %H:%M %d-%m-%y}",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
2023-03-15 21:10:19 +01:00
|
|
|
"tray":
|
2022-08-10 17:13:05 +02:00
|
|
|
{
|
2023-03-15 21:10:19 +01:00
|
|
|
"icon-size": 20,
|
|
|
|
"spacing": 20
|
2022-08-10 17:13:05 +02:00
|
|
|
},
|
|
|
|
"memory":
|
|
|
|
{
|
|
|
|
"interval": 30,
|
|
|
|
"format": " {}%"
|
|
|
|
},
|
|
|
|
"wlr/taskbar":
|
|
|
|
{
|
|
|
|
"format": "{icon}",
|
|
|
|
"icon-size": 20,
|
|
|
|
"tooltip-format": "{title}",
|
|
|
|
"on-click": "activate",
|
2023-03-23 21:29:56 +01:00
|
|
|
"on-click-middle": "close",
|
|
|
|
"ignore-list": [
|
|
|
|
"wlogout"
|
|
|
|
]
|
2022-08-10 17:13:05 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"layer": "top",
|
|
|
|
"output": "DP-2",
|
|
|
|
"position": "top",
|
|
|
|
"modules-left": ["wlr/taskbar"],
|
|
|
|
"modules-center": ["clock"],
|
|
|
|
"modules-right": ["tray","custom/search","custom/poweroff"],
|
|
|
|
"fixed-center": true,
|
|
|
|
"spacing": 20,
|
|
|
|
"custom/poweroff":
|
|
|
|
{
|
|
|
|
"tooltip": false,
|
|
|
|
"format": "",
|
|
|
|
"on-click": "wlogout"
|
|
|
|
},
|
|
|
|
"custom/search":
|
|
|
|
{
|
|
|
|
"tooltip": false,
|
|
|
|
"format": "",
|
|
|
|
"on-click": "wofi --show drun"
|
|
|
|
},
|
|
|
|
"clock":
|
|
|
|
{
|
|
|
|
"interval": 60,
|
|
|
|
"format": "{:%a %H:%M %d-%m-%y}",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
2023-03-15 21:10:19 +01:00
|
|
|
"tray":
|
|
|
|
{
|
|
|
|
"icon-size": 20,
|
|
|
|
"spacing": 20
|
|
|
|
},
|
2022-08-10 17:13:05 +02:00
|
|
|
"wlr/taskbar":
|
|
|
|
{
|
|
|
|
"format": "{icon}",
|
|
|
|
"icon-size": 20,
|
|
|
|
"tooltip-format": "{title}",
|
|
|
|
"on-click": "activate",
|
2023-03-23 21:29:56 +01:00
|
|
|
"on-click-middle": "close",
|
|
|
|
"ignore-list": [
|
|
|
|
"wlogout"
|
|
|
|
]
|
2022-08-10 17:13:05 +02:00
|
|
|
}
|
|
|
|
}
|
2023-02-04 20:38:12 +01:00
|
|
|
]
|