81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"mod": "dock",
|
|
"exclusive": true,
|
|
"passtrough": false,
|
|
"gtk-layer-shell": true,
|
|
"height": 32,
|
|
|
|
"modules-left": [
|
|
"hyprland/workspaces"
|
|
],
|
|
|
|
"modules-center": [],
|
|
|
|
"modules-right": [
|
|
"tray",
|
|
"network",
|
|
"battery",
|
|
"clock"
|
|
],
|
|
|
|
"hyprland/window": {
|
|
"format": "{}"
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
|
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
|
"all-outputs": true,
|
|
"on-click": "activate",
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "1",
|
|
"2": "2",
|
|
"3": "3",
|
|
"4": "4",
|
|
"5": "5",
|
|
"6": "6",
|
|
"7": "7",
|
|
"8": "8",
|
|
"9": "9",
|
|
"10": "10"
|
|
}
|
|
},
|
|
|
|
"tray": {
|
|
"icon-size": 12,
|
|
"tooltip": false,
|
|
"spacing": 10
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": " {volume}%",
|
|
"tooltip": false,
|
|
"format-muted": " N/A",
|
|
"on-click": "pavucontrol &",
|
|
"scroll-step": 5
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " {essid} {signalStrength}%",
|
|
"format-ethernet": "",
|
|
"format-disconnected": ""
|
|
},
|
|
|
|
"battery": {
|
|
"states": {
|
|
"warning": 20,
|
|
"critical": 15
|
|
},
|
|
"format": " {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%"
|
|
}
|
|
}
|