Remove unnecessary comments

This commit is contained in:
duma799
2026-02-11 21:04:44 +04:00
committed by duma
parent b0ae70b49f
commit 18b45c8daa
+1 -2
View File
@@ -1,7 +1,6 @@
#!/bin/bash
# Sync Caelestia's wallpaper reference with the currently running swaybg wallpaper
# Sync Caelestia wallpaper with swaybg
# Get the wallpaper path from running swaybg process
WALLPAPER_PATH=$(pgrep -a swaybg | grep -oP '(?<=-i )[^ ]+' | head -1)
if [ -n "$WALLPAPER_PATH" ] && [ -f "$WALLPAPER_PATH" ]; then