Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WM = map[string]WallpaperSetter{ "Metacity (Marco)": new(MateWallpaperSetter), "Xfwm4": new(XFCE4WallpaperSetter), "Gnome3": new(Gnome3WallpaperSetter), "Gala": new(Gnome3WallpaperSetter), "Kwin": new(KDE4WallpaperSetter), "Mutter (Muffin)": new(CinnamonWallpaperSetter), "Compiz": new(Gnome3WallpaperSetter), }
Functions ¶
func GetDisplayNames ¶
func GetDisplayNames() []string
Types ¶
type CinnamonWallpaperSetter ¶
type CinnamonWallpaperSetter struct{}
func (*CinnamonWallpaperSetter) Set ¶
func (c *CinnamonWallpaperSetter) Set(path string)
type Gnome3WallpaperSetter ¶
type Gnome3WallpaperSetter struct{}
func (*Gnome3WallpaperSetter) Set ¶
func (g *Gnome3WallpaperSetter) Set(path string)
type KDE4WallpaperSetter ¶
type KDE4WallpaperSetter struct{}
func (*KDE4WallpaperSetter) Set ¶
func (k *KDE4WallpaperSetter) Set(path string)
type MateWallpaperSetter ¶
type MateWallpaperSetter struct{}
func (*MateWallpaperSetter) Set ¶
func (m *MateWallpaperSetter) Set(path string)
type WallpaperSetter ¶
type WallpaperSetter interface {
Set(path string)
}
func BuildSetter ¶
func BuildSetter() (w WallpaperSetter)
type XFCE4WallpaperSetter ¶
type XFCE4WallpaperSetter struct{}
func (*XFCE4WallpaperSetter) Set ¶
func (x *XFCE4WallpaperSetter) Set(path string)
Click to show internal directories.
Click to hide internal directories.