32 lines
689 B
Plaintext
32 lines
689 B
Plaintext
{
|
|
"layer": "bottom",
|
|
"position": "top",
|
|
"modules-left": ["hyprland/window"],
|
|
"modules-center": ["wlr/workspaces"],
|
|
"modules-right": ["clock", "idle_inhibitor", "tray"],
|
|
"hyprland/window": {
|
|
"format": "{}",
|
|
"seperate-outputs": true
|
|
},
|
|
"wlr/workspaces": {
|
|
"format": "{name}",
|
|
"on-click": "activate",
|
|
"sort-by-number": true
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"deactivated": "💤",
|
|
"activated": "🦉",
|
|
"default": ""
|
|
}
|
|
},
|
|
"tray": {
|
|
"icon-size": 24,
|
|
"spacing": 16
|
|
},
|
|
"clock": {
|
|
"format": "{:%m-%d %H:%M}",
|
|
}
|
|
}
|