18 lines
632 B
Bash
Executable file
18 lines
632 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
## Author : Aditya Shakya (adi1090x)
|
|
## Mail : adi1090x@gmail.com
|
|
## Github : @adi1090x
|
|
## Reddit : @adi1090x
|
|
|
|
# Available Styles
|
|
# >> Styles Below Only Works With "rofi-git(AUR)", Current Version: 1.5.4-76-gca067234
|
|
#
|
|
# blurry blurry_full kde_simplemenu kde_krunner launchpad
|
|
# gnome_do slingshot appdrawer appfolder column
|
|
# row row_center screen row_dock row_dropdown
|
|
|
|
style="blurry"
|
|
|
|
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi & sleep 0.3 && xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -name rofi
|