Skip to content

Commit fda4f70

Browse files
richen604kRHYME7
andauthored
fix: include nixos wrapped program to prevent infinite reloads (#795)
Co-authored-by: Khing <[email protected]>
1 parent b05d1a7 commit fda4f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)