adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

How to stop randomizing colours with launcher_colorful? #36

Closed thepenguinthatwants closed 3 years ago

thepenguinthatwants commented 3 years ago

From the file I've commented out the theme= and themes= in the middle of file, so it doesnt change the theme.

But how can I stop the color to come randomized?

adi1090x commented 3 years ago

comment this line ACCENT="${COLORS[$(( $RANDOM % 14 ))]}ff"

And add this ACCENT="#FBC02D"