first commit
This commit is contained in:
commit
78b79e224f
239 changed files with 14912 additions and 0 deletions
19
rofi/launchers/window.sh
Executable file
19
rofi/launchers/window.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## Author : Aditya Shakya (adi1090x)
|
||||
## Mail : adi1090x@gmail.com
|
||||
## Github : @adi1090x
|
||||
## Reddit : @adi1090x
|
||||
|
||||
# Available Styles
|
||||
#
|
||||
# >> Edit these files and uncomment the desired colors/style.
|
||||
#
|
||||
# style_icons_blur style_icons_full style_icons_rainbow style_icons_rainbow_sidebar
|
||||
# style_icons_popup style_normal style_normal_grid style_normal_grid_full style_normal_grid_full_round
|
||||
# style_normal_grid_round style_normal_purple style_normal_purple_alt style_normal_rainbow
|
||||
# style_normal_rainbow_sidebar
|
||||
|
||||
style="style_normal_grid_round"
|
||||
|
||||
rofi -no-lazy-grab -show window -theme launchers/"$style".rasi
|
Loading…
Add table
Add a link
Reference in a new issue