forked from external/yambar
commit
914cea1b14
2 changed files with 5 additions and 3 deletions
|
@ -20,6 +20,9 @@
|
||||||
* fcft >= 2.4.0 is now required.
|
* fcft >= 2.4.0 is now required.
|
||||||
* sway-xkb: non-keyboard inputs are now ignored
|
* sway-xkb: non-keyboard inputs are now ignored
|
||||||
(https://codeberg.org/dnkl/yambar/issues/51).
|
(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
|
### Deprecated
|
||||||
|
|
|
@ -434,9 +434,8 @@ run(struct module *mod)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!update_status(mod))
|
if (update_status(mod))
|
||||||
break;
|
bar->refresh(bar);
|
||||||
bar->refresh(bar);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Add table
Reference in a new issue