Skip to content

Instantly share code, notes, and snippets.

@dragonauta
Last active August 29, 2015 14:19
Show Gist options
  • Save dragonauta/54e9372f001b63c6a1f1 to your computer and use it in GitHub Desktop.
Save dragonauta/54e9372f001b63c6a1f1 to your computer and use it in GitHub Desktop.
Dmenu script for [search|launch] commands
#!/bin/bash
# Red prompt ">" at bottom of screen, start typing your command.
# requires dmenu package.
/usr/bin/dmenu_run -fn "-*-fixed-*-*-*-*-14-*-*-*-*-70-*-*" -b -i -p ">" -nb '#2d2d2d' -nf '#eee' -sb '#d68637' -sf '#FFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment