mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
commit
914cea1b14
2 changed files with 5 additions and 3 deletions
|
@ -20,6 +20,9 @@
|
|||
* fcft >= 2.4.0 is now required.
|
||||
* sway-xkb: non-keyboard inputs are now ignored
|
||||
(https://codeberg.org/dnkl/yambar/issues/51).
|
||||
* battery: don’t terminate (causing last status to “freeze”) when
|
||||
failing to update; retry again later
|
||||
(https://codeberg.org/dnkl/yambar/issues/44).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
@ -434,9 +434,8 @@ run(struct module *mod)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!update_status(mod))
|
||||
break;
|
||||
bar->refresh(bar);
|
||||
if (update_status(mod))
|
||||
bar->refresh(bar);
|
||||
}
|
||||
|
||||
out:
|
||||
|
|
Loading…
Add table
Reference in a new issue