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 5447452ed6fa7a622c7f3a5032034710057623b4
parent ab155da38f584f158986360e2059ac3ca012deee
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 20:37:28 +0100

Fix color detection

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)\