feat: added rofi config
This commit is contained in:
18
rofi.custom/emojis/emoji.sh
Executable file
18
rofi.custom/emojis/emoji.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Author : Aditya Shakya (adi1090x)
|
||||
## Github : @adi1090x
|
||||
#
|
||||
## Rofi : Launcher (Modi Drun, Run, File Browser, Window)
|
||||
#
|
||||
## Available Styles
|
||||
#
|
||||
## style-1 style-2 style-3 style-4 style-5
|
||||
## style-6 style-7 style-8 style-9 style-10
|
||||
## style-11 style-12 style-13 style-14 style-15
|
||||
|
||||
dir="$HOME/.config/rofi.custom/emojis"
|
||||
theme='style-1'
|
||||
|
||||
## Run
|
||||
rofimoji --selector-args="-theme ${dir}/${theme}.rasi"
|
||||
Reference in New Issue
Block a user