mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
248 lines
3.5 KiB
SCSS
248 lines
3.5 KiB
SCSS
/* Created by https://github.com/rxyhn
|
|
Designed by https://github.com/rxyhn
|
|
Maintaned by https://github.com/rxyhn
|
|
*/
|
|
|
|
// Global
|
|
*{
|
|
all: unset;
|
|
}
|
|
|
|
// Variable Color's
|
|
$background: #1A1B26;
|
|
$foreground: #A9B1D6;
|
|
|
|
$black: #24283B;
|
|
$gray: #565F89;
|
|
$red: #F7768E;
|
|
$green: #73DACA;
|
|
$yellow: #E0AF68;
|
|
$blue: #7AA2F7;
|
|
$magenta: #BB9AF7;
|
|
$cyan: #7DCFFF;
|
|
$white: $foreground;
|
|
|
|
// EWW BAR
|
|
.eww_bar{
|
|
background-color: $background;
|
|
padding: .3rem;
|
|
}
|
|
|
|
// Launcher
|
|
.launcher_icon{
|
|
color: $cyan;
|
|
font-family: "Font Awesome 6";
|
|
font-size: 1.7em;
|
|
padding: 1rem 0 1rem 0;
|
|
}
|
|
|
|
// Workspaces
|
|
.works {
|
|
font-family: "Font Awesome 6";
|
|
padding: .2rem .7rem .2rem .7rem;
|
|
background-color: $black;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.0 , .01, .02, .03, .04, .05, .06,
|
|
.011, .022, .033, .044, .055, .066{
|
|
margin: .55rem 0 .55rem 0;
|
|
}
|
|
|
|
/* Unoccupied */
|
|
.0 {
|
|
color: $gray;
|
|
}
|
|
|
|
/* Occupied */
|
|
.01, .02, .03, .04, .05, .06 {
|
|
color: $gray;
|
|
}
|
|
|
|
/* Focused */
|
|
.011,
|
|
.022,
|
|
.033,
|
|
.044,
|
|
.055,
|
|
.066 {
|
|
color: $foreground;
|
|
}
|
|
|
|
.0:nth-child(1),
|
|
.0:nth-child(3){
|
|
font-size: 1.5em;
|
|
}
|
|
.0:nth-child(2){
|
|
font-size: 1.4em;
|
|
}
|
|
.0:nth-child(4),
|
|
.0:nth-child(5){
|
|
font-size: 1.6em;
|
|
}
|
|
.0:nth-child(6){
|
|
font-size: 1.7em;
|
|
}
|
|
.01,
|
|
.011,
|
|
.03,
|
|
.033{
|
|
font-size: 1.5em;
|
|
}
|
|
.02,
|
|
.022{
|
|
font-size: 1.4em;
|
|
}
|
|
.04,
|
|
.05,
|
|
.044,
|
|
.055{
|
|
font-size: 1.6em;
|
|
}
|
|
.06,
|
|
.066{
|
|
font-size: 1.7em;
|
|
}
|
|
|
|
// Control Panel
|
|
.control {
|
|
padding: .5rem;
|
|
font-family: Material Icons;
|
|
font-size: 1.6em;
|
|
background-color: $black;
|
|
border-radius: 5px;
|
|
}
|
|
.bat{
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 1.2em;
|
|
padding-right: .5rem;
|
|
color: $blue;
|
|
}
|
|
.wifi-icon{
|
|
margin-bottom: .2rem;
|
|
color: $magenta;
|
|
}
|
|
.brightness-icon{
|
|
margin: .2rem 0 .2rem 0;
|
|
color: $yellow;
|
|
}
|
|
.volume-icon{
|
|
font-family: "Fira Code Nerd Font";
|
|
margin: 0rem .0rem 0rem -.6rem;
|
|
color: $green;
|
|
}
|
|
scale trough {
|
|
all: unset;
|
|
background-color: $background;
|
|
border-radius: 5px;
|
|
min-height: 80px;
|
|
min-width: 10px;
|
|
margin: .3rem 0 .3rem 0;
|
|
}
|
|
.bribar trough highlight {
|
|
background-color: $yellow;
|
|
border-radius: 5px;
|
|
}
|
|
.volbar trough highlight {
|
|
background-color: $green;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
// Clock
|
|
.time {
|
|
font-family: Comic Mono;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
background-color: $black;
|
|
color: $white;
|
|
border-radius: 5px;
|
|
padding: .7rem 0 .5rem 0;
|
|
margin: .5rem 0 .5rem 0;
|
|
}
|
|
|
|
.workspace-entry {
|
|
margin: 5px;
|
|
border-radius: 5px;
|
|
padding: .1rem .2rem;
|
|
border: solid 3px transparent;
|
|
|
|
&.occupied {
|
|
background-color: $black;
|
|
}
|
|
|
|
&.current {
|
|
border: solid 3px transparent;
|
|
background: #e67e22;
|
|
}
|
|
}
|
|
|
|
// Calendar
|
|
.cal-box {
|
|
background-color: $black;
|
|
font-family: Comic Mono;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
|
|
.cal-inner-box {
|
|
padding: 1rem 1rem .2rem;
|
|
|
|
.cal {
|
|
&.highlight {
|
|
padding: 10rem;
|
|
}
|
|
|
|
padding: .8rem .25rem 0rem;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
calendar:selected {
|
|
color: $blue;
|
|
}
|
|
|
|
calendar.header {
|
|
color: $blue;
|
|
font-weight: bold;
|
|
}
|
|
|
|
calendar.button {
|
|
color: $magenta;
|
|
}
|
|
|
|
calendar.highlight {
|
|
color: $magenta;
|
|
font-weight: bold;
|
|
}
|
|
|
|
calendar:indeterminate {
|
|
color: $background;
|
|
}
|
|
|
|
// Powermenu
|
|
.powermenu {
|
|
font-family: feather;
|
|
font-size: 1.4em;
|
|
font-weight: bold;
|
|
}
|
|
.button-bspres, .button-reb, .button-lock,
|
|
.button-quit, .button-off{
|
|
padding: .5rem .2rem .3rem .2rem;
|
|
}
|
|
.button-off{
|
|
margin-bottom: .5rem;
|
|
color: $red;
|
|
}
|
|
.button-bspres{
|
|
color: $green;
|
|
}
|
|
.button-reb{
|
|
color: $yellow
|
|
}
|
|
.button-quit{
|
|
color: $magenta;
|
|
}
|
|
.button-lock{
|
|
color: $blue;
|
|
}
|