Skip to content

Instantly share code, notes, and snippets.

@mreschke
Created November 13, 2015 22:43
Show Gist options
  • Save mreschke/ae10fc248595db61536e to your computer and use it in GitHub Desktop.
Save mreschke/ae10fc248595db61536e to your computer and use it in GitHub Desktop.
dmenu_run script with nice blue colors
#!/bin/bash
# Dmenu run with nice blue colors
# mReschke 2012
exe=`dmenu_path | /usr/bin/dmenu_run -nb '#020A1C' -nf '#186b9f' -sb '#020A1C' -sf '#ffffff'` && eval "exec $exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment