363 lines
6.4 KiB
CSS
Executable file
363 lines
6.4 KiB
CSS
Executable file
|
|
@keyframes blink-warning {
|
|
70% {
|
|
color: #e5e9f0;
|
|
}
|
|
to {
|
|
color: #e5e9f0;
|
|
background-color: orange;
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes blink-critical {
|
|
70% {
|
|
color: #e5e9f0;
|
|
}
|
|
to {
|
|
color: #e5e9f0;
|
|
background-color: red;
|
|
}
|
|
}
|
|
|
|
@keyframes fadein {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@keyframes gradient {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
50% {
|
|
background-position: 100% 30%;
|
|
}
|
|
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%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: FiraCode Nerd Font;
|
|
font-size: 14px;
|
|
font-weight: 900;
|
|
margin-left: 5;
|
|
margin-right: 5;
|
|
padding: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
/* background-color: rgba(26, 27, 38, 0.5); */
|
|
background-color: transparent;
|
|
color: #ffffff;
|
|
transition-property: background-color;
|
|
transition-duration: 0.5s;
|
|
/* border-top: 8px transparent; */
|
|
transition-duration: 0.5s;
|
|
margin: 0px 0px;
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 0px;
|
|
color: #555555;
|
|
background-color: transparent;
|
|
/* Use box-shadow instead of border so the text isn't offset */
|
|
box-shadow: inset 0 -3px transparent;
|
|
/* Avoid rounded borders under each workspace name */
|
|
border: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#workspaces button label{
|
|
color: #89b4fa ;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
#workspaces button.active label{
|
|
color: #11111b;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
#workspaces{
|
|
background-color: transparent;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
margin-right: 10px;
|
|
margin-left: 25px;
|
|
}
|
|
#workspaces button{
|
|
box-shadow: rgba(0, 0, 0, 0.116) 2 2 5 2px;
|
|
background-color: #11111b ;
|
|
margin-right: 10px;
|
|
padding: 10px;
|
|
padding-top: 4px;
|
|
padding-bottom: 2px;
|
|
font-weight: bolder;
|
|
color: #89b4fa ;
|
|
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.68);
|
|
}
|
|
|
|
#workspaces button.active{
|
|
padding-right: 20px;
|
|
box-shadow: rgba(0, 0, 0, 0.288) 2 2 5 2px;
|
|
padding-left: 20px;
|
|
padding-bottom: 3px;
|
|
background: rgb(203,166,247);
|
|
background: radial-gradient(circle, rgba(203,166,247,1) 0%, rgba(193,168,247,1) 12%, rgba(249,226,175,1) 19%, rgba(189,169,247,1) 20%, rgba(182,171,247,1) 24%, rgba(198,255,194,1) 36%, rgba(177,172,247,1) 37%, rgba(170,173,248,1) 48%, rgba(255,255,255,1) 52%, rgba(166,174,248,1) 52%, rgba(160,175,248,1) 59%, rgba(148,226,213,1) 66%, rgba(155,176,248,1) 67%, rgba(152,177,248,1) 68%, rgba(205,214,244,1) 77%, rgba(148,178,249,1) 78%, rgba(144,179,250,1) 82%, rgba(180,190,254,1) 83%, rgba(141,179,250,1) 90%, rgba(137,180,250,1) 100%);
|
|
background-size: 400% 400%;
|
|
animation: gradient_f 20s ease-in-out infinite;
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#window {
|
|
/* padding-left: 10px; */
|
|
/* padding-right: 10px; */
|
|
color: #11111b;
|
|
background-color: transparent;
|
|
padding-right: 20px;
|
|
box-shadow: rgba(0, 0, 0, 0.288) 2 2 5 2px;
|
|
padding-left: 20px;
|
|
padding-bottom: 3px;
|
|
background: rgb(203,166,247);
|
|
background: radial-gradient(circle, rgba(203,166,247,1) 0%, rgba(193,168,247,1) 12%, rgba(249,226,175,1) 19%, rgba(189,169,247,1) 20%, rgba(182,171,247,1) 24%, rgba(198,255,194,1) 36%, rgba(177,172,247,1) 37%, rgba(170,173,248,1) 48%, rgba(255,255,255,1) 52%, rgba(166,174,248,1) 52%, rgba(160,175,248,1) 59%, rgba(148,226,213,1) 66%, rgba(155,176,248,1) 67%, rgba(152,177,248,1) 68%, rgba(205,214,244,1) 77%, rgba(148,178,249,1) 78%, rgba(144,179,250,1) 82%, rgba(180,190,254,1) 83%, rgba(141,179,250,1) 90%, rgba(137,180,250,1) 100%);
|
|
background-size: 400% 400%;
|
|
animation: gradient_f 20s ease-in-out infinite;
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#memory,
|
|
#disk,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#custom-media,
|
|
#tray,
|
|
#mode,
|
|
#idle_inhibitor,
|
|
#mpd,
|
|
#bluetooth,
|
|
#custom-hyprPicker,
|
|
#custom-power-menu,
|
|
#custom-spotify,
|
|
#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 {
|
|
padding: 0px 15px;
|
|
color: #e5e5e5;
|
|
/* color: #bf616a; */
|
|
background-color: #111111;
|
|
}
|
|
|
|
#window,
|
|
|
|
|
|
#cpu {
|
|
color: #fb958b;
|
|
background-color: #111111;
|
|
}
|
|
|
|
#memory {
|
|
color: #ebcb8b;
|
|
background-color: #111111;
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: #7d9bba;
|
|
}
|
|
|
|
#backlight {
|
|
/* color: #EBCB8B; */
|
|
color: #8fbcbb;
|
|
}
|
|
|
|
#clock {
|
|
color: #c8d2e0;
|
|
/* background-color: #14141e; */
|
|
}
|
|
|
|
#battery {
|
|
color: #c0caf5;
|
|
/* background-color: #90b1b1; */
|
|
}
|
|
|
|
#battery.charging,
|
|
#battery.full,
|
|
#battery.plugged {
|
|
color: #26a65b;
|
|
/* background-color: #26a65b; */
|
|
}
|
|
|
|
@keyframes blink {
|
|
to {
|
|
background-color: rgba(30, 34, 42, 0.5);
|
|
color: #abb2bf;
|
|
}
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
color: #f53c3c;
|
|
animation-name: blink;
|
|
animation-duration: 0.5s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
animation-direction: alternate;
|
|
}
|
|
|
|
label:focus {
|
|
background-color: #000000;
|
|
}
|
|
|
|
#disk {
|
|
background-color: #111111;
|
|
}
|
|
|
|
#bluetooth {
|
|
color: #707d9d;
|
|
}
|
|
|
|
#bluetooth.disconnected {
|
|
color: #f53c3c;
|
|
}
|
|
|
|
#network {
|
|
color: #b48ead;
|
|
}
|
|
|
|
#network.disconnected {
|
|
color: #f53c3c;
|
|
}
|
|
|
|
#custom-media {
|
|
background-color: #66cc99;
|
|
color: #2a5c45;
|
|
min-width: 100px;
|
|
}
|
|
|
|
#custom-media.custom-spotify {
|
|
background-color: #66cc99;
|
|
}
|
|
|
|
#custom-media.custom-vlc {
|
|
background-color: #ffa000;
|
|
}
|
|
|
|
#temperature {
|
|
background-color: #f0932b;
|
|
}
|
|
|
|
#temperature.critical {
|
|
background-color: #eb4d4b;
|
|
}
|
|
|
|
#tray > .passive {
|
|
-gtk-icon-effect: dim;
|
|
}
|
|
|
|
#tray > .needs-attention {
|
|
-gtk-icon-effect: highlight;
|
|
background-color: #eb4d4b;
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
background-color: #2d3436;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #ecf0f1;
|
|
color: #2d3436;
|
|
}
|
|
|
|
#language {
|
|
background: #00b093;
|
|
color: #740864;
|
|
padding: 0 0px;
|
|
margin: 0 5px;
|
|
min-width: 16px;
|
|
}
|
|
|
|
#keyboard-state {
|
|
background: #97e1ad;
|
|
color: #000000;
|
|
padding: 0 0px;
|
|
margin: 0 5px;
|
|
min-width: 16px;
|
|
}
|
|
|
|
#keyboard-state > label {
|
|
padding: 0 0px;
|
|
}
|
|
|
|
#keyboard-state > label.locked {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|