This commit is contained in:
2025-01-25 17:22:26 +00:00
parent 950d1f4a7e
commit 37f126cc48
5 changed files with 13 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
"height": 30,
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
"modules-center": ["custom/time", "hyprland/window"],
"modules-right": ["custom/metar", "clock", "tray"],
"modules-right": ["custom/server-cava", "clock", "tray"],
"hyprland/workspaces": {
"disable-scroll": true,
"show-special": true,
@@ -24,7 +24,7 @@
"interval": 1
},
"custom/temperature": {
"format": "{}",
"format": "{}",
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
"interval": 1,
},
@@ -32,7 +32,7 @@
"format": "{}% "
},
"memory": {
"format": "{}% "
"format": "{}% "
},
"custom/time": {
"exec": "bash $HOME/scripts/time.sh --hex",
@@ -51,5 +51,10 @@
"on-click": "reboot",
"format": "",
},
"custom/server-cava": {
"exec": "ssh max@192.168.1.193 bash /home/max/caway.sh",
"format": "{}",
"interval": 1,
},
}
]