Renamed dotfiles folder to assets
This commit is contained in:
13
assets/.screenlayout/launch.sh
Executable file
13
assets/.screenlayout/launch.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function load_script() {
|
||||
if [ -f "$1" ]; then
|
||||
bash "$1" &
|
||||
fi
|
||||
}
|
||||
|
||||
# I guess I have to run this twice? Fixes wallpaper rendering images.
|
||||
load_script "$HOME/.screenlayout/wallpapers.sh"
|
||||
load_script "$HOME/.screenlayout/layout.sh"
|
||||
load_script "$HOME/.screenlayout/wallpapers.sh"
|
||||
load_script "$HOME/.screenlayout/polybar.sh"
|
||||
Reference in New Issue
Block a user