diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 19:04:55 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 19:04:55 +0300 |
commit | 4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da (patch) | |
tree | 83b7c21eebb5d38881e9f97930f05920beed04d8 /dotfiles/.bemenurc | |
parent | 4a8d06f7ae982fd8d694c34b2383e6ae0a54d3e4 (diff) | |
download | swayrice-4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da.tar.gz swayrice-4b5f599e29c98bd059b3b3bc6ae7bfc47f1817da.zip |
fixed some oopsies
Diffstat (limited to 'dotfiles/.bemenurc')
-rwxr-xr-x | dotfiles/.bemenurc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dotfiles/.bemenurc b/dotfiles/.bemenurc deleted file mode 100755 index d0429fd..0000000 --- a/dotfiles/.bemenurc +++ /dev/null @@ -1,27 +0,0 @@ -# -# ~/.bemenurc -# - -BEMENU_BACKEND=wayland - -## define the font for dmenu to be used -BEMENU_FN="BlexMonoNerdFontMono 10" - -## textcolour for title -BEMENU_TF="#D8DEE9" - -## background colour for unselected menu-items -BEMENU_NB="#1B1E25" - -## textcolour for unselected menu-items -BEMENU_NF="#D8DEE9" - -## background colour for highlighted menu-items -BEMENU_HB="#5B8277" - -## textcolour for highlighted menu-items -BEMENU_HF="#E5E9F0" - -## command for the terminal application to be used: -TERMINAL_CMD="terminal -e" - |