40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 35,
|
|
"spacing": 4,
|
|
|
|
"modules-left": ["clock", "hyprland/window"],
|
|
"modules-center": ["hyprland/workspaces"],
|
|
"modules-right": ["pulseaudio", "network", "cpu", "memory", "tray"],
|
|
|
|
"clock": {
|
|
"format": "{:%H:%M | %d.%m.}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
|
},
|
|
"cpu": {
|
|
"format": "CPU: {usage}%",
|
|
"tooltip": false
|
|
},
|
|
"network": {
|
|
"format": "{ipaddr}"
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}: {windows}",
|
|
"format-window-separator": "",
|
|
"workspace-taskbar": {
|
|
"enable": true,
|
|
"update-active-window": true,
|
|
"format": "{icon} ",
|
|
"icon-size": 18,
|
|
"on-click-window": "${SCRIPTS}/focus-window.sh {address} {button}"
|
|
}
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-icons": {
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
}
|
|
} |