Hidden wallpaper doesn't seem to work, move it to ~/Pictures

This commit is contained in:
flyingscorpio@arch-desktop 2021-03-07 18:50:43 +01:00
parent 0479fef976
commit 5e82beb46d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ floating_modifier $super
#autostart
exec --no-startup-id ~/setup-cockpit/dotfiles/text_to_wallpaper.sh
exec --no-startup-id hsetroot -cover ~/.wallpaper.png -root
exec --no-startup-id hsetroot -cover ~/Pictures/clitip-wallpaper.png -root
exec --no-startup-id xsettingsd &
exec --no-startup-id picom -b --config ~/.config/picom.conf
#exec --no-startup-id thunar --daemon

View file

@ -9,4 +9,4 @@ clitip() {
xmlstarlet unesc | fmt -80 | iconv -t US
}
clitip | convert -background "#222222" -fill "#237856" -size 3840x1200 -pointsize 30 -gravity west -font JetBrains-Mono-Regular label:@- ~/.wallpaper.png
clitip | convert -background "#222222" -fill "#237856" -size 3840x1200 -pointsize 30 -gravity west -font JetBrains-Mono-Regular label:@- ~/Pictures/clitip-wallpaper.png