Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.33 KB

OUTDATED

oxidec

Manage your desktop appearance with ease!

Features

  • Generate files with colors from templates!
  • Update the colors with reloaders!
  • Generate colorscheme from wallpaper!
  • Save the current look into a theme!
  • Import your pywal colorschemes!
  • Avoid theme breakage by dependency checking!
  • Apply GTK themes with Themix!1

Install

cargo install oxidec

If you want to install new files from examples directory on every update, enable new-examples feature:

cargo install oxidec --features new-examples

Recommended aliases

alias cs="oxidec colorscheme"
alias wl="oxidec wallpaper"
alias wp="oxidec wallpaper"
alias th="oxidec theme"

FAQ

GTK live reloading doesn't work for me.

Try xsettingsd

Footnotes

  1. GTK Theme generation is optional. Use --gtk flag or set OXIDEC_GTK env variable.