[feat](waybar): Add support for custom/alhp module

[feat](waybar): Add support for custom/alhp module
This commit is contained in:
2025-09-11 20:32:27 +02:00
parent daeeabddb0
commit 91d4729dfa
2 changed files with 62 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"modules-left": [
"clock",
"custom/swaync",
"custom/alhp",
"hyprland/window",
"hyprland/workspaces"
],
@@ -278,5 +279,14 @@
"on-scroll-down": "hyprctl hyprsunset gamma -10", // dimmer
"interval": 0
},
"custom/alhp": {
"id": "custom-alhp",
"exec": "$HOME/.config/waybar/scripts/alhp.sh",
"return-type": "json",
"interval": 60,
"tooltip": true,
"format": "{text}",
}
}