diff options
| author | Carlos Durán Domínguez <wurt@wurt.eu> | 2026-02-27 22:54:27 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-05 14:19:46 +0200 |
| commit | b45474579708dd1ccea28bf37fb501f5173200be (patch) | |
| tree | 86312c22315061f133aacc896e8103f3210d5cae /gnu | |
| parent | 9a6abcb713fad6d20d72ed56d250eb83583480c8 (diff) | |
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 <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 22 |
1 files changed, 11 insertions, 11 deletions
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 |
