conky: disable clock widgets
This commit is contained in:
parent
97a3b51027
commit
5f9c74cda9
@ -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,
|
@ -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,
|
Loading…
Reference in New Issue
Block a user