From f47415a9cb968fc605afb423b9f0dff59557216a Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sun, 1 Dec 2024 00:10:20 +0530 Subject: feat: updated conky config - Enable xinerama_head - Switch monitor --- conky/conky.conf | 1 + conky/start.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conky/conky.conf b/conky/conky.conf index 4f34686..6bb46d9 100644 --- a/conky/conky.conf +++ b/conky/conky.conf @@ -13,6 +13,7 @@ conky.config = { text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 update_interval = 1, -- update interval imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song + xinerama_head = 1, --Placement diff --git a/conky/start.sh b/conky/start.sh index e2984cc..5680ed9 100755 --- a/conky/start.sh +++ b/conky/start.sh @@ -1,5 +1,5 @@ #!/bin/bash killall conky +conky -y -1160 & conky & -conky -y -1440 & -- cgit v1.2.3-73-gaa49b