6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$HOME/.config"
|
|
|
|
rofi -show emoji -modi emoji -theme $DIR/rofi/Themes/emojis.rasi
|