diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
commit | 6e63a198dc322091c1e55ebdf5e110ea06814fd1 (patch) | |
tree | e222e810349b00ffda395a5937711717900e3ed3 /dotfiles/.scripts/menuemoji | |
parent | fd219d720d260bbb4e8947b9255f8573e9447991 (diff) | |
download | swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.tar.gz swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.zip |
bemenu scripts updated for new look
Diffstat (limited to 'dotfiles/.scripts/menuemoji')
-rwxr-xr-x | dotfiles/.scripts/menuemoji | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.scripts/menuemoji b/dotfiles/.scripts/menuemoji index c21039f..8f0720c 100755 --- a/dotfiles/.scripts/menuemoji +++ b/dotfiles/.scripts/menuemoji @@ -5,7 +5,7 @@ # Source settings from .bemenurc . $HOME/.bemenurc -chosen=$(grep -v "#" ~/.emoji | bemenu -i -l 25 $BEMENU_OPTIONS) +chosen=$(grep -v "#" ~/.emoji | bemenu -i -l 25 --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB") if [ -z $chosen ]; then exit 0 |