initial commit x2
This commit is contained in:
68
old_rach/eww/eww.scss
Normal file
68
old_rach/eww/eww.scss
Normal file
@@ -0,0 +1,68 @@
|
||||
$bg: #282828;
|
||||
$fg: #ebdbb2;
|
||||
$bg2: #373633;
|
||||
$fg2: #32302f;
|
||||
|
||||
* {
|
||||
font-family: JetBrains Mono NF;
|
||||
font-size: 14;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bar {
|
||||
border: 2px solid $fg2;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.ws-number-class {
|
||||
font-weight: 900;
|
||||
margin: 0px 5px 0px 10px;
|
||||
background: $bg2;
|
||||
padding: 3px 5px 3px 5px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.ws-title-class {
|
||||
margin: 0px 5px;
|
||||
padding: 3px 5px 3px 5px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.right1 {
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
.date-class {
|
||||
background: $fg;
|
||||
color: $bg;
|
||||
padding: 3px 5px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.volume-class {
|
||||
background: $bg2;
|
||||
margin: 0px 8px 0px 0px;
|
||||
border-top-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
}
|
||||
|
||||
.language-class {
|
||||
background: $bg2;
|
||||
padding: 0px 10px 0px 5px;
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
}
|
||||
|
||||
.uptime-class {
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
.music {
|
||||
background: $bg2;
|
||||
padding: 3px 3px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user