diff options
author | Joe <rrbo@proton.me> | 2023-02-08 15:12:07 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-08 15:12:07 +0100 |
commit | 362b9116ebb42b89bbc3f9e6206520d86d95859d (patch) | |
tree | 4c7c09eff5072387958713f2ee5cc1f8f0702502 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-362b9116ebb42b89bbc3f9e6206520d86d95859d.tar.gz dotfiles-bsd-362b9116ebb42b89bbc3f9e6206520d86d95859d.tar.bz2 dotfiles-bsd-362b9116ebb42b89bbc3f9e6206520d86d95859d.tar.xz dotfiles-bsd-362b9116ebb42b89bbc3f9e6206520d86d95859d.tar.zst dotfiles-bsd-362b9116ebb42b89bbc3f9e6206520d86d95859d.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/conkyrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index 038278c..2ec1a5e 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -29,11 +29,11 @@ conky.config = { draw_shades = false, show_graph_scale = false, show_graph_range = false, - alignment = 'top_right', + alignment = 'top_left', minimum_width = 400, minimum_height = 1440, maximum_width = 400, - gap_x = 0, + gap_x = 10, gap_y = 40, net_avg_samples = 2, cpu_avg_samples = 4, |