diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-04 00:55:03 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-04 00:55:03 +0100 |
commit | e9e37d1e813564974a838829b89ff2c53bf72638 (patch) | |
tree | 7527bb54cbba7ec951dbc0a776a42a80d232e11f /.config/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-e9e37d1e813564974a838829b89ff2c53bf72638.tar.gz dotfiles-bsd-e9e37d1e813564974a838829b89ff2c53bf72638.tar.bz2 dotfiles-bsd-e9e37d1e813564974a838829b89ff2c53bf72638.tar.xz dotfiles-bsd-e9e37d1e813564974a838829b89ff2c53bf72638.tar.zst dotfiles-bsd-e9e37d1e813564974a838829b89ff2c53bf72638.zip |
up
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, |