Init commit
This commit is contained in:
18
.config/swaync/config.json
Normal file
18
.config/swaync/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"positionX": "right",
|
||||
"positionY": "top",
|
||||
"layer": "overlay",
|
||||
"control-center-width": 400,
|
||||
"notification-icon-size": 64,
|
||||
"notification-body-image-height": 100,
|
||||
"notification-body-image-width": 200,
|
||||
"notification-visibility": {
|
||||
"force": true // Показывает только одно уведомление
|
||||
},
|
||||
"timeout": 30,
|
||||
"timeout-low": 10,
|
||||
"timeout-critical": 0,
|
||||
"fit-to-screen": false,
|
||||
"max-notifications": 1,
|
||||
"widgets": ["title", "notifications", "mpris"],
|
||||
}
|
||||
18
.config/swaync/style.css
Normal file
18
.config/swaync/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* * { */
|
||||
/* margin: 20px; */
|
||||
/* } */
|
||||
|
||||
/* .notification { */
|
||||
/* border-radius: 12px; */
|
||||
/* background-color: rgba(40, 40, 40, 0.9); */
|
||||
/* border: 1px solid #4e4e4e; */
|
||||
/* } */
|
||||
/**/
|
||||
/* .notification-title { */
|
||||
/* color: #ffffff; */
|
||||
/* font-weight: bold; */
|
||||
/* } */
|
||||
/**/
|
||||
/* .notification-body { */
|
||||
/* color: #d1d1d1; */
|
||||
/* } */
|
||||
Reference in New Issue
Block a user