mirror of
https://gitlab.com/ceda_ei/tz-conky
synced 2025-12-24 17:30:04 +01:00
Update to newer conky syntax
This commit is contained in:
60
tz_conky
60
tz_conky
@@ -1,30 +1,34 @@
|
||||
alignment bottom_middle
|
||||
background no
|
||||
border_width 5
|
||||
default_color ffffff
|
||||
double_buffer yes
|
||||
draw_borders no
|
||||
draw_outline no
|
||||
draw_shades no
|
||||
gap_x 0
|
||||
gap_y 50
|
||||
maximum_width 1000
|
||||
minimum_size 175
|
||||
no_buffers yes
|
||||
override_utf8_locale yes
|
||||
own_window yes
|
||||
own_window_title conky
|
||||
own_window_class Conky
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
own_window_transparent yes
|
||||
own_window_type override
|
||||
text_buffer_size 8000
|
||||
total_run_times 0
|
||||
update_interval 1
|
||||
uppercase no
|
||||
use_xft yes
|
||||
xftalpha 1
|
||||
default_color ffffff
|
||||
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,
|
||||
};
|
||||
|
||||
TEXT
|
||||
conky.text = [[
|
||||
${execp ./tz.sh}
|
||||
]];
|
||||
|
||||
Reference in New Issue
Block a user