style: Eww styling
Stolen from https://github.com/Mango0x45/dotfiles/blob/master/.config/eww/eww.scss Because I lost mine :P Change later
This commit is contained in:
parent
83d3495e5b
commit
83d06da233
1 changed files with 71 additions and 0 deletions
71
.config/eww/eww.scss
Normal file
71
.config/eww/eww.scss
Normal file
|
@ -0,0 +1,71 @@
|
||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
font-family: 'monospace';
|
||||||
|
font-size: 16px;
|
||||||
|
font-feature-settings: 'tnum';
|
||||||
|
color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** tooltip!! **/
|
||||||
|
tooltip.background {
|
||||||
|
background-color: #0f0f17;
|
||||||
|
font-size: 18;
|
||||||
|
border-radius: 10px;
|
||||||
|
color: #bfc9db;
|
||||||
|
}
|
||||||
|
|
||||||
|
tooltip label {
|
||||||
|
margin: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.csd.background.popup { /* SysTray popup */
|
||||||
|
background-color: black;
|
||||||
|
|
||||||
|
separator {
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
menuitem:hover {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.bar {
|
||||||
|
background-color: rgba(43, 48, 59, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.end {
|
||||||
|
> box {
|
||||||
|
padding: 0 8px;
|
||||||
|
|
||||||
|
> label:first-child {
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
label:last-child {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
box label:last-child {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspaces button {
|
||||||
|
label {
|
||||||
|
padding: 0 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background: rgba(0, 0, 0, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover, &.active {
|
||||||
|
box-shadow: inset 0 -3px #FAA14F;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue