forked from Shinonome/dots-hyprland
Initial commit
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [[ "$2" == "" ]]; then # basic rice switching
|
||||
notify-send 'Usage: >swr [save name] [load name]'
|
||||
exit
|
||||
fi
|
||||
mkdir -p ~/.config/__enderice/
|
||||
mv ~/.config/eww ~/.config/__enderice/eww_"$1"
|
||||
mv ~/.config/hypr ~/.config/__enderice/hypr_"$1"
|
||||
|
||||
mv ~/.config/__enderice/eww_"$2" ~/.config/eww
|
||||
mv ~/.config/__enderice/hypr_"$2" ~/.config/hypr
|
||||
|
||||
pkill eww && eww open bar && eww open bgdecor
|
||||
Reference in New Issue
Block a user