dotfiles/.config/rofi/.toggle_rofi.sh

7 lines
143 B
Bash
Executable File

if ps -C rofi > /dev/null
then
echo "Already running"
else
rofi -show combi -combi-modi drun,calc:~/.config/rofi/show-calculator.sh
fi