Skip to content

vlabdrake/dynamic-wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic wallpaper

features

  • swww-based dynamic wallpaper switcher
  • switches wallpapers from configured list during the day
  • writes path ro current wallpaper to $XDG_RUNTIME_DIR/dynamic_wallpaper
  • switch gtk theme at morning and evening
  • switch app themes:
    • zed editor
    • helix editor
    • kitty terminal

usage

$ ./dynamic_wallpaper config.json

config format

{
  "wallpaper": {
    "wallpapers": [
      "path/to/wallpaper-1.jpg",
      "path/to/wallpaper-2.jpg",
      "path/to/wallpaper-3.jpg",
      "path/to/wallpaper-4.jpg"
    ]
  },
  "gtk": {
    "light_theme": "gtk-theme-light",
    "dark_theme": "gtk-theme-dark"
  },
  "kitty": {
    "light_theme": "solarized_light.conf",
    "dark_theme": "nord.conf"
  },
  "helix": {
    "light_theme": "emacs",
    "dark_theme": "darcula"
  }
}

Releases

No releases published

Languages