59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"layer": "top",
|
|
"modules-left": ["wlr/workspaces", "hyprland/window"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": [
|
|
"backlight",
|
|
"pulseaudio",
|
|
"network",
|
|
"battery",
|
|
"tray"
|
|
],
|
|
"hyprland/window": {
|
|
},
|
|
"network": {
|
|
|
|
},
|
|
"bat": {
|
|
|
|
},
|
|
"backlight": {
|
|
"format": "{percent}% {icon}",
|
|
"format-icons": ["", ""]
|
|
},
|
|
"wlr/workspaces": {
|
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
|
"on-click": "activate",
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"urgent": "",
|
|
"active": "",
|
|
"default": ""
|
|
}
|
|
},
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"max-volume": 100,
|
|
"on-click": "pavucontrol"
|
|
}
|
|
}
|