This commit is contained in:
Stephan Raabe 2023-09-01 19:31:42 +02:00
parent 3a64cbe801
commit 5cd1e379e0
3 changed files with 7 additions and 4 deletions

View File

@ -80,12 +80,15 @@ done
# ------------------------------------------------------
# Create symbolic links
# ------------------------------------------------------
echo ""
echo "-> Create symbolic links"
_installSymLink ~/.config/waybar ~/dotfiles/waybar/ ~/.config
_installSymLink ~/.config/swaylock ~/dotfiles/swaylock/ ~/.config
_installSymLink ~/.config/wlogout ~/dotfiles/wlogout/ ~/.config
echo ""
echo "-> Start swww"
swww init
echo ""
echo "DONE!"

3
scripts/wal.sh Executable file
View File

@ -0,0 +1,3 @@
wal -q -i ~/wallpaper/
exit

View File

@ -1,3 +0,0 @@
$background = rgb({background.strip})
$color11 = rgb({color11.strip})
$color14 = rgb({color14.strip})