aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/style.css
diff options
context:
space:
mode:
authorm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
committerm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
commit7b97cef3473ea0897c9c9027a4e9777843c0e50f (patch)
tree5cbd7bb25a9b2260aad67124426b2ff6c750b845 /.config/swaync/style.css
parent62e3ad0e675ff818dc5a85ef8926b15f6ba92c5a (diff)
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;
+}