1
0
Fork 0

Update dot_config/i3/config

Add dot_config/i3/i3-wall.png
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
Florian RICHER 2022-05-06 23:34:22 +02:00
parent 6e6205b4dc
commit 68b1b89bf9
3 changed files with 2 additions and 2 deletions

View file

@ -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

BIN
dot_config/i3/i3-wall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

View file

@ -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 }}