mirror of
https://gitlab.com/ceda_ei/tz-conky
synced 2025-12-24 09:20:04 +01:00
35 lines
745 B
Plaintext
35 lines
745 B
Plaintext
conky.config = {
|
|
alignment = 'bottom_middle',
|
|
background = false,
|
|
border_width = 5,
|
|
default_color = '#ffffff',
|
|
double_buffer = true,
|
|
draw_borders = false,
|
|
draw_outline = false,
|
|
draw_shades = false,
|
|
gap_x = 0,
|
|
gap_y = 50,
|
|
maximum_width = 1000,
|
|
minimum_width = 175,
|
|
no_buffers = true,
|
|
override_utf8_locale = true,
|
|
own_window = true,
|
|
own_window_title = 'conky',
|
|
own_window_class = 'Conky',
|
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
|
own_window_transparent = true,
|
|
own_window_type = 'override',
|
|
text_buffer_size = 8000,
|
|
total_run_times = 0,
|
|
update_interval = 1,
|
|
uppercase = false,
|
|
use_xft = true,
|
|
xftalpha = 1,
|
|
out_to_x = false,
|
|
out_to_wayland = true,
|
|
};
|
|
|
|
conky.text = [[
|
|
${execp ./tz.py}
|
|
]];
|