12 lines
358 B
JSON
12 lines
358 B
JSON
{
|
|
"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
|
|
}
|
|
} |