mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 06:31:00 +00:00
Remove unnecessary comments
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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)
|
WALLPAPER_PATH=$(pgrep -a swaybg | grep -oP '(?<=-i )[^ ]+' | head -1)
|
||||||
|
|
||||||
if [ -n "$WALLPAPER_PATH" ] && [ -f "$WALLPAPER_PATH" ]; then
|
if [ -n "$WALLPAPER_PATH" ] && [ -f "$WALLPAPER_PATH" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user