Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iruzo/onedark-bemenu
Onedark theme for bemenu
https://github.com/iruzo/onedark-bemenu
bemenu color-scheme one-dark onedark
Last synced: 18 days ago
JSON representation
Onedark theme for bemenu
- Host: GitHub
- URL: https://github.com/iruzo/onedark-bemenu
- Owner: iruzo
- License: mit
- Created: 2023-04-28T23:53:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T00:13:59.000Z (about 1 year ago)
- Last Synced: 2024-10-10T13:44:05.618Z (about 1 month ago)
- Topics: bemenu, color-scheme, one-dark, onedark
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
One Dark theme for bemenu![onedark](https://raw.githubusercontent.com/iruzo/onedark-bemenu/main/assets/color.webp)
## Usage
- Launch from your wm, script or command bemenu adding the desired theme as params:
```sh
# dark
bemenu-run -i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
```- Example for i3/sway config:
```sh
set $menu bemenu-run -i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
bindsym $mod+d exec $menu
```- You can also use an environment variale to set the theme.
```sh
export BEMENU_OPTS='-i -l 20 --fb "#282C34" --ff "#abb2bf" --nb "#282C34" --nf "#abb2bf" --tb "#282C34" --hb "#282C34" --tf "#e06c75" --hf "#e5c07b" --nf "#abb2bf" --af "#abb2bf" --ab "#282C34"
```