feat: Add hyprpanel

This commit is contained in:
2025-04-18 20:42:59 +10:00
parent 9bbdc56019
commit d121c11f43
8 changed files with 557 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
{
"custom/vdesks": {
"icon": "🖥️",
"label": "Virtual Desktops {current}",
"tooltip": "Manage virtual desktops",
"truncationSize": -1,
"execute": "/home/$USER/scripts/vdesks.sh",
"executeOnAction": "alacritty --class float -e ping 1.1.1.1",
"interval": 1000,
"hideOnEmpty": true
}
}