Add ac-adaptive and ac-i3
This commit is contained in:
12
ac-i3/scripts/rofi_runner
Executable file
12
ac-i3/scripts/rofi_runner
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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/runner.rasi"
|
||||
|
||||
# Run
|
||||
rofi \
|
||||
-show run \
|
||||
-theme ${RASI}
|
||||
Reference in New Issue
Block a user