commit f5c918ce2641de2c579ad311344b440fc53db087 parent c7a62b66baac71e42a6d63fabdd2d0a0982508fb Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 4 Mar 2019 19:04:04 +0100 Fix awk syntax Diffstat:
M | links/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)\