void-desktop/config-files/waybar/config

94 lines
2.2 KiB
Text
Raw Normal View History

2022-08-10 17:13:05 +02:00
[
{
"layer": "top",
"output": "DP-1",
"position": "top",
"modules-left": ["wlr/taskbar"],
"modules-center": ["clock"],
"modules-right": ["temperature","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
},
"tray":
2022-08-10 17:13:05 +02:00
{
"icon-size": 20,
"spacing": 20
2022-08-10 17:13:05 +02:00
},
"memory":
{
"interval": 30,
"format": " {}%"
},
"temperature":
{
"format": " {temperatureC}°C"
},
"wlr/taskbar":
{
"format": "{icon}",
"icon-size": 20,
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close"
}
},
{
"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
},
"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",
"on-click-middle": "close"
}
}
2023-02-04 20:38:12 +01:00
]