aboutsummaryrefslogtreecommitdiff
path: root/scripts/menuitems.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/menuitems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/menuitems.sh b/scripts/menuitems.sh
index c80dff6..7781e57 100755
--- a/scripts/menuitems.sh
+++ b/scripts/menuitems.sh
@@ -14,7 +14,7 @@ playerctl_icon() {
}
network_state() {
- local status=$((nmcli dev show wlp1s0 || echo "") | grep '^GENERAL.STATE:' | sed 's/^GENERAL.STATE:\s*//g');
+ local status=$((nmcli dev show wlp0s20f3 || echo "") | grep '^GENERAL.STATE:' | sed 's/^GENERAL.STATE:\s*//g');
echo " ${status:0:16}";
}