add wofi
This commit is contained in:
parent
740db6884a
commit
8437b19f1f
2 changed files with 26 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -51,9 +50,6 @@ window#waybar {
|
||||||
.modules-left {
|
.modules-left {
|
||||||
border-radius: 0 0 10px 0;
|
border-radius: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
.modules-center {
|
|
||||||
background: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#backlight,
|
#backlight,
|
||||||
#battery,
|
#battery,
|
||||||
|
|
26
.config/wofi/style.css
Normal file
26
.config/wofi/style.css
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
* {
|
||||||
|
font-size: 12pt;
|
||||||
|
font-family: Envy Code R
|
||||||
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: rgba(--wofi-rgb-color0, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: rgba(--wofi-rgb-color3, 0.8);
|
||||||
|
}
|
||||||
|
#text:selected {
|
||||||
|
color: rgb(--wofi-rgb-color0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
color: rgb(--wofi-rgb-color3);
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
margin: 5px;
|
||||||
|
border: 3px solid rgb(--wofi-rgb-color2);
|
||||||
|
background-color: rgb(--wofi-rgb-color0);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue