diff options
author | Erich Eckner <git@eckner.net> | 2020-01-27 10:49:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-27 10:50:56 +0100 |
commit | 410d69a68d252ac676b273ecdd251e6a9a70031d (patch) | |
tree | eb067ee41072ee7e99b58f5b4d7bc380e18dca3a | |
parent | a5b50da9e03100297f5001b3b69c592b9d8918f8 (diff) | |
download | ansi-color-to-conky-color-410d69a68d252ac676b273ecdd251e6a9a70031d.tar.xz |
ansi-color-to-conky-color: make .conkyrc configurable
-rwxr-xr-x | ansi-color-to-conky-color | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansi-color-to-conky-color b/ansi-color-to-conky-color index 810ea0e..6c40e30 100755 --- a/ansi-color-to-conky-color +++ b/ansi-color-to-conky-color @@ -7,7 +7,7 @@ font=$( s/^\s*xftfont\s\+\([^'"'"']\+\)\s*$/\1/ t d - ' ~/.conkyrc + ' ${1:-~/.conkyrc} ) sed ' |