aboutsummaryrefslogtreecommitdiffstats
path: root/config/swaync/style.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-27 20:58:22 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-27 20:58:22 +0900
commit33d4cd47ce639aeb39991b944895477a0e3b1745 (patch)
treee1d2b1263979d5bc161225f7f9ed33c86814599c /config/swaync/style.css
parent1e2a3b25aa760885ee326433ef0ab176e39c73bc (diff)
updated swaync, Settings animation and DarkLight.sh
Diffstat (limited to 'config/swaync/style.css')
-rw-r--r--config/swaync/style.css103
1 files changed, 62 insertions, 41 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css
index 59aea3c6..f0d41fb4 100644
--- a/config/swaync/style.css
+++ b/config/swaync/style.css
@@ -1,10 +1,13 @@
+/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+
@import '../../.cache/wal/colors-waybar.css';
@define-color noti-border-color @color2;
-@define-color noti-bg @background;
-@define-color noti-bg-darker rgba(43, 43, 57, 0.6);
+@define-color noti-bg rgba(0, 0, 0, 0.8);
+@define-color noti-bg-alt #111111;
@define-color noti-bg-hover @color2;
-@define-color text-color @color7;
+@define-color text-color @color2;
+@define-color text-color-alt @color7;
@define-color text-color-disabled rgba(150, 150, 150, 0.8);
* {
@@ -14,26 +17,24 @@
.control-center .notification-row:focus,
.control-center .notification-row:hover {
- opacity: 0.5;
+ opacity: 1;
background: @noti-bg;
border-radius: 10px
}
.notification-row {
outline: none;
- margin: 10px;
- padding: 0;
+ margin: 0px;
}
.notification {
- background: transparent;
- padding: 0px;
- margin: 0px;
+ border-radius: 10px;
}
-.notification-content {
+.notification-content{
+ color: @text-color;
background: @noti-bg;
- padding: 6px;
+ padding: 3px 10px 3px 6px;
border-radius: 10px;
border: 2px solid @noti-border-color;
margin: 0px;
@@ -73,12 +74,12 @@
.notification-default-action:hover,
.notification-action:hover {
color: @text-color;
- background: #7aa2f7
+ background: @color1
}
.notification-default-action {
border-radius: 10px;
- margin: 0px;
+ margin: 5px;
}
.notification-default-action:not(:only-child) {
@@ -109,7 +110,7 @@
}
.inline-reply-button {
- font-size: 0.5rem;
+ font-size: 0.5rem;
margin-left: 4px;
background: @noti-bg;
border: 1px solid @noti-border-color;
@@ -129,21 +130,21 @@
.body-image {
margin-top: 6px;
- background-color: #fff;
+ color: @text-color-alt;
border-radius: 10px
}
.summary {
font-size: 1rem;
- font-weight: 700;
+ font-weight: 200;
background: transparent;
- color: rgba(158, 206, 106, 0.9);
+ color: @text-color-alt;
text-shadow: none
}
.time {
font-size: 1rem;
- font-weight: 700;
+ font-weight: 200;
background: transparent;
color: @text-color;
text-shadow: none;
@@ -152,7 +153,7 @@
.body {
font-size: 1rem;
- font-weight: 400;
+ font-weight: 200;
background: transparent;
color: @text-color;
text-shadow: none
@@ -169,7 +170,7 @@
}
.control-center-list-placeholder {
- opacity: .5
+ opacity: 0.5
}
.floating-notifications {
@@ -182,9 +183,9 @@
.widget-title {
color: @noti-border-color;
- background: @noti-bg-darker;
+ background: @noti-bg-alt;
padding: 3px 6px;
- margin: 10px 10px 5px 10px;
+ margin: 5px;
font-size: 1rem;
border-radius: 10px;
}
@@ -203,9 +204,9 @@
}
.widget-dnd {
- background: @noti-bg-darker;
- padding: 3px 5px 3px 5px;
- margin: 5px 10px 10px 10px;
+ background: @noti-bg-alt;
+ padding: 3px 6px;
+ margin: 5px;
border-radius: 10px;
font-size: 1rem;
color: @noti-border-color;
@@ -233,7 +234,7 @@
}
.widget-label {
- margin: 0px;
+ margin: 5px;
}
.widget-label>label {
@@ -243,9 +244,9 @@
.widget-mpris {
color: @text-color;
- background: @noti-bg-darker;
- padding: 2px 6px;
- margin: 5px 10px 5px 10px;
+ background: @noti-bg-alt;
+ padding: 3px 6px;
+ margin: 5px;
border-radius: 10px;
}
@@ -254,25 +255,26 @@
}
.widget-mpris-player {
- padding: 5px 10px;
- margin: 10px
+ padding: 3px 6px;
+ margin: 5px;
}
.widget-mpris-title {
- font-weight: 700;
- font-size: 1.25rem
+ font-weight: 100;
+ font-size: 1rem
}
.widget-mpris-subtitle {
- font-size: 1.1rem
+ font-size: 0.75rem
}
.widget-buttons-grid {
- font-size: x-large;
+ font-size: large;
+ color: @noti-border-color;
padding: 2px;
- margin: 0px;
+ margin: 5px;
border-radius: 10px;
- background: @noti-bg-darker;
+ background: @noti-bg-alt;
}
.widget-buttons-grid>flowbox>flowboxchild>button {
@@ -284,7 +286,7 @@
.widget-buttons-grid>flowbox>flowboxchild>button:hover {
background: rgba(122, 162, 247, 0.1);
- color: @noti-border-color;
+ color: @text-color-alt
}
.widget-menubar>box>.menu-button-bar>button {
@@ -298,12 +300,12 @@
}
.widget-volume {
- background: @noti-bg-darker;
+ background: @noti-bg-alt;
padding: 2px;
margin: 10px 10px 5px 10px;
border-radius: 10px;
font-size: x-large;
- color: @text-color;
+ color: @text-color
}
.widget-volume>box>button {
@@ -316,13 +318,32 @@
padding: 4px 8px 8px;
margin: 0 8px 8px;
border-radius: 10px;
+ color: @text-color
}
.widget-backlight {
- background: @noti-bg-darker;
+ background: @noti-bg-alt;
padding: 5px;
margin: 10px 10px 5px 10px;
border-radius: 10px;
font-size: x-large;
color: @text-color
}
+
+.low {
+ background: @text-color;
+ padding: 0px;
+ border-radius: 10px;
+}
+
+.normal {
+ background: @text-color;
+ padding: 0px;
+ border-radius: 10px;
+}
+
+.critical {
+ background: red;
+ padding: 0px;
+ border-radius: 10px;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage