dotfiles/eww/eww.scss

131 lines
2 KiB
SCSS
Raw Normal View History

2021-07-10 00:36:21 -04:00
/* Global */
* {
all: unset;
font-family: sans-serif;
font-family: Helvetica Neue;
opacity: 1;
}
2021-08-25 01:45:11 -04:00
.icon {
font-family: monospace;
font-family: FiraCode Nerd Font;
font-weight: normal;
font-size: 90px;
}
2021-07-10 00:36:21 -04:00
.bg {
//background-image: url("~/.background/Mojave-Night.jpg");
background-color: #000;//#161d2f;
opacity: 0;
}
2021-08-25 01:45:11 -04:00
.x {
font-size: 48px;
color: #fff;
}
2021-07-10 00:36:21 -04:00
.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;
2021-08-25 01:45:11 -04:00
background-image: url("file:////home/val/.face.icon");
2021-07-10 00:36:21 -04:00
}
//.face:hover {
// border-radius: 25%;
//}
.login {
font-family: monospace;
2021-08-25 01:45:11 -04:00
font-family: FiraCode Nerd Font;
2021-07-10 00:36:21 -04:00
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;
}
2021-08-25 01:45:11 -04:00
.cpu_bar label, .ram_bar label, .disk_bar label {
2021-07-10 00:36:21 -04:00
font-family: monospace;
}
2021-08-25 01:45:11 -04:00
.cpu_bar .icon, .ram_bar .icon, .disk_bar .icon {
font-size: 40px;
}
2021-07-10 00:36:21 -04:00
.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;
}
2021-08-25 01:45:11 -04:00
.time_meridiem {
2021-07-10 00:36:21 -04:00
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;
}
2021-08-25 01:45:11 -04:00
/* 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;
}