Remove unnecessary comments

This commit is contained in:
duma799
2026-02-11 21:04:44 +04:00
committed by duma
parent 6d0d0a8306
commit 1952a65b78
+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