From 18b45c8daa577c4307f13569ab032830749c84e8 Mon Sep 17 00:00:00 2001 From: duma799 Date: Wed, 11 Feb 2026 21:04:44 +0400 Subject: [PATCH] Remove unnecessary comments --- sync-caelestia-wallpaper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sync-caelestia-wallpaper.sh b/sync-caelestia-wallpaper.sh index bc3544a..d60a8e7 100755 --- a/sync-caelestia-wallpaper.sh +++ b/sync-caelestia-wallpaper.sh @@ -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