Files
i3-themer/README.md
T
2020-05-10 13:33:52 -03:00

2.6 KiB

i3wm-themer

    Personal collection of themes and scripts for i3wm.

Why?

  • You like CLI tools too much
  • You like simple and minimalistic desktop themes
  • You always wanted to use i3wm but can't figure it out on your own
  • You want to change themes on the go
  • i3wm is awesome
  • Satan > Jesus

What you will need

Using the script

    Clone this repository and run the script

    git clone https://github.com/cizordj/i3wm-themer.git
    cd i3wm-themer/
    chmod +x i3wm-themer
    ./i3wm-themer
    

    The first time you run the script it will show you the help text and the available themes altogether with the possible command line options.

    To list the available themes type ./i3wm-themer -l

    To apply the desired theme ./i3wm-themer -a [THEME_ID]

    And here we go, you have a BEATIFUL desktop! !!

Disclaimer

    I am not responsible for any harm done to your PC by anything in the repository. Use everything with caution!

Available Themes

About this fork

    This project is a fork from the original i3wm-themer from @unix121. The biggest difference between the two forks is that in mine the code was completely rewritten in BASH.