1
0
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:
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

@@ -1,8 +1,8 @@
#!/bin/sh
if command -v rofi >/dev/null 2>&1;
if command -v myrofi >/dev/null 2>&1;
then
launcher="rofi -dmenu -i -mesg '""$input""'"
launcher="myrofi -dmenu -no-show-icons -i -mesg '""$input""'"
else
launcher="dmenu -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191
fi