adi1090x / battery-wallpaper

Simple bash script to set wallpaper according to battery percentage with charging animations.
GNU General Public License v3.0
391 stars 22 forks source link

random styles #16

Closed u0nel closed 1 year ago

u0nel commented 3 years ago

I wrote myself this script to pick one random style:

styles=(bar bonsai cartoon charge city city_alt colours cup_black cup_dark egg faded frame industrial leaves mechanical panel paper pixel_city slash space sweet)
bwall -s ${styles[RANDOM%${#styles[@]}]}

but i think having it as an default option would be cool.

adi1090x commented 1 year ago

Cool.