configuration merge with laptop and pc

This commit is contained in:
2026-08-15 21:51:35 +02:00
parent b0b2e04b7f
commit 974858253b
32 changed files with 1861 additions and 144 deletions
@@ -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