diff options
author | Joe <rrbo@proton.me> | 2023-02-10 09:42:46 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-10 09:42:46 +0100 |
commit | 58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b (patch) | |
tree | 3ef2a91453be231a749167ccce0dffc682145ce5 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b.tar.gz dotfiles-bsd-58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b.tar.bz2 dotfiles-bsd-58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b.tar.xz dotfiles-bsd-58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b.tar.zst dotfiles-bsd-58aafd42e62b9a25cd70be2f1b0b8ce0eceaf78b.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/conky/conkyrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index b6d2080..b2175cb 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -29,9 +29,9 @@ conky.config = { show_graph_scale = false, show_graph_range = false, alignment = 'top_left', + minimum_width = 380, + maximum_width = 380, minimum_height = 1440, - minimum_width = 320, - maximum_width = 320, gap_x = 10, gap_y = 40, net_avg_samples = 2, |