1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-27 21:51:43 +00:00
dotfiles/scripts/.bin/runmenu
J. Fernando Sánchez fc49bdf6c4 Lots of changes
New termite theme
Changed i3 configuration
Added run script and find_blob script
2017-03-24 16:29:31 +01:00

12 lines
237 B
Bash
Executable File

#!/bin/sh
if command -v rofi >/dev/null 2>&1;
then
launcher="rofi -show drun"
else
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
fi
$launcher "$@"