add preview screenshot

This commit is contained in:
DACHXY 2025-03-10 16:39:41 +08:00
parent 796176480e
commit a304926231
7 changed files with 47 additions and 1 deletions

View file

@ -215,5 +215,20 @@
"activated": "󰅶",
"deactivated": "󰾫"
}
},
"custom/wireguard": {
"format": "{icon}",
"format-icons": {
"connected": "󰒘",
"disconnected": ""
},
"exec": "~/.config/scripts/wgStatus.sh",
"exec-if": "which wg-quick",
"on-click": "~/.config/scripts/wgStatus.sh toggle",
"tooltip": true,
"interval": 3,
"return-type": "json",
"escape": true
}
}