1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 13:11:43 +00:00
dotfiles/scripts/.bin/winmenu.sh
J. Fernando Sánchez f395ed8f03 Add rofi themes and bluetooth menu
+ Fixed dunst
2020-12-28 16:21:25 +01:00

13 lines
216 B
Bash
Executable File

#!/bin/sh
if command -v rofi >/dev/null 2>&1;
then
program="rofi -show window -combi-hide-mode-prefix -combi-modi drun,run -theme .bin/rofi-slate-theme.rasi"
else
program="i3-winmenu.py"
fi
$program "$@"