nixos-config/users/simon/modules/sway/swaync.css

134 lines
1.8 KiB
CSS

window {
font-family: "monospace";
background: @base03;
color: @base0;
}
button {
padding: 4px;
border: 2px solid @base02;
}
scrollbar {
opacity: 0;
}
.notification-row {
outline: none;
}
.notification-row:focus,
.notification-row:hover {
background: @noti-bg-focus;
}
.notification {
background-color: @base03;
margin: 0px 8px;
padding: 0;
}
.notification:first-child {
margin-top: 12px;
}
.notification-content {
padding: 6px;
}
.close-button {
color: @base0;
padding: 0px;
border-radius: 100%;
margin-top: 16px;
margin-right: 16px;
border: none;
min-width: 24px;
min-height: 24px;
}
.close-button:hover {
background: @base02;
}
.notification-default-action,
.notification-action {
margin: 0;
border: 2px solid @base02;
}
.notification-default-action:hover,
.notification-action:hover {
-gtk-icon-effect: none;
}
.notification-action {
border-top: none;
border-right: none;
}
.notification-action:last-child {
border-right: 2px solid @base02;
}
.notification-default-action > button,
.notification-action > button {
margin: 4px;
}
.image {
}
.body-image {
margin-top: 6px;
background-color: white;
}
.summary {
font-size: 16px;
font-weight: bold;
}
.time {
font-weight: bold;
margin-right: 18px;
}
.control-center {
background: @base03;
color: @base0;
}
.control-center-list {
}
.floating-notifications {
background: transparent;
}
.blank-window {
background: transparent;
}
.widget-title {
margin: 8px;
font-size: 1.5rem;
}
.widget-title > button {
font-size: initial;
}
.widget-dnd {
margin: 8px;
font-size: 1.1rem;
}
.widget-dnd > switch {
font-size: initial;
border: 2px solid @base02;
color: transparent; /* hide default on and off state text */
}
.widget-dnd > switch:checked slider {
background-color: @green;
}
.widget-dnd > switch slider {
background: @base0;
}