42 lines
929 B
Plaintext
42 lines
929 B
Plaintext
[
|
|
{
|
|
"layer": "top",
|
|
"height": 30,
|
|
"modules-left": ["hyprland/workspaces", "custom/lock", "custom/shutdown", "custom/reboot", "custom/temperature", "cpu", "memory"],
|
|
"modules-center": ["custom/time", "hyprland/window"],
|
|
"modules-right": ["custom/metar", "battery", "clock"],
|
|
"clock": {
|
|
"format": "{:%a, %d %b %Y %H:%M:%S}",
|
|
"inverval": 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": "",
|
|
}
|
|
}
|
|
]
|