aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conky/conky.conf1
-rwxr-xr-xconky/start.sh2
2 files changed, 2 insertions, 1 deletions
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 &