Hyprland-dotfiles/eww/ml4w-sidebar/eww.scss

79 lines
1.1 KiB
SCSS
Raw Permalink Normal View History

2024-04-20 11:57:31 -04:00
*{
all: unset;
font-family: "Fira Sans";
color: #FFFFFF;
}
.winbox {
background-color: #242424;
opacity: 0.85;
2024-04-21 04:29:05 -04:00
border: 1px solid #444444;
2024-04-20 11:57:31 -04:00
border-radius: 12px;
2024-04-21 04:29:05 -04:00
box-shadow: 0 0 4px 2px #000000;
margin: 10px;
2024-04-20 11:57:31 -04:00
}
.res_box {
background-color: #242424;
border-radius: 12px;
padding: 14px 18px 14px 18px;
}
.res_circle {
background-color: #FFFFFF;
border: 0px solid #161616;
color:#FFFFFF;
border-radius: 100%;
padding: 0px;
}
.ml4w_icon {
background-repeat: no-repeat;
background-size: 48px;
min-height: 48px;
min-width: 48px;
}
.res_circle_small {
background-color: #242424;
border: 0px solid #161616;
border-radius: 100%;
padding: 40px;
color:#FFFFFF;
}
.res_text {
border-radius: 16px;
color: #FFFFFF;
font-size : 16px;
padding: 0px 8px 0px 8px;
margin: 0px 0px 0px 0px;
font-weight : bold;
}
.res_cpu {
color: #19cddb;
}
.res_mem {
color: #a5deb7;
}
.res_disk {
color: #cfb3ff;
}
2024-04-22 08:46:08 -04:00
.powericons {
background-repeat: no-repeat;
background-size: 30px;
min-height: 30px;
min-width: 30px;
2024-04-20 11:57:31 -04:00
}
2024-04-22 08:46:08 -04:00
.closeicon {
background-repeat: no-repeat;
background-size: 16px;
min-height: 16px;
min-width: 16px;
2024-04-20 11:57:31 -04:00
}