dotfiles/cfg/rofi/applets/menu/style.sh
VincentKnightTesting 9d8732c3ac Added the good stuff
2022-03-09 01:08:41 -06:00

16 lines
292 B
Bash
Executable file

#!/usr/bin/env bash
# Available Styles
# >> Created and tested on : rofi 1.6.0-1
#
# square circle rounded
style="rounded"
# uncomment these lines to enable random style
#styles=('square' 'circle' 'rounded')
#style="${styles[$(( $RANDOM % 3 ))]}"
# print style name
echo "$style"