New backup 2025-07-01 12:00:01

This commit is contained in:
Penelope Gwen 2025-07-01 12:00:01 -07:00
parent 49e72311b8
commit 70d9c963d0
3 changed files with 21 additions and 18 deletions

View file

@ -13,9 +13,9 @@
"timeout-low": 4, "timeout-low": 4,
"timeout-critical": 0, "timeout-critical": 0,
"fit-to-screen": false, "fit-to-screen": false,
"control-center-width": 380, "control-center-width": 450,
"control-center-height": 860, "control-center-height": 860,
"notification-window-width": 400, "notification-window-width": 450,
"keyboard-shortcuts": true, "keyboard-shortcuts": true,
"image-visibility": "when-available", "image-visibility": "when-available",
"transition-time": 200, "transition-time": 200,

View file

@ -1,8 +1,8 @@
@define-color text @foreground; @define-color text @foreground;
@define-color background-alt @color1; @define-color background-alt @color5;
@define-color selected @color1; @define-color selected @color5;
@define-color hover @color1; @define-color hover @color5;
@define-color urgent @color1; @define-color urgent @color5;
* { * {
color: @text; color: @text;
@ -22,7 +22,7 @@
/* CONTROL CENTER ------------------------------------------------------------------------ */ /* CONTROL CENTER ------------------------------------------------------------------------ */
.control-center { .control-center {
background: alpha(@background, .75); background: alpha(@background, .3);
border-radius: 12px; border-radius: 12px;
border: 1px solid @selected; border: 1px solid @selected;
/* box-shadow: 0 2px 8px 0 @background;*/ /* box-shadow: 0 2px 8px 0 @background;*/
@ -33,9 +33,11 @@
/* Notifications */ /* Notifications */
.control-center .notification-row .notification-background, .control-center .notification-row .notification-background,
.control-center .notification-row .notification-background .notification.critical { .control-center .notification-row .notification-background .notification.critical {
background-color: alpha(@background, .75); /* border: 1px solid @selected;*/
box-shadow: 0px 0px 3px @selected;
background-color: alpha(@background, .85);
border-radius: 10px; border-radius: 10px;
margin: 4px 0px; margin: 5px 5px;
padding: 4px; padding: 4px;
} }
@ -228,7 +230,7 @@ progressbar {
/* NOTE: Background need *opacity 1* otherwise will turn into the album art blurred */ /* NOTE: Background need *opacity 1* otherwise will turn into the album art blurred */
.widget-mpris-player { .widget-mpris-player {
background: @selected; background: @selected00;
padding: 6px 10px; padding: 6px 10px;
margin: 10px; margin: 10px;
border-radius: 14px; border-radius: 14px;
@ -241,6 +243,7 @@ progressbar {
.widget-mpris-title { .widget-mpris-title {
font-weight: 700; font-weight: 700;
font-size: 1rem; font-size: 1rem;
text-shadow: 0px 0px 5px @color0;
} }
.widget-mpris-subtitle { .widget-mpris-subtitle {

View file

@ -1,8 +1,8 @@
@define-color text @foreground; @define-color text @foreground;
@define-color background-alt @color1; @define-color background-alt @color5;
@define-color selected @color1; @define-color selected @color5;
@define-color hover @color1; @define-color hover @color5;
@define-color urgent @color1; @define-color urgent @color5;
* { * {
@ -29,10 +29,10 @@
.floating-notifications.background .notification-row .notification-background { .floating-notifications.background .notification-row .notification-background {
background: alpha(@background, .75); background: alpha(@background, .75);
/* box-shadow: 0 2px 8px 0 @background;*/ box-shadow: inset 0px 0px 5px @selected;
border: 1px solid @selected; border: 1px solid @selected;
border-radius: 12px; border-radius: 8px;
margin: 16px; margin: 12px;
padding: 0; padding: 0;
} }