mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-08 09:13:17 +00:00
12 lines
226 B
Bash
Executable file
12 lines
226 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
|
|
|
# Import Current Theme
|
|
DIR="$HOME/.config/themes"
|
|
STYLE="easy"
|
|
RASI="$DIR/$STYLE/rofi/launcher.rasi"
|
|
|
|
rofi \
|
|
-show drun \
|
|
-theme ${RASI}
|