1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00

Merge branch 'master' of github:tiyn/dotfiles

This commit is contained in:
tiyn 2025-03-03 04:32:42 +01:00
commit 3843dd8da7

View File

@ -21,5 +21,6 @@ then
fi fi
fi fi
[ -f /sys/class/net/e*/operstate ] && lanicon=$(cat /sys/class/net/e*/operstate | sed "s/down/^b#282828^^c#ff0000^  /;s/up/^b#282828^^c#dfdfdf^ 󰈀 /") || lanicon="^b#282828^^c#ff0000^  "
echo "$(cat /sys/class/net/e*/operstate | sed "s/down/^b#282828^^c#ff0000^  /;s/up/^b#282828^^c#dfdfdf^ 󰈀 /")" "$wifiicon" echo "$lanicon" "$wifiicon"