diff --git a/2-install-hyprland.sh b/2-install-hyprland.sh index 7ff7d79..3382fc4 100755 --- a/2-install-hyprland.sh +++ b/2-install-hyprland.sh @@ -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!" diff --git a/scripts/wal.sh b/scripts/wal.sh new file mode 100755 index 0000000..b9055dd --- /dev/null +++ b/scripts/wal.sh @@ -0,0 +1,3 @@ +wal -q -i ~/wallpaper/ + +exit diff --git a/wal/templates/colors-hyprland.conf b/wal/templates/colors-hyprland.conf deleted file mode 100644 index c5dec77..0000000 --- a/wal/templates/colors-hyprland.conf +++ /dev/null @@ -1,3 +0,0 @@ -$background = rgb({background.strip}) -$color11 = rgb({color11.strip}) -$color14 = rgb({color14.strip}) \ No newline at end of file