rofi/scripts/calc/rofi-calc
2023-05-20 15:19:43 -04:00

17 lines
286 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 \
-terse \
-theme ${dir}/${theme}.rasi