Closed ammgws closed 3 years ago
This would mean user would not be able to set format_alt=""
(which would hide the block on click just like temperature block).
Edit: never mind, user would still be able to do it.
I assume you mean collapse not hide? Otherwise you wouldn't be able to get the block to show again :laughing:
Yeah, right.
Instead of
clickable
, just see ifformat_alt
was specified in the config. If it was, then the user obviously wants the block to be clickable. If there's really some reason for disabling click events then it can be done once https://github.com/greshake/i3status-rust/issues/1038 is implemented by setting the on-click action to empty and overriding the block on-click handler.