+ startup.sh
This commit is contained in:
5
dots/startup/startup.sh
Normal file
5
dots/startup/startup.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# klevstul
|
||||
|
||||
hyprpaper&
|
||||
@@ -72,6 +72,9 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_name=hyprpaper.conf
|
||||
deploy_file ${dots_trg}/hyprpaper/${file_name} /home/${user}/.config/hypr/${file_name}
|
||||
|
||||
file_name=startup.sh
|
||||
deploy_file ${dots_trg}/startup/${file_name} /home/${user}/bin/${file_name}
|
||||
|
||||
fi
|
||||
|
||||
# download wallpapers from repo
|
||||
|
||||
Reference in New Issue
Block a user