Add more status in the network icon

This commit is contained in:
André Zanghelini
2025-10-10 00:17:06 -03:00
parent b2a7b191cf
commit 2d7cacbefb
2 changed files with 46 additions and 14 deletions
@@ -10,7 +10,7 @@ import Quickshell.Io
import Quickshell.Hyprland
QuickToggleButton {
toggled: Network.wifiEnabled
toggled: Network.wifiStatus !== "disabled"
buttonIcon: Network.materialSymbol
onClicked: Network.toggleWifi()
altAction: () => {