diff options
Diffstat (limited to '')
-rw-r--r-- | .config/conkyrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index 8feac37..a700700 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -11,9 +11,9 @@ conky.config = { use_spacer = 'none', use_xft = true, xftalpha = 1, - font = 'NotoSansMono Nerd Font:size=14', - font1 = 'Hack Nerd Font Mono:bold:size=11', - font2 = 'Hack Nerd Font Mono:bold:size=10', + font = 'NotoSansMono Nerd Font:size=10', + font1 = 'Hack Nerd Font Mono:bold:size=10', + font2 = 'Hack Nerd Font Mono:bold:size=9', template0 = '\\n', if_up_strictness = address, format_human_readable = true, |