Skip to content

Instantly share code, notes, and snippets.

@isaacjwilliams
Last active March 13, 2020 20:18
Show Gist options
  • Select an option

  • Save isaacjwilliams/8d645b1e72440c3722c9b0c09cb29c5e to your computer and use it in GitHub Desktop.

Select an option

Save isaacjwilliams/8d645b1e72440c3722c9b0c09cb29c5e to your computer and use it in GitHub Desktop.
background_color=$(jq -r .special.background ~/.cache/wal/colors.json)
foreground_color=$(jq -r .special.foreground ~/.cache/wal/colors.json)
selection_color=$(jq -r .colors.color12 ~/.cache/wal/colors.json)
BEMENU_BACKEND=wayland bemenu-run \
-i --ifne \
--prompt="What now?" \
--fn Inconsolata \
--tb=$background_color \
--fb=$background_color \
--nb=$background_color \
--hb=$background_color \
--sb=$background_color \
--scb=$background_color \
--tf=$selection_color \
--ff=$foreground_color \
--nf=$foreground_color \
--hf=$selection_color \
--sf=$selection_color \
--scf=$foreground_color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment