Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Desktop = os.Getenv("XDG_CURRENT_DESKTOP")
Desktop contains the current desktop environment on Linux. Empty string on all other operating systems.
View Source
var DesktopSession = os.Getenv("DESKTOP_SESSION")
View Source
var ErrUnsupportedDE = errors.New("your desktop environment is not supported")
ErrUnsupportedDE is thrown when Desktop is not a supported desktop environment.
Functions ¶
func SetFromURL ¶
SetFromURL sets wallpaper from a URL.
In GNOME, it sets org.gnome.desktop.background.picture-uri to the URL. In other desktops, it downloads the image and calls SetFromFile.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.