Hidden wallpaper doesn't seem to work, move it to ~/Pictures
This commit is contained in:
parent
0479fef976
commit
5e82beb46d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue