Decay Ported for polybar!
Just execute the next commands
git clone --depth=1 https://github.com/decaycs/polybar decay-polybar
cd decay-polybar
Then move the files into your polybar's configuration folder.
# remember to change <theme> to one of: decayce, dark-decay, decay or light-decay
cp -r ./themes/<theme>.ini ~/.config/polybar
Then in your configuration, to get the colors in your scope, add this in the top of the main config file.
include-file = <theme>.ini
remember to change
<theme>
to one of:decayce
,dark-decay
,decay
orlight-decay
.
Then you will be able to use colors in your config, like this:
[bar/main]
background = ${colors.base}
foreground = ${colors.text}
That's just an example btw.
That was all! Enjoy