Theme dmenu too

This commit is contained in:
David Holland 2020-03-28 21:18:33 +01:00
parent 295fd8a81f
commit 7e427e5c7f
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ case $1 in
dmenu_string="Move and follow node to desktop: " ;;
esac
desktop=$(bspc query -m focused -D --names | dmenu -p "$dmenu_string")
desktop=$(bspc query -m focused -D --names | dmenu -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" -p "$dmenu_string")
found=false

View File

@ -14,10 +14,10 @@ case $1 in
esac
if [[ $1 == "delete" || $1 == "rename" ]]; then
desktop=$(echo "" | dmenu -p "$dmenu_string")
desktop=$(echo "" | dmenu -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" -p "$dmenu_string")
else
if [[ $1 != "bubbleprev" && $1 != "bubblenext" ]]; then
desktop=$(bspc query -m focused -D --names | dmenu -p "$dmenu_string")
desktop=$(bspc query -m focused -D --names | dmenu -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" -p "$dmenu_string")
fi
fi

View File

@ -17,7 +17,7 @@ case $1 in
dmenu_string="Move and follow desktop to monitor: " ;;
esac
monitor=$(bspc query -M --names | dmenu -p "$dmenu_string")
monitor=$(bspc query -M --names | dmenu -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" -p "$dmenu_string")
case $1 in
"goto")

View File

@ -123,7 +123,7 @@ alt + Return
# run program launcher
alt + d
dmenu_run
dmenu_run -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"
alt + x
$HOME/.config/dmenu/dmenu-bspwm-desktop-content.sh goto