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]: ${desktop_name} ignores the last desktop. #2151

Open
Anakiev2 opened this issue Jan 29, 2025 · 2 comments
Open

[Bug]: ${desktop_name} ignores the last desktop. #2151

Anakiev2 opened this issue Jan 29, 2025 · 2 comments
Labels
bug related to incorrect existing implementation of some functionality display: x11 related to X11 backend os: linux related exclusively to Linux (not BSD/MacOS)

Comments

@Anakiev2
Copy link

Anakiev2 commented Jan 29, 2025

What happened?

Conky shows correctly all desktop names except the last one. For example if I have 10 desktops with names "1 2 3 4 5 6 7 8 9 0" it shows "2" for the second one, "5" for the fifth one. But for the last one (in this case "0") it shows the previously active desktop name... If I have 3 desktops it ignores the third one and so on...

Arch Linux: conky 1.22.0-pre-79e68cc7 it was also the same with conky-1.21.5.

Version

1.22.0-pre-79e68cc7

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

conky.config = {
	alignment = 'bottom_left',
	background = false,
	border_width = 0,
	double_buffer = true,
	draw_outline = false,
	font = 'DejaVuSansMono Nerd Font:size=10.5',
	minimum_height = 18,
	minimum_width = 500,
	out_to_console = false,
	out_to_x = true,
	own_window = true,
	own_window_type = 'desktop',
	update_interval = 1.0,
	use_xft = true,
	max_text_width = 0,
	short_units = true,
	if_up_strictness = 'address',
	use_spacer = 'left',
};

conky.text = [[
  ${cpu cpu1}% ${cpu cpu2}% |   ${time %d.%m.%Y} |   ${time %H:%M} |   ${desktop_name}
]];

Stack trace

Relevant log output

@Anakiev2 Anakiev2 added bug related to incorrect existing implementation of some functionality triage issue that hasn't been verified, categorized or acknowledged yet labels Jan 29, 2025
@Caellian Caellian added display: x11 related to X11 backend need details waiting for more details from reporter or community os: linux related exclusively to Linux (not BSD/MacOS) and removed triage issue that hasn't been verified, categorized or acknowledged yet labels Jan 31, 2025
@Caellian
Copy link
Collaborator

Which DE/WM are you using?

@Anakiev2
Copy link
Author

Anakiev2 commented Jan 31, 2025

bspwm

@Caellian Caellian removed the need details waiting for more details from reporter or community label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug related to incorrect existing implementation of some functionality display: x11 related to X11 backend os: linux related exclusively to Linux (not BSD/MacOS)
Projects
None yet
Development

No branches or pull requests

2 participants