mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 16:02:19 +00:00
Add rofi themes and bluetooth menu
+ Fixed dunst
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
shopt -s nullglob globstar
|
||||
|
||||
|
||||
if command -v rofi >/dev/null 2>&1;
|
||||
if command -v myrofi >/dev/null 2>&1;
|
||||
then
|
||||
program="rofi -dmenu"
|
||||
program="myrofi -no-show-icons -dmenu"
|
||||
else
|
||||
program="dmenu"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user