Browse Source

swaync styling, and alignment fix

pull/301/head
JaKooLit 2 years ago
parent
commit
ac13edb82b
  1. 2
      config/swaync/config.json
  2. 12
      config/swaync/style.css

2
config/swaync/config.json

@ -19,7 +19,7 @@
"timeout-low": 3, "timeout-low": 3,
"timeout-critical": 0, "timeout-critical": 0,
"fit-to-screen": false, "fit-to-screen": false,
"control-center-width": 350, "control-center-width": 400,
"control-center-height": 720, "control-center-height": 720,
"notification-window-width": 400, "notification-window-width": 400,
"keyboard-shortcuts": true, "keyboard-shortcuts": true,

12
config/swaync/style.css

@ -89,12 +89,12 @@
.notification-action:first-child { .notification-action:first-child {
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
background: #1b1b2b background: @noti-bg
} }
.notification-action:last-child { .notification-action:last-child {
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
background: #1b1b2b background: @noti-bg-alt
} }
.inline-reply { .inline-reply {
@ -161,7 +161,7 @@
.control-center { .control-center {
background: @noti-bg; background: @noti-bg;
border: 1px solid @noti-border-color; border: 1.5px solid @noti-border-color;
color: @text-color; color: @text-color;
border-radius: 10px; border-radius: 10px;
} }
@ -286,8 +286,8 @@
} }
.widget-buttons-grid>flowbox>flowboxchild>button:hover { .widget-buttons-grid>flowbox>flowboxchild>button:hover {
background: rgba(122, 162, 247, 0.1); background: @noti-border-color;
color: @text-color-alt color: @noti-bg-hover
} }
.widget-menubar>box>.menu-button-bar>button { .widget-menubar>box>.menu-button-bar>button {
@ -310,7 +310,7 @@
} }
.widget-volume>box>button { .widget-volume>box>button {
background: #7aa2f7; background: @noti-border-color;
border: none border: none
} }

Loading…
Cancel
Save