rofi/scripts/calc/rofi-calc
2023-05-20 15:31:38 -04:00

16 lines
273 B
Bash
Executable File

#!/usr/bin/env bash
#
# ## Available Styles
#
## dropdown-transparent dropdown-text
## fullscreen-transparent small-transparent
dir="$HOME/.config/rofi/scripts/calc"
theme='transparent-text'
## Run
rofi \
-show calc \
-modi calc \
-theme ${dir}/${theme}.rasi