nixos/home/swaync/style.css
Evie Litherland-Smith 8ca2053944 Reorganise a lot of things, clean up some files
Pull program expressions inside hyprland directory (e.g. rofi, waybar,
etc...) up one level.

Convert everything into package-name/default.nix format for
consistency

Move common home imports from flake.nix into hyprland/default.nix,
flake.nix now only defaults into importing hyprland, to be consistent
with how system imports work

Remove some old files: calendar and contact setup, sweet theme pkgs

Move xdg.configFile expressions from home/default.nix into a
config/default.nix, keeping the files to be linked in the config dir
as well (still need to do ipython though)
2024-01-28 12:01:18 +00:00

344 lines
5.7 KiB
CSS

* {
all: unset;
font-size: 20px;
font-family: "Iosevka Nerd Font";
transition: 200ms;
}
.floating-notifications.background .notification-row .notification-background {
border-radius: 10px;
border: 1px solid #b4befe;
margin: 18px;
background-color: rgba(13, 14, 28, 0.5);
color: #ffffff;
padding: 0;
}
.floating-notifications.background
.notification-row
.notification-background
.notification {
padding: 7px;
border-radius: 10px;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content {
margin: 7px;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content
.summary {
color: #ffffff;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content
.time {
color: #c6daff;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content
.body {
color: #ffffff;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> * {
min-height: 3.4em;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action {
border-radius: 10px;
background-color: #292d48;
color: #ffffff;
margin: 7px;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:hover {
background-color: #484d67;
color: #ffffff;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:active {
background-color: #74c7ec;
color: #000000;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button {
margin: 7px;
padding: 2px;
border-radius: 10px;
background-color: #f38ba8;
color: #000000;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button:hover {
background-color: #eba0ac;
color: #000000;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button:active {
background-color: #f38ba8;
color: #000000;
}
.control-center {
border-radius: 10px;
border: 1px solid #b4befe;
margin: 18px;
background-color: rgba(13, 14, 28, 0.5);
color: #ffffff;
padding: 14px;
}
.control-center .widget-title {
color: #ffffff;
font-size: 1.3em;
}
.control-center .widget-title button {
border-radius: 7px;
background-color: #292d48;
color: #ffffff;
padding: 8px;
}
.control-center .widget-title button:hover {
background-color: #484d67;
color: #ffffff;
}
.control-center .widget-title button:active {
background-color: #74c7ec;
color: #000000;
}
.control-center .notification-row .notification-background {
border-radius: 10px;
background-color: #1d2235;
color: #ffffff;
margin-top: 14px;
}
.control-center .notification-row .notification-background .notification {
padding: 7px;
border-radius: 7px;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content {
margin: 7px;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content
.summary {
color: #ffffff;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content
.time {
color: #989898;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content
.body {
color: #ffffff;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> * {
min-height: 3.4em;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action {
border-radius: 7px;
background-color: #292d48;
color: #ffffff;
margin: 7px;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:hover {
background-color: #484d67;
color: #ffffff;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:active {
background-color: #74c7ec;
color: #000000;
}
.control-center .notification-row .notification-background .close-button {
margin: 7px;
padding: 2px;
border-radius: 6.3px;
background-color: #eba0ac;
color: #000000;
}
.control-center .notification-row .notification-background .close-button:hover {
background-color: #f38ba8;
color: #000000;
}
.control-center
.notification-row
.notification-background
.close-button:active {
background-color: #f38ba8;
color: #000000;
}
.control-center .notification-row .notification-background:hover {
background-color: #1d2235;
color: #ffffff;
}
.control-center .notification-row .notification-background:active {
background-color: #74c7ec;
color: #000000;
}
progressbar,
progress,
trough {
border-radius: 12.6px;
}
.notification.critical progress {
background-color: #f38ba8;
}
.notification.low progress,
.notification.normal progress {
background-color: #89b4fa;
}
trough {
background-color: #0d0e1c;
}
.control-center trough {
background-color: #1d2235;
}
.control-center-dnd {
margin-top: 5px;
border-radius: 8px;
background: #0d0e1c;
border: 1px solid #1d2235;
}
.control-center-dnd:checked {
background: #0d0e1c;
}
.control-center-dnd slider {
background: #1d2235;
border-radius: 8px;
}
.widget-dnd {
margin: 0px;
font-size: 1.1rem;
}
.widget-dnd > switch {
font-size: initial;
border-radius: 8px;
background: #0d0e1c;
border: 1px solid #1d2235;
}
.widget-dnd > switch:checked {
background: #0d0e1c;
}
.widget-dnd > switch slider {
background: #1d2235;
border-radius: 8px;
border: 1px solid #b4befe;
}