Skip to content

Commit 885d9a8

Browse files
committed
2 parents c26bc0f + fda4f70 commit 885d9a8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--ozone-platform-hint=wayland
2-
--disable-gpu
1+
--ozone-platform-hint=auto
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--ozone-platform-hint=wayland --disable-gpu
1+
--ozone-platform-hint=auto
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--ozone-platform-hint=wayland
1+
--ozone-platform-hint=auto

β€ŽConfigs/.local/lib/hyde/waybar.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ def watch_waybar():
14031403
time.sleep(2)
14041404
continue
14051405

1406-
result = subprocess.run(["ps", "-C", "waybar"], capture_output=True)
1406+
result = subprocess.run(["ps", "-C", "waybar,.waybar-wrapped"], capture_output=True)
14071407
if result.returncode != 0:
14081408
run_waybar_command("killall waybar; waybar & disown")
14091409
logger.debug("Waybar restarted")

0 commit comments

Comments
Β (0)