1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-03-23 18:39:20 +00:00

Awall: properly set wallp

This commit is contained in:
Phantop 2020-09-10 17:55:47 -04:00
parent 114e9622b7
commit 97798dc24f
2 changed files with 2 additions and 5 deletions

View file

@ -1,15 +1,12 @@
disable_ligatures never
font_family Ubuntu Mono font_family Ubuntu Mono
bold_font Ubuntu Mono Bold bold_font Ubuntu Mono Bold
italic_font Ubuntu Mono italic_font Ubuntu Mono
bold_italic_font Ubuntu Mono Bold bold_italic_font Ubuntu Mono Bold
font_size 11.75 font_size 11.75
foreground #f8f8f2 foreground #f8f8f2
background #141127 background #141127
color0 #282a36 color0 #282a36
color8 #4d4d4d color8 #4d4d4d

View file

@ -8,7 +8,7 @@ mpv --profile=wallpaper ~/Pictures/.wallp & disown
if [[ "$#" -ge 1 ]]; then if [[ "$#" -ge 1 ]]; then
ffmpeg -i ~/Pictures/Awall/$@* -vframes 1 -y ~/Pictures/Awall/wall.png ffmpeg -i ~/Pictures/Awall/$@* -vframes 1 -y ~/Pictures/Awall/wall.png
wallp ~/Pictures/Awall/wall.png wallp ~/Pictures/Awall/wall.png
gsettings set org.gnome.desktop.background picture-uri "file://~/Pictures/Awall/wall.png" gsettings set org.gnome.desktop.background picture-uri "file://$HOME/Pictures/Awall/wall.png"
else else
sleep 5 sleep 5
fi fi