Class: Hexapic::WallpaperSetter::XFCE4

Inherits:
Object
  • Object
show all
Defined in:
lib/hexapic/wallpaper_setter.rb

Instance Method Summary collapse

Instance Method Details

#set(path) ⇒ Object



4
5
6
7
8
9
# File 'lib/hexapic/wallpaper_setter.rb', line 4

def set(path)
  out = DesktopEnvironment.output
  command = "xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor#{out}/workspace0/last-image -s #{path}"
  command = "xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor#{out}/workspace1/last-image -s #{path}"
  system command
end