81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"layer": "top",
|
||
|
|
"position": "top",
|
||
|
|
"modules-left": [
|
||
|
|
"hyprland/workspaces"
|
||
|
|
],
|
||
|
|
"modules-center": ["clock"],
|
||
|
|
"modules-right": [
|
||
|
|
"pulseaudio",
|
||
|
|
"battery",
|
||
|
|
"network",
|
||
|
|
"bluetooth",
|
||
|
|
"cpu",
|
||
|
|
"memory",
|
||
|
|
"custom/power"
|
||
|
|
],
|
||
|
|
"hyprland/workspaces": {
|
||
|
|
"persistent-workspaces": {
|
||
|
|
"*":5
|
||
|
|
},
|
||
|
|
"format": "{name}: {icon}",
|
||
|
|
"format-icons": {
|
||
|
|
"active": "",
|
||
|
|
"default": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tray": {
|
||
|
|
"icon-size": 21,
|
||
|
|
"spacing": 10
|
||
|
|
},
|
||
|
|
"clock": {
|
||
|
|
"timezone": "Europe/Budapest",
|
||
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||
|
|
"format": "{:%d - %H:%M}"
|
||
|
|
},
|
||
|
|
"network": {
|
||
|
|
"format-wifi": " ",
|
||
|
|
"format-ethernet": " ",
|
||
|
|
"format-disconnected": " ",
|
||
|
|
"interval": 5,
|
||
|
|
"tooltip": false,
|
||
|
|
"on-click" : "nm-connection-editor"
|
||
|
|
},
|
||
|
|
"bluetooth": {
|
||
|
|
"format": "",
|
||
|
|
"format-on": "{icon}",
|
||
|
|
"format-off": "{icon}",
|
||
|
|
"format-connected":"{icon}",
|
||
|
|
"format-icons":{
|
||
|
|
"on":"",
|
||
|
|
"off": "",
|
||
|
|
"connected": "",
|
||
|
|
},
|
||
|
|
"on-click": "blueman-manager",
|
||
|
|
"tooltip-format-connected":"{device_enumerate}"
|
||
|
|
},
|
||
|
|
"cpu": {
|
||
|
|
"interval": 1,
|
||
|
|
"format": "{icon0}{icon1}{icon2}{icon3} {usage:>2}%",
|
||
|
|
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
|
||
|
|
},
|
||
|
|
"memory": {
|
||
|
|
"interval": 30,
|
||
|
|
"format": " {used:0.1f}G/{total:0.1f}G"
|
||
|
|
},
|
||
|
|
"pulseaudio": {
|
||
|
|
"format": "{icon} {volume}%",
|
||
|
|
"format-muted": "",
|
||
|
|
"format-icons": {
|
||
|
|
"default": ["", "", " "]
|
||
|
|
},
|
||
|
|
"on-click": "pavucontrol"
|
||
|
|
},
|
||
|
|
"custom/power": {
|
||
|
|
"format": "<span color='#FF4040'> </span>",
|
||
|
|
"on-click": "systemctl poweroff",
|
||
|
|
"tooltip": true,
|
||
|
|
"tooltip-format": "关机"
|
||
|
|
}
|
||
|
|
}
|