dotfiles/eww/eww.scss

61 lines
1.1 KiB
SCSS

* {
all: unset; /* Unsets everything so you can style everything from scratch */
}
/* Global Styles */
.bar0 {
font-size: 18px;
background-color: #1d1f21;
color: #c5c8c6;
padding: 10px;
border-radius: 16px;
} .bar1 {
font-size: 18px;
background-color: #1d1f21;
color: #c5c8c6;
padding: 10px;
border-radius: 16px;
}
/* Styles on classes (see eww.yuck for more information) */
.left_status {
all: unset;
margin-left: 12px;
}
.right_status slider {
all: unset;
color: #1d1f21;
}
.right_status button {
all: unset;
color: #1d2594;
margin-right: 23px;
font-size: 30px;
}
} .metric scale trough highlight {
all: unset;
background-color: #cc6666;
background-image: linear-gradient(to right, #81a2be, #8abeb7, #b294bb);
border-radius: 10px;
min-width: 7px;
} .metric scale trough {
all: unset;
background-color: #373b41;
border-radius: 50px;
min-height: 10px;
min-width: 100px;
margin-left: 13px;
margin-right: 15px;
}
.workspaces button {
color: #c5c8c6;
font-size: 17px;
} .workspaces button:hover {
color: #cc6666;
}