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:
parent
114e9622b7
commit
97798dc24f
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue