mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-27 07:26:43 +00:00
Fish: Function to set Gnome wallpaper
This commit is contained in:
parent
7beee953f2
commit
8bcd64bb18
5
.config/fish/functions/wallp.fish
Normal file
5
.config/fish/functions/wallp.fish
Normal 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
|
Loading…
Reference in a new issue