Skip to content

A systemd service that updates gsettings values

License

Notifications You must be signed in to change notification settings

arl/gsettings-upd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsettings-upd

a systemd service that updates gsettings values.

Nearly everything in Gnome is configurable via gsettings. You can list all the values managed by gsettings with:

gsettings list-recursively

For example, you want to change desktop wallpapers every hour, ok:

{
  "actions": [
    {
      "schema": "org.gnome.desktop.background",
      "key": "picture-uri",
      "values": [
        "file:///path/to/my/wallpapers/image1.png",
        "file:///path/to/my/wallpapers/image2.png",
        "file:///path/to/my/wallpapers/image3.png"
      ],
      "every": "1h"
    }
  ]
}

About

A systemd service that updates gsettings values

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published