[WorkspaceRename] Add Vivaldi

This commit is contained in:
2022-07-25 15:36:33 +02:00
parent 217ff74e2e
commit f850d9588c

View File

@@ -21,6 +21,9 @@ async def main():
for d in w.descendants():
app_name = d.app_id
if not app_name:
if d.name and 'Vivaldi' in d.name:
new_name += '<span font=\'10\' rise=\'-500\' letter_spacing=\'2048\'></span>'
else:
app_name = d.window_instance
if app_name: