Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
8610d0c0
Commit
8610d0c0
authored
Jul 07, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated swaync man 5 page
parent
3320bdb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
swaync.5.scd
man/swaync.5.scd
+16
-12
No files found.
man/swaync.5.scd
View file @
8610d0c0
...
@@ -100,6 +100,12 @@ config file to be able to detect config errors
...
@@ -100,6 +100,12 @@ config file to be able to detect config errors
default: 500 ++
default: 500 ++
description: Width of the notification in pixels
description: Width of the notification in pixels
*notification-window-height* ++
type: integer ++
default: -1 ++
description: Max height of the notification in pixels. -1 to use ++
the full amount of space given by the compositor.
*keyboard-shortcuts* ++
*keyboard-shortcuts* ++
type: bool ++
type: bool ++
default: true ++
default: true ++
...
@@ -325,11 +331,6 @@ config file to be able to detect config errors
...
@@ -325,11 +331,6 @@ config file to be able to detect config errors
widget-mpris-title ++
widget-mpris-title ++
widget-mpris-subtitle ++
widget-mpris-subtitle ++
properties: ++
properties: ++
image-size: ++
type: integer ++
optional: true ++
default: 96 ++
description: The size of the album art. ++
blacklist: ++
blacklist: ++
type: array ++
type: array ++
optional: true ++
optional: true ++
...
@@ -345,6 +346,14 @@ config file to be able to detect config errors
...
@@ -345,6 +346,14 @@ config file to be able to detect config errors
default: false ++
default: false ++
description: Whether to hide the widget when the ++
description: Whether to hide the widget when the ++
player has no metadata. ++
player has no metadata. ++
show-album-art: ++
type: string ++
optional: true ++
default: "always" ++
description: Whether or not the album art should be ++
hidden, always visible, or only visible ++
when a valid album art is provided. ++
enum: ["right", "left"] ++
description: A widget that displays multiple music players. ++
description: A widget that displays multiple music players. ++
*menubar*++
*menubar*++
type: object ++
type: object ++
...
@@ -527,11 +536,6 @@ config file to be able to detect config errors
...
@@ -527,11 +536,6 @@ config file to be able to detect config errors
optional: true ++
optional: true ++
default: "⇩" ++
default: "⇩" ++
description: Label displayed on button to hide per app volume control ++
description: Label displayed on button to hide per app volume control ++
icon-size: ++
type: integer ++
optional: true ++
default: 24 ++
description: Size of the application icon in per app volume control ++
animation-type: ++
animation-type: ++
type: string ++
type: string ++
optional: true ++
optional: true ++
...
@@ -609,9 +613,9 @@ config file to be able to detect config errors
...
@@ -609,9 +613,9 @@ config file to be able to detect config errors
"text": "Label Text"
"text": "Label Text"
},
},
"mpris": {
"mpris": {
"image-size": 96,
"blacklist": ["playerctld"],
"blacklist": ["playerctld"],
"autohide": true
"autohide": true,
"show-album-art": "always"
},
},
"menubar": {
"menubar": {
"menu#power": {
"menu#power": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment