This commit is contained in:
Mark Riedesel 2024-06-28 15:57:38 -05:00
parent 740db6884a
commit 8437b19f1f
2 changed files with 26 additions and 4 deletions

View file

@ -24,7 +24,6 @@
}
}
* {
border-radius: 0;
border: none;
@ -51,9 +50,6 @@ window#waybar {
.modules-left {
border-radius: 0 0 10px 0;
}
.modules-center {
background: red;
}
#backlight,
#battery,

26
.config/wofi/style.css Normal file
View 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);
}