mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 09:14:25 +02:00
bin: run black
This commit is contained in:
parent
45ee293d35
commit
bce64c1118
3 changed files with 3 additions and 5 deletions
|
@ -880,9 +880,7 @@ async def network_manager_notifications(i3, event, path, state, reason):
|
|||
interface="org.freedesktop.DBus.Properties",
|
||||
member="PropertiesChanged",
|
||||
signature="sa{sv}as",
|
||||
onlyif=lambda args: (
|
||||
args[0] == "org.freedesktop.NetworkManager.AccessPoint"
|
||||
),
|
||||
onlyif=lambda args: (args[0] == "org.freedesktop.NetworkManager.AccessPoint"),
|
||||
),
|
||||
)
|
||||
@retry(2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue