Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iruzo/gruvbox-bemenu

Gruvbox theme for bemenu
https://github.com/iruzo/gruvbox-bemenu

bemenu color-scheme gruvbox

Last synced: 15 days ago
JSON representation

Gruvbox theme for bemenu

Awesome Lists containing this project

README

        


Gruvbox theme for bemenu



## Previews

:black_circle: Dark

:white_circle: Light

## Usage

- Launch from your wm, script or command bemenu adding the desired theme as params:
```sh
# dark
bemenu-run -i -l 20 --fb "#282828" --ff "#ebdbb2" --nb "#282828" --nf "#ebdbb2" --tb "#282828" --hb "#282828" --tf "#fb4934" --hf "#fabd2f" --nf "#ebdbb2" --af "#ebdbb2" --ab "#282828"
# light
bemenu-run -i -l 20 --fb "#fbf1c7" --ff "#3c3836" --nb "#fbf1c7" --nf "#3c3836" --tb "#fbf1c7" --hb "#fbf1c7" --tf "#9d0006" --hf "#b57814" --nf "#3c3836" --af "#3c3836" --ab "#fbf1c7"
```

- Example for i3/sway config:
```sh
set $menu bemenu-run -i -l 20 --fb "#282828" --ff "#ebdbb2" --nb "#282828" --nf "#ebdbb2" --tb "#282828" --hb "#282828" --tf "#fb4934" --hf "#fabd2f" --nf "#ebdbb2" --af "#ebdbb2" --ab "#282828"
bindsym $mod+d exec $menu
```

- You can also use an environment variale to set the theme.
```sh
export BEMENU_OPTS='-i -l 20 --fb "#282828" --ff "#ebdbb2" --nb "#282828" --nf "#ebdbb2" --tb "#282828" --hb "#282828" --tf "#fb4934" --hf "#fabd2f" --nf "#ebdbb2" --af "#ebdbb2" --ab "#282828"'
```