130 lines
2 KiB
SCSS
130 lines
2 KiB
SCSS
/* Global */
|
|
* {
|
|
all: unset;
|
|
font-family: sans-serif;
|
|
font-family: Helvetica Neue;
|
|
opacity: 1;
|
|
}
|
|
|
|
.icon {
|
|
font-family: monospace;
|
|
font-family: FiraCode Nerd Font;
|
|
font-weight: normal;
|
|
font-size: 90px;
|
|
}
|
|
|
|
.bg {
|
|
//background-image: url("~/.background/Mojave-Night.jpg");
|
|
background-color: #000;//#161d2f;
|
|
opacity: 0;
|
|
}
|
|
|
|
.x {
|
|
font-size: 48px;
|
|
color: #fff;
|
|
}
|
|
|
|
.genwin {
|
|
border-radius: 16px;
|
|
background-color: #161d2f;
|
|
border: 5px solid #fff;
|
|
}
|
|
|
|
/* Profile Settings */
|
|
.face {
|
|
background-size: 200px;
|
|
min-height: 200px;
|
|
min-width: 200px;
|
|
margin: 65px 0px 0px 0px;
|
|
border-radius: 100%;
|
|
border: 5px solid #fff;
|
|
background-image: url("file:////home/val/.face.icon");
|
|
}
|
|
|
|
//.face:hover {
|
|
// border-radius: 25%;
|
|
//}
|
|
|
|
.login {
|
|
font-family: monospace;
|
|
font-family: FiraCode Nerd Font;
|
|
font-weight: bold;
|
|
font-size: 30px;
|
|
color: #fff;
|
|
background-color: #3d4558;
|
|
border-radius: 5px;
|
|
padding-left: 0.5em;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
/* System Settings */
|
|
.cpu_bar, .ram_bar, scale trough {
|
|
all: unset;
|
|
background-color: #3d4558;
|
|
border-radius: 16px;
|
|
min-height: 28px;
|
|
min-width: 240px;
|
|
}
|
|
|
|
.cpu_bar label, .ram_bar label, .disk_bar label {
|
|
font-family: monospace;
|
|
}
|
|
.cpu_bar .icon, .ram_bar .icon, .disk_bar .icon {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.cpu_bar, .ram_bar, .disk_bar, scale trough highlight {
|
|
all: unset;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.cpu_bar scale trough highlight {
|
|
background-color: #A04A19;//#5A2123;
|
|
}
|
|
|
|
.ram_bar scale trough highlight {
|
|
background-color: #A04A19;
|
|
}
|
|
|
|
/* Clock Settings */
|
|
.time_hour, .time_min {
|
|
color: #ffffff;
|
|
font-size: 70px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.time_hour {
|
|
margin: 20px 0px 0px 25px;
|
|
}
|
|
|
|
.time_min {
|
|
margin: 0px 0px 10px 0px;
|
|
}
|
|
|
|
.time_meridiem {
|
|
color: #ffffff;
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
margin: 20px 0px 0px 0px;
|
|
}
|
|
|
|
.time_day {
|
|
color: #ffffff;
|
|
font-size: 30px;
|
|
font-weight: normal;
|
|
margin: 0px 0px 0px 25px;
|
|
}
|
|
|
|
/* Spotify Settings */
|
|
.album_art {
|
|
background-size: 240px;
|
|
min-height: 240px;
|
|
min-height: 240px;
|
|
margin: 20px;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.wmbar {
|
|
background-color: rgba(0, 0, 0, 0.53);
|
|
border-radius: 16px;
|
|
}
|