56 lines
1.2 KiB
Plaintext

[
{
"layer": "top",
"height": 30,
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
"modules-center": ["custom/time", "hyprland/window"],
"modules-right": ["custom/metar", "clock", "tray"],
"hyprland/workspaces": {
"disable-scroll": true,
"show-special": true,
"all-outputs": true,
"move-to-monitor": true,
"wrap-on-scroll": false,
"format": "{icon}{name}",
"format-active": "[{name}]",
"format-icons": {
"urgent": "!",
"active": "*",
"default": ""
}
},
"clock": {
"format": "{:%a, %d %b %Y %H:%M:%S}",
"interval": 1
},
"custom/temperature": {
"format": " {}",
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
"interval": 1,
},
"cpu": {
"format": "{}% "
},
"memory": {
"format": "{}% "
},
"custom/time": {
"exec": "bash $HOME/scripts/time.sh --hex",
"format": "{}",
"interval": 1,
},
"custom/lock": {
"on-click": "hyprlock",
"format": "",
},
"custom/shutdown": {
"on-click": "shutdown now",
"format": "",
},
"custom/reboot": {
"on-click": "reboot",
"format": "",
},
}
]