9 lines
233 B
Bash
Executable File
9 lines
233 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -f ~/.config/hypr/hyprland_docked.conf ~/.config/hypr/hyprland.conf
|
|
cp -f ~/.config/rofi/config_desktop.rasi ~/.config/rofi/config.rasi
|
|
|
|
./restart-bar
|
|
|
|
echo " ==> Done! To revert to normal config, run change-wallpaper"
|