feat: Add wifi to status bar

This commit is contained in:
2026-02-16 17:21:24 +11:00
parent d2e3069d13
commit 09273a9c4d
6 changed files with 53 additions and 2 deletions

View File

@@ -1,2 +1,20 @@
{
"custom/wifi": {
"icon": "󰖩",
"label": "{status}",
"tooltip": "{status}",
"truncationSize": -1,
"execute": "/home/nathan/dotfiles/.config/hyprpanel/wifi.sh",
"executeOnAction": "",
"interval": 1000,
"hideOnEmpty": true,
"scrollThreshold": 1,
"actions": {
"onLeftClick": "",
"onRightClick": "",
"onMiddleClick": "",
"onScrollUp": "",
"onScrollDown": ""
}
}
}