83 lines
1.9 KiB
Plaintext
83 lines
1.9 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 34,
|
|
"spacing": 8,
|
|
|
|
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "tray"],
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"on-click": "activate",
|
|
"format-icons": {
|
|
"1": "一",
|
|
"2": "二",
|
|
"3": "三",
|
|
"4": "四",
|
|
"5": "五",
|
|
"6": "六",
|
|
"7": "七",
|
|
"8": "八",
|
|
"9": "九",
|
|
"10": "十",
|
|
"active": "",
|
|
"default": ""
|
|
}
|
|
},
|
|
|
|
"hyprland/window": {
|
|
"format": "{}",
|
|
"separate-outputs": true,
|
|
"max-length": 50
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"format-alt": "{:%A, %B %d, %Y}",
|
|
"tooltip-format": "<tt><small>{calendar}</small></tt>"
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " {essid}",
|
|
"format-ethernet": "",
|
|
"format-disconnected": "",
|
|
"tooltip-format": "{ifname}: {ipaddr}",
|
|
"on-click": "nm-connection-editor"
|
|
},
|
|
|
|
"cpu": {
|
|
"format": " {usage}%",
|
|
"tooltip": false
|
|
},
|
|
|
|
"memory": {
|
|
"format": " {}%"
|
|
},
|
|
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
|
|
"tray": {
|
|
"spacing": 10
|
|
}
|
|
}
|