diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-01 00:10:20 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-01 00:10:20 +0530 |
commit | f47415a9cb968fc605afb423b9f0dff59557216a (patch) | |
tree | 2516cee1ab9f91b7426a8ee920a72961f4023513 | |
parent | 2e64dab403023c60908a99c9af2516b6a493dd2e (diff) |
feat: updated conky config
- Enable xinerama_head
- Switch monitor
-rw-r--r-- | conky/conky.conf | 1 | ||||
-rwxr-xr-x | conky/start.sh | 2 |
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 & |