Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Middle not working as second argument in Alignment #1962

Closed
Dany-Dan opened this issue Jun 8, 2024 · 2 comments
Closed

[Bug]: Middle not working as second argument in Alignment #1962

Dany-Dan opened this issue Jun 8, 2024 · 2 comments
Labels
bug Bug report or bug fix PR display: x11 Issue related to X11 backend

Comments

@Dany-Dan
Copy link

Dany-Dan commented Jun 8, 2024

What happened?

Since version 1.21.1, conky no longer displays anything when using middle as second argument in alignment.
top_middle, middle_middle and bottom_middle don't work. Corresponding aliases don't work either.

Version

1.21.2

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

conky.config = {
alignment = 'middle_middle',
background = false,
border_inner_margin = 0,
border_outer_margin = 0,
border_width = 0,
default_color = '#e4f8fd',
double_buffer = true,
draw_shades = false,
font = 'Sansation:Regular:size=14',
gap_x = 0,
gap_y = 0,
imlib_cache_flush_interval = 0,
maximum_width = 500,
own_window = true,
own_window_argb_value = 0,
own_window_argb_visual = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_title = 'Conky Uptime',
own_window_transparent = false,
own_window_type = 'desktop',
update_interval = 2,
use_xft = true,
xftalpha = 1
};

conky.text = [[
####################################################################
# INFO SYSTEM
####################################################################
#
${goto 0}${font}Démarré depuis : ${uptime}${font}\
#
]];

Stack trace

No response

Relevant log output

No response

@Dany-Dan Dany-Dan added bug Bug report or bug fix PR triage Issue that hasn't been verified labels Jun 8, 2024
@Dany-Dan Dany-Dan changed the title [Bug]: [Bug]: Middle not working as second argument in Alignment Jun 8, 2024
@Caellian
Copy link
Collaborator

Do you mind trying out 1.21.3? I believe this bug was removed with #1963.

@Caellian Caellian added display: x11 Issue related to X11 backend and removed triage Issue that hasn't been verified labels Jun 24, 2024
@Dany-Dan
Copy link
Author

I just tested the latest version via the appimage and the bug is fixed.
So I will keep version 1.20.2 until version 1.21.3 is available in the Arch Linux repositories.

Problem solved, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report or bug fix PR display: x11 Issue related to X11 backend
Projects
None yet
Development

No branches or pull requests

2 participants