Add files via upload

This commit is contained in:
alvinlollo
2025-11-11 23:03:33 +11:00
committed by GitHub
parent 68435ae76e
commit 664a40c76c
3 changed files with 472 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"custom/hyprwhspr": {
"format": "{}",
"exec": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh status",
"interval": 1,
"return-type": "json",
"exec-on-event": true,
"on-click": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh toggle",
"on-click-right": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh start",
"on-click-middle": "/usr/lib/hyprwhspr/config/hyprland/hyprwhspr-tray.sh restart",
"tooltip": true
}
}