diff options
| author | jgart <jgart@dismail.de> | 2025-11-05 11:10:49 -0600 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-11-05 11:11:48 -0600 |
| commit | 07351780e729f886cbc4115dcb7940bc0cabcd4b (patch) | |
| tree | c2a4ca78576f70c3dacc3e310ca4910fb0ebb6ca /gnu/packages/gtk.scm | |
| parent | 41a983eb9899d45eeccad7913219ce2da5669928 (diff) | |
gnu: gtk4-layer-shell: Improve synopsis.
* gnu/packages/gtk.scm (gtk4-layer-shell)[synopsis]: Improve synopsis.
Change-Id: I8e9aa41980ae366f1b4895814bbead9a9189f770
Diffstat (limited to 'gnu/packages/gtk.scm')
| -rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 54b9512a89d..f4d0359b14d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2904,8 +2904,7 @@ popovers.") (native-inputs (list pkg-config gobject-introspection vala)) (inputs (list wayland gtk)) (home-page "https://github.com/wmww/gtk-layer-shell") - (synopsis "Library to create Wayland desktop components using the Layer -Shell protocol") + (synopsis "Wayland protocol for desktop components") (description "Layer Shell is a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers. It can be used to |
