Inital Comit Upload Config Files
This commit is contained in:
27
scripts/settingsmenu.sh
Executable file
27
scripts/settingsmenu.sh
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
|
||||
choice=$(printf " Audio Control\n Bluetooth\n Network\n Appearance\n Terminal\n Files\n🖥 Display Settings" | wofi --dmenu --prompt "Settings")
|
||||
|
||||
case "$choice" in
|
||||
" Audio Control")
|
||||
pavucontrol
|
||||
;;
|
||||
" Bluetooth")
|
||||
blueman-manager
|
||||
;;
|
||||
" Network")
|
||||
nm-connection-editor
|
||||
;;
|
||||
" Appearance")
|
||||
nwg-look
|
||||
;;
|
||||
" Terminal")
|
||||
kitty
|
||||
;;
|
||||
" Files")
|
||||
nautilus
|
||||
;;
|
||||
"🖥 Display Settings")
|
||||
kitty -e bash -lc 'nano ~/.config/hypr/hyprland.conf'
|
||||
;;
|
||||
esacr
|
||||
Reference in New Issue
Block a user