mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
i3-companion: do not log full network status
With special chars, it's not readable.
This commit is contained in:
parent
55c335bcaa
commit
52ba86e239
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ async def network_manager_status(i3, event, *args):
|
|||
last = getattr(network_manager_status, "last", None)
|
||||
|
||||
if status != last:
|
||||
logger.info(f"network status: {status}")
|
||||
logger.info("updated network status")
|
||||
|
||||
# Update cache file (for when polybar restarts)
|
||||
with open(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue