dotfiles/.config/rofi/.toggle_rofi.sh

7 lines
143 B
Bash
Raw Normal View History

2021-11-12 15:14:13 +01:00
if ps -C rofi > /dev/null
then
echo "Already running"
else
rofi -show combi -combi-modi drun,calc:~/.config/rofi/show-calculator.sh
fi