1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-27 23:46:42 +00:00

Fish: Function to set Gnome wallpaper

This commit is contained in:
Phantop 2019-03-02 12:19:06 -05:00
parent 7beee953f2
commit 8bcd64bb18

View file

@ -0,0 +1,5 @@
# Defined in /tmp/fish.2nXMPf/wallp.fish @ line 1
function wallp
set -l i (readlink -f $argv)
gsettings set org.gnome.desktop.background picture-uri "file://$i"
end