conky: disable clock widgets

This commit is contained in:
inkch 2024-06-25 13:50:47 +09:00
parent 97a3b51027
commit 5f9c74cda9
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
conky.config = {
-- common
background = true,
-- ximerama_head = 1, -- won't work neither 0 and 1
alignment = 'middle_middle',
double_buffer = true,
gap_x = 0,
gap_x = 2000, -- This makes qlocktwo in center (I don't know why)
gap_y = 0,
draw_shades = false,
update_interval = 15.0,

View File

@ -3,7 +3,7 @@ conky.config = {
background = true,
alignment = 'middle_middle',
double_buffer = true,
gap_x = 2240,
gap_x = 4350,
gap_y = 50,
draw_shades = false,
update_interval = 1.0,