scripts

scripts to make my pc work
Index Commits Files Refs
dmenu_centered (393B)
   1 #!/bin/sh
   2 
   3 col_gray1="#000000"
   4 col_gray3="#cccccc"
   5 col_darkmagenta="#8B008B"
   6 col_gray4="#eeeeee"
   7 
   8 dmenufont='Victor Mono:style=SemiBold:size=9';
   9 # dmenufont="DejaVuSansMono Nerd Font:style=Regular:size=8"
  10 # dmenuargs="-h 16 -b -l 10 -c"
  11 dmenuargs="-i -h 16 -b -F $@"
  12 
  13 dmenu_run_history -fn "$dmenufont" -nb $col_gray1 -nf $col_gray3 \
  14     -sb $col_darkmagenta -sf $col_gray4 $dmenuargs -p "Run:"