initial commit

This commit is contained in:
daniel fusser
2026-06-21 15:35:58 +02:00
committed by dafu
parent ce5bbf3916
commit 49462fb909
49 changed files with 2269 additions and 0 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
if [ -z $2 ]; then
c=`nmcli -t -e yes -c no -f name c show | wmenu -i -l 10`
else
c="$2"
fi
o=`nmcli c $1 "${c}"`
dunstify -a $0 "con $1 ${c}" "${o}"
killall -USR1 i3status