mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 00:02:19 +00:00
Integrated rofi
This commit is contained in:
11
scripts/.bin/runmenu
Executable file
11
scripts/.bin/runmenu
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
if command -v rofi >/dev/null 2>&1;
|
||||
then
|
||||
launcher="rofi -show run"
|
||||
else
|
||||
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
|
||||
fi
|
||||
|
||||
$launcher "$@"
|
||||
|
Reference in New Issue
Block a user