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

pacman block's click to update doesn't work #1945

Closed
c02y opened this issue Sep 9, 2023 · 1 comment
Closed

pacman block's click to update doesn't work #1945

c02y opened this issue Sep 9, 2023 · 1 comment

Comments

@c02y
Copy link

c02y commented Sep 9, 2023

[[block.click]]
button = "right"
update = true

of pacman block doesn't work, I see no network activity, and the number of pacman block is not updated.

But if I reload i3status bar using shortcut such as bindsym $mod+Ctrl+Shift+r exec --no-startup-id pkill -USR2 i3status-rs, the number of pacman block will be updated as expected. I have noticed this issue in multiple recent i3status-rust versions.

The whole pacman block's config:

[[block]]
block = "pacman"
# sync db weekly
interval = 604800
format = " $icon$pacman.eng(w:1)/$aur.eng(w:1)"
format_up_to_date = ""
aur_command = "yaru -Qua"
[[block.click]]
button = "right"
update = true

Currently:
i3-wm 4.22-4
i3status-rust 0.32.1-1

@MaxVerevkin
Copy link
Collaborator

Should be fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants