Add rofi themes and bluetooth menu

+ Fixed dunst
This commit is contained in:
J. Fernando Sánchez
2020-12-28 16:21:25 +01:00
parent d1067cbb00
commit f395ed8f03
11 changed files with 207 additions and 11 deletions

View File

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