dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f5c918ce2641de2c579ad311344b440fc53db087
parent c7a62b66baac71e42a6d63fabdd2d0a0982508fb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 19:04:04 +0100

Fix awk syntax

Diffstat:
Mlinks/bin/dmenu_themed | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/dmenu_themed b/links/bin/dmenu_themed @@ -1,7 +1,7 @@ #!/bin/bash function get_xresources_color { - rg "\*color$1:" ~/.Xresources | awk ' {print $2 }' + rg "\*color$1:" ~/.Xresources | awk '{ print $2 }' } dmenuopts="-nb $(get_xresources_color 0)\