373 lines
6.4 KiB
CSS
373 lines
6.4 KiB
CSS
* {
|
|
font-family: JetBrainsMono NF;
|
|
font-size: 13px;
|
|
min-height: 0;
|
|
}
|
|
|
|
/* General Settings */
|
|
#cava,
|
|
#custom-clipboard,
|
|
#custom-notifications,
|
|
#custom-arch,
|
|
#custom-gpu-usage,
|
|
#custom-updates,
|
|
#mode,
|
|
#cpu,
|
|
#memory,
|
|
#temperature,
|
|
#custom-music,
|
|
#custom-fans,
|
|
#clock,
|
|
#idle_inhibitor,
|
|
#custom-wf-recorder,
|
|
#pulseaudio,
|
|
#backlight,
|
|
#battery,
|
|
#network,
|
|
#tray,
|
|
#custom-power-menu,
|
|
#custom-updates,
|
|
#language,
|
|
#window,
|
|
#custom-weather,
|
|
#custom-weather.severe,
|
|
#custom-weather.sunnyDay,
|
|
#custom-weather.clearNight,
|
|
#custom-weather.cloudyFoggyDay,
|
|
#custom-weather.cloudyFoggyNight,
|
|
#custom-weather.rainyDay,
|
|
#custom-weather.rainyNight,
|
|
#custom-weather.showyIcyDay,
|
|
#custom-weather.snowyIcyNight,
|
|
#custom-weather.default {
|
|
background-color: #24273a;
|
|
padding: 0 10px;
|
|
margin: 2px 4px 5px 4px;
|
|
border-radius: 10px;
|
|
box-shadow: 3px 3px 1px 1px #181926;
|
|
border: 2px solid rgba(183, 189, 248, 0.4);
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
/* Window */
|
|
window#waybar {
|
|
color: #cad3f5;
|
|
background: transparent;
|
|
color: #cdd6f4;
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* Workspaces */
|
|
#workspaces * {
|
|
font-size: 13px;
|
|
}
|
|
#workspaces button label {
|
|
color: #b7bdf8;
|
|
font-weight: bolder;
|
|
transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.68);
|
|
}
|
|
|
|
#workspaces button.active label {
|
|
color: #24273a;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
background-color: #e06c75;
|
|
}
|
|
|
|
#workspaces button.urgent label {
|
|
color: #24273a;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
#workspaces {
|
|
background-color: #24273a;
|
|
border: 2px solid rgba(183, 189, 248, 0.4);
|
|
padding: 0 10px;
|
|
margin: 2px 4px 5px 4px;
|
|
box-shadow: 3px 3px 1px 1px #181926;
|
|
border-radius: 10px;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
#workspaces button {
|
|
background-color: transparent;
|
|
border-radius: 15px;
|
|
margin-right: 3px;
|
|
margin-left: 3px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
padding: 0 5px;
|
|
font-weight: bolder;
|
|
min-width: 20px;
|
|
color: #24273a;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
}
|
|
|
|
#workspaces button.active {
|
|
padding-right: 6px;
|
|
padding-left: 6px;
|
|
box-shadow: rgba(0, 0, 0, 0.288) 2 2 2 2px;
|
|
padding-bottom: 3px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
background: linear-gradient(
|
|
52deg,
|
|
rgba(139, 213, 202, 1) 0%,
|
|
rgba(138, 173, 244, 1) 30%,
|
|
rgba(183, 189, 248, 1) 48%,
|
|
rgba(198, 160, 246, 1) 77%,
|
|
rgba(238, 153, 160, 1) 100%
|
|
);
|
|
background-size: 400% 400%;
|
|
animation: gradient 15s ease infinite;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
color: #c678dd;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background-color: #363a4f;
|
|
}
|
|
|
|
#workspaces button.focused:hover {
|
|
background-color: #24273a;
|
|
}
|
|
|
|
#workspaces button.focused:hover label {
|
|
color: #cad3f5;
|
|
}
|
|
|
|
/* Individual Modules */
|
|
#cpu {
|
|
background-color: #24273a;
|
|
color: #8aadf4;
|
|
transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.68);
|
|
}
|
|
|
|
#memory {
|
|
background-color: #24273a;
|
|
color: #a6da95;
|
|
transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.68);
|
|
}
|
|
|
|
#custom-notifications {
|
|
background-color: #24273a;
|
|
color: #eed49f;
|
|
}
|
|
|
|
#custom-weather {
|
|
color: #ee99a0;
|
|
}
|
|
|
|
#custom-updates {
|
|
background-color: #24273a;
|
|
color: #8bd5ca;
|
|
}
|
|
|
|
#custom-wf-recorder {
|
|
color: #ed8796;
|
|
}
|
|
|
|
#custom-gpu-temp {
|
|
background-color: #24273a;
|
|
color: #f5a97f;
|
|
}
|
|
|
|
#custom-gpu-usage {
|
|
background-color: #24273a;
|
|
color: #8bd5ca;
|
|
}
|
|
|
|
#custom-power-menu {
|
|
color: #e06c75;
|
|
}
|
|
|
|
#temperature {
|
|
background-color: #24273a;
|
|
color: #f5a97f;
|
|
}
|
|
|
|
#window {
|
|
background: #b7bdf8;
|
|
background: linear-gradient(
|
|
52deg,
|
|
rgba(139, 213, 202, 1) 0%,
|
|
rgba(138, 173, 244, 1) 30%,
|
|
rgba(183, 189, 248, 1) 48%,
|
|
rgba(198, 160, 246, 1) 77%,
|
|
rgba(238, 153, 160, 1) 100%
|
|
);
|
|
background-size: 400% 400%;
|
|
animation: gradient 15s ease infinite;
|
|
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377);
|
|
font-weight: bold;
|
|
color: #1e2030;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
border: none;
|
|
}
|
|
|
|
#temperature.critical {
|
|
background-color: #ed8796;
|
|
color: #1e2030;
|
|
}
|
|
|
|
#custom-music {
|
|
background: #b7bdf8;
|
|
background: linear-gradient(
|
|
52deg,
|
|
rgba(139, 213, 202, 1) 0%,
|
|
rgba(138, 173, 244, 1) 30%,
|
|
rgba(183, 189, 248, 1) 48%,
|
|
rgba(198, 160, 246, 1) 77%,
|
|
rgba(238, 153, 160, 1) 100%
|
|
);
|
|
background-size: 400% 400%;
|
|
animation: gradient 15s ease infinite;
|
|
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377);
|
|
font-weight: bold;
|
|
color: #1e2030;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
border: none;
|
|
}
|
|
|
|
#custom-fans {
|
|
color: #98c379;
|
|
}
|
|
|
|
#clock {
|
|
color: #b7bdf8;
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
color: #abb2bf;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #abb2bf;
|
|
color: #1e222a;
|
|
}
|
|
|
|
#language {
|
|
color: #8aadf4;
|
|
}
|
|
|
|
#pulseaudio {
|
|
background-color: #24273a;
|
|
color: #f5bde6;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
background-color: #ed8796;
|
|
color: #1e222a;
|
|
}
|
|
|
|
#pulseaudio.source-muted {
|
|
background-color: #f5a97f;
|
|
color: #1e222a;
|
|
}
|
|
|
|
#backlight {
|
|
color: #61afef;
|
|
}
|
|
|
|
#battery {
|
|
color: #98c379;
|
|
}
|
|
|
|
#battery.charging,
|
|
#battery.plugged {
|
|
background-color: #98c379;
|
|
color: #1e222a;
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
background-color: #e06c75;
|
|
color: #1e222a;
|
|
animation-name: blink;
|
|
animation-duration: 0.5s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
animation-direction: alternate;
|
|
}
|
|
|
|
#network {
|
|
background-color: #24273a;
|
|
color: #8bd5ca;
|
|
}
|
|
|
|
#network.disconnected {
|
|
background-color: #ed8796;
|
|
color: #1e222a;
|
|
}
|
|
|
|
#custom-notifications {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#clock.cl2 {
|
|
background: #b7bdf8;
|
|
background: linear-gradient(
|
|
52deg,
|
|
rgba(139, 213, 202, 1) 0%,
|
|
rgba(138, 173, 244, 1) 30%,
|
|
rgba(183, 189, 248, 1) 48%,
|
|
rgba(198, 160, 246, 1) 77%,
|
|
rgba(238, 153, 160, 1) 100%
|
|
);
|
|
background-size: 400% 400%;
|
|
animation: gradient 15s ease infinite;
|
|
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377);
|
|
font-weight: bold;
|
|
color: #1e2030;
|
|
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
|
|
border: none;
|
|
}
|
|
|
|
/* Animation Keyframes */
|
|
@keyframes blink {
|
|
to {
|
|
background-color: #24273a;
|
|
color: #e06c75;
|
|
}
|
|
}
|
|
|
|
@keyframes gradient {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
50% {
|
|
background-position: 100% 50%;
|
|
}
|
|
100% {
|
|
background-position: 0% 50%;
|
|
}
|
|
}
|
|
|
|
@keyframes gradient_f {
|
|
0% {
|
|
background-position: 0% 200%;
|
|
}
|
|
|
|
50% {
|
|
background-position: 200% 0%;
|
|
}
|
|
|
|
100% {
|
|
background-position: 400% 200%;
|
|
}
|
|
}
|
|
|
|
@keyframes gradient_f_nh {
|
|
0% {
|
|
background-position: 0% 200%;
|
|
}
|
|
|
|
100% {
|
|
background-position: 200% 200%;
|
|
}
|
|
}
|