aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/swaync/style.css')
-rw-r--r--.config/swaync/style.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/swaync/style.css b/.config/swaync/style.css
new file mode 100644
index 0000000..c0aebc9
--- /dev/null
+++ b/.config/swaync/style.css
@@ -0,0 +1,71 @@
+@import url("/home/user/.cache/wal/colors-css");
+* {
+ color: @foreground;
+}
+
+.blank-window {
+ background: transparent;
+}
+
+.notification-action,
+.notification-default-action,
+.control-center {
+ border-radius: 0.75em;
+ border: 2px solid alpha(@color11, 0.3);
+ background: alpha(black, 0.5);
+}
+
+.notification {
+ box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
+}
+
+
+.notification-content {
+ margin: 5px;
+}
+
+.control-center .notification-row {
+ background: alpha(black, 0.2);
+}
+
+.widget-dnd {
+ font-weight: bold;
+ margin: 1em;
+}
+
+.widget-dnd>switch {
+ border: 1px solid alpha(@color11, 0.3);
+ border-radius: 0.75em;
+ background: alpha(black, 0.5);
+ padding: 1px;
+}
+
+.widget-dnd> switch slider {
+ border: 1px solid alpha(@color11, 0.3);
+ border-radius: 0.75em;
+ background: rgb(15, 15, 15);
+ box-shadow: none;
+}
+
+.widget-mpris {
+ border-radius: 0.75em;
+ background: alpha(black, 0.5);
+ margin: 1em;
+}
+
+.widget-buttons-grid {
+ margin: 1em;
+ background: alpha(black, 0.5);
+}
+
+.widget-buttons-grid>flowbox>flowboxchild>button {
+ box-shadow: none;
+ color: @foreground;
+ font-style: normal;
+ border: 1px solid alpha(@color11, 0.3);
+ background: @background;
+}
+
+.widget-buttons-grid>flowbox>flowboxchild>button:hover {
+ background: black;
+}