diff --git a/dot_config/i3/config b/dot_config/i3/config index 66452f8..c448c4d 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -50,7 +50,7 @@ exec --no-startup-id nm-applet exec --no-startup-id picom -CGb --experimental-backend #Background -exec --no-startup-id feh --bg-scale /home/adonis/Images/2784029.webp +exec --no-startup-id feh --bg-scale ~/.config/i3/i3-wall.png #exec --no-startup-id mplayer -loop 0 -rootwin -ao null -vo x11 -nokeepaspect -noconsolecontrols -fs /home/adonis/Images/AggressiveShallowCatbird-size_restricted.gif #exec --no-startup-id mpv --wid=0 -loop 0 -ao null -no-input-terminal -fs /home/adonis/Images/AggressiveShallowCatbird-size_restricted.gif # exec --no-startup-id xwinwrap -ov -fs -- mplayer -fs -rootwin -wid 0 -quiet -nosound /home/adonis/Images/AggressiveShallowCatbird-size_restricted.mp4 -loop 0 diff --git a/dot_config/i3/i3-wall.png b/dot_config/i3/i3-wall.png new file mode 100644 index 0000000..21c0d21 Binary files /dev/null and b/dot_config/i3/i3-wall.png differ diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index cbe9c30..94b2031 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -1,4 +1,4 @@ {{ if eq .chezmoi.osRelease.idLike "arch" }} #!/bin/bash -sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux yay --noconfirm +sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh yay --noconfirm {{ end }}