1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"layer": "top",
"position": "bottom",
"height": 35,
"spacing": 4,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["clock"],
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{id}",
"on-click": "activate"
},
"hyprland/window": {
"format": "{}",
"max-length": 40,
"separate-outputs": true
},
"clock": {
"format": "{:%I:%M %p}",
"tooltip": false
}
}
|