From 8a097318a96af6f0269cf4f1563d8cb07aca274f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 22 Jan 2020 17:19:35 +0100 Subject: ansi-color-to-conky-color: parse more .conkyrc font configurations --- ansi-color-to-conky-color | 1 + 1 file changed, 1 insertion(+) diff --git a/ansi-color-to-conky-color b/ansi-color-to-conky-color index 1748906..c68564c 100755 --- a/ansi-color-to-conky-color +++ b/ansi-color-to-conky-color @@ -3,6 +3,7 @@ font=$( sed ' s/^\s*font\s*=\s*'"'"'\([^'"'"']\+\)'"'"',\?\s*$/\1/ + s/^\s*xftfont\s\+\([^'"'"']\+\)\s*$/\1/ t d ' ~/.conkyrc -- cgit v1.2.3