From b45474579708dd1ccea28bf37fb501f5173200be Mon Sep 17 00:00:00 2001 From: Carlos Durán Domínguez Date: Fri, 27 Feb 2026 22:54:27 +0100 Subject: gnu: swww: Improve style. * gnu/packages/wm.scm (swww): Reindent. [source]: Reindent. [description]: Adjust formatting to meet the 80 characters line width convention. Change-Id: Ide4adf1aab6e1bf8817f88493ecf2a10e09f1ec8 Signed-off-by: Efraim Flashner --- gnu/packages/wm.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 856d67f568e..60fa155196c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3071,15 +3071,15 @@ works on Wayland compositors supporting the wlr-layer-shell protocol.") (package (name "swww") (version "0.10.3") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/LGFae/swww") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1i02m8ccc40vm9yg2037yzampvv79wwhfjjd5wnvkbxxgmk9fyhr")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LGFae/swww") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1i02m8ccc40vm9yg2037yzampvv79wwhfjjd5wnvkbxxgmk9fyhr")))) (build-system cargo-build-system) (arguments (list @@ -3118,8 +3118,8 @@ works on Wayland compositors supporting the wlr-layer-shell protocol.") (synopsis "Efficient animated wallpaper daemon for wayland controlled at runtime") (description - "A Solution to your Wayland Wallpaper Woes (swww). It uses minimal resources -and provides animations for switching between backgrounds.") + "A Solution to your Wayland Wallpaper Woes (swww). It uses minimal +resources and provides animations for switching between backgrounds.") (license license:gpl3+))) (define-public swaynotificationcenter -- cgit v1.3