Files
waybar/src/modules
Anthony PERARD 194f4c2f18 network: Fix mix use of default and state specific format
Whenever the network module is configured with both "format" and
"format-$state" and when the module use "format-$state" once, it
override the value that was saved from "format".

For example, if both "format" and "format-disconnect" are configured,
and only those, as soon as the module show information about a
disconnected interface, it will keep showing the format for
disconnected, even if the interface is connected again later.

Fix that by always setting a value to default_format_ in update() and
thus use the intended default format when needed.

Fixes #1129
2021-06-08 18:50:32 +01:00
..
2021-01-15 01:07:56 +00:00
2020-05-19 10:37:27 +00:00
2021-04-18 21:34:29 +03:00
2020-04-21 09:11:56 +02:00
2021-04-30 14:23:49 +02:00
2021-01-31 11:56:25 -08:00
2020-10-04 14:59:20 -03:00