update swaync

This commit is contained in:
lia
2025-09-13 17:48:24 +02:00
parent 0f374f9e56
commit f01b427f2f
2 changed files with 28 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
{ {
"positionX": "right", "positionX": "right",
"positionY": "top", "positionY": "top",
"control-center-margin-top": 20, "control-center-margin-top": 5,
"control-center-margin-bottom": 0, "control-center-margin-bottom": 0,
"control-center-margin-right": 0, "control-center-margin-right": 0,
"control-center-margin-left": 20, "control-center-margin-left": 5,
"control-center-width": 500, "control-center-width": 500,
"control-center-height": 600, "control-center-height": 600,
"fit-to-screen": false, "fit-to-screen": false,
@@ -47,4 +47,4 @@
"image-radius": 12 "image-radius": 12
} }
} }
} }

View File

@@ -1,7 +1,7 @@
@define-color foreground rgb(255, 255, 255); @define-color foreground rgb(255, 255, 255);
@define-color background rgb(0, 0, 0); @define-color background rgb(0, 0, 0);
@define-color background-alpha rgba(0, 0, 0, 0.8); @define-color background-alpha rgba(0, 0, 0, 0.42);
@define-color accent rgba(0, 0, 0, 0.8); @define-color accent rgba(0, 0, 0, 0.69);
@define-color current-line rgb(0, 0, 0); @define-color current-line rgb(0, 0, 0);
@define-color comment rgb(0, 0, 0); @define-color comment rgb(0, 0, 0);
@define-color aux-blue rgb(0, 0, 0); @define-color aux-blue rgb(0, 0, 0);
@@ -18,10 +18,8 @@
.notification-row { .notification-row {
transition: all 200ms ease; transition: all 200ms ease;
outline: none; outline: none;
margin-bottom: 4px; margin: 0.2rem 0.2rem 0.2rem 0.2rem;
margin-right: 13px; border-radius: 0.3rem;
margin-top: 8px;
border-radius: 80px;
} }
.control-center .notification-row:focus, .control-center .notification-row:focus,
@@ -49,27 +47,27 @@
.notification { .notification {
transition: all 200ms ease; transition: all 200ms ease;
border-radius: 8px; border-radius: 8px;
margin: 12px 7px 0px 7px; margin: 2px 2px 0px 2px;
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
padding: 0; padding: 0;
} }
.low { .low {
background: @aux-yellow; background: @aux-yellow;
padding: 6px; padding: 0.1rem;
border-radius: 6px; border-radius: 0.3rem;
} }
.normal { .normal {
background: @aux-orange; background: @aux-orange;
padding: 6px; padding: 0.1rem;
border-radius: 6px; border-radius: 0.3rem;
} }
.critical { .critical {
background: @aux-red; background: @aux-red;
padding: 6px; padding: 0.1rem;
border-radius: 6px; border-radius: 0.3rem;
} }
.notification-content { .notification-content {
@@ -194,7 +192,7 @@
} }
.control-center-dnd { .control-center-dnd {
border-radius: 8px; border-radius: 0.3rem;
background: @background; background: @background;
border: 1px solid @accent; border: 1px solid @accent;
box-shadow: none; box-shadow: none;
@@ -206,20 +204,20 @@
.control-center-dnd slider { .control-center-dnd slider {
background: @background; background: @background;
border-radius: 8px; border-radius: 0.3rem;
} }
.control-center { .control-center {
background: @background-alpha; background: @background-alpha;
border-radius: 10px; border-radius: 0.3rem;
background-clip: border-box; background-clip: border-box;
padding: 4px; padding: 2px;
box-shadow: box-shadow:
0 0 0 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.3),
0 1px 3px 1px rgba(0, 0, 0, 0.7), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
0 2px 6px 2px rgba(0, 0, 0, 0.3); 0 2px 6px 2px rgba(0, 0, 0, 0.3);
color: @foreground; color: @foreground;
border: 2px solid @accent; border: 0.1rem solid @accent;
} }
.control-center-list { .control-center-list {
@@ -250,7 +248,7 @@
background: @background; background: @background;
border: 2px solid @accent; border: 2px solid @accent;
box-shadow: none; box-shadow: none;
border-radius: 8px; border-radius: 0.3rem;
} }
.widget-title>button:hover { .widget-title>button:hover {
@@ -259,13 +257,13 @@
/* DND widget */ /* DND widget */
.widget-dnd { .widget-dnd {
margin: 8px; margin: 0.3rem;
font-size: 1.1rem; font-size: 1.1rem;
} }
.widget-dnd>switch { .widget-dnd>switch {
font-size: initial; font-size: initial;
border-radius: 8px; border-radius: 0.3rem;
background: @background; background: @background;
border: 1px solid @accent; border: 1px solid @accent;
box-shadow: none; box-shadow: none;
@@ -277,13 +275,13 @@
.widget-dnd>switch slider { .widget-dnd>switch slider {
background: @background; background: @background;
border-radius: 8px; border-radius: 0.3rem;
border: 1px solid @foreground; border: 1px solid @foreground;
} }
/* Label widget */ /* Label widget */
.widget-label { .widget-label {
margin: 8px; margin: 0.3rem;
} }
.widget-label>label { .widget-label>label {
@@ -294,10 +292,10 @@
.widget-mpris {} .widget-mpris {}
.widget-mpris-player { .widget-mpris-player {
padding: 8px; padding: 0.3rem;
margin: 8px; margin: 0.3rem;
background-color: @background; background-color: @background;
border-radius: 8px; border-radius: 0.3rem;
border: 2px solid @accent; border: 2px solid @accent;
color: @foreground; color: @foreground;
} }
@@ -309,4 +307,4 @@
.widget-mpris-subtitle { .widget-mpris-subtitle {
font-size: 1.1rem; font-size: 1.1rem;
} }