configuration merge with laptop and pc
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
action=$(wofi --cache-file=/dev/null --dmenu << EOF
|
||||
Restart Network
|
||||
EOF
|
||||
)
|
||||
|
||||
case "$action" in
|
||||
" Restart Network")
|
||||
~/.config/scripts/restart_network.sh
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user