Add ac-adaptive and ac-i3
This commit is contained in:
13
ac-i3/scripts/rofi_launcher
Executable file
13
ac-i3/scripts/rofi_launcher
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/polybar/ac-i3"
|
||||
RASI="$DIR/scripts/rofi/launcher.rasi"
|
||||
|
||||
# Run
|
||||
rofi \
|
||||
-show drun \
|
||||
-kb-cancel Alt-F1 \
|
||||
-theme ${RASI}
|
||||
Reference in New Issue
Block a user