-
-
Notifications
You must be signed in to change notification settings - Fork 651
Open
Labels
bugrelated to incorrect existing implementation of some functionalityrelated to incorrect existing implementation of some functionalitydisplay: waylandrelated to Wayland backendrelated to Wayland backendrenderingrelated to code that handles rendering, excluding the used graphics APIrelated to code that handles rendering, excluding the used graphics API
Milestone
Description
What happened?
Setting out_to_wayland to true, conky displays the top (in my case, time and date) in gray, gets frozen with nothing else displayed.
I removed the $stippled_hr that was just underneath and it works again.
I have another part between two $stippled_hr, and they show as a full gray-ish line instead.
I ended up replacing them all by $hr.
Version
1.22.2-pre-a4fd63c1
Which OS/distro are you seeing the problem on?
Arch Linux
Conky config
conky.config = {
out_to_wayland = true,
--background = true,
total_run_times = 0,
use_xft = true,
xftalpha = 0.1,
font = 'Hack:size=16',
own_window = true,
own_window_type = 'normal',
own_window_class = 'conky',
own_window_transparent = true,
own_window_argb_visual = true,
own_window_argb_value = 32,
own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
double_buffer = true,
draw_shades = true,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
border_width = 1,
default_color = 'white',
default_shade_color = '606060',
default_outline_color = 'white',
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 2,
override_utf8_locale = true,
use_spacer = 'none',
short_units = true,
top_name_verbose = true,
top_name_width = 18,
temperature_unit = 'celsius',
update_interval = 1,
minimum_width = 400,
minimum_height = 22,
maximum_width = 400,
alignment = 'top_right',
gap_x = 12,
gap_y = 2,
pad_percents = 2,
}
conky.text = [[
$hr
01
02
03
04
05
06
07
08
09
10
${stippled_hr 4}
Last Line
${stippled_hr 4}
Beyond
]]Stack trace
Relevant log output
Edit: changed the config for a usable one for testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugrelated to incorrect existing implementation of some functionalityrelated to incorrect existing implementation of some functionalitydisplay: waylandrelated to Wayland backendrelated to Wayland backendrenderingrelated to code that handles rendering, excluding the used graphics APIrelated to code that handles rendering, excluding the used graphics API