Theme dmenu too
This commit is contained in:
parent
295fd8a81f
commit
7e427e5c7f
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ case $1 in
|
||||||
dmenu_string="Move and follow node to desktop: " ;;
|
dmenu_string="Move and follow node to desktop: " ;;
|
||||||
esac
|
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
|
found=false
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,10 @@ case $1 in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ $1 == "delete" || $1 == "rename" ]]; then
|
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
|
else
|
||||||
if [[ $1 != "bubbleprev" && $1 != "bubblenext" ]]; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ case $1 in
|
||||||
dmenu_string="Move and follow desktop to monitor: " ;;
|
dmenu_string="Move and follow desktop to monitor: " ;;
|
||||||
esac
|
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
|
case $1 in
|
||||||
"goto")
|
"goto")
|
||||||
|
|
|
@ -123,7 +123,7 @@ alt + Return
|
||||||
|
|
||||||
# run program launcher
|
# run program launcher
|
||||||
alt + d
|
alt + d
|
||||||
dmenu_run
|
dmenu_run -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"
|
||||||
|
|
||||||
alt + x
|
alt + x
|
||||||
$HOME/.config/dmenu/dmenu-bspwm-desktop-content.sh goto
|
$HOME/.config/dmenu/dmenu-bspwm-desktop-content.sh goto
|
||||||
|
|
Loading…
Reference in a new issue