mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
better gradient
This commit is contained in:
parent
a8e832535a
commit
dc50568a2f
1 changed files with 7 additions and 1 deletions
|
|
@ -150,7 +150,13 @@
|
|||
${builtins.readFile ./default-waybar-style.css}
|
||||
|
||||
window#waybar {
|
||||
background: linear-gradient(to right,rgb(131, 80, 117) 15%, #e3afd5 30%, rgb(131, 80, 117) 45%, #db88c5);
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
rgb(131, 80, 117) 15%,
|
||||
rgb(158, 103, 143) 30%,
|
||||
rgb(131, 80, 117) 45%,
|
||||
#db88c5
|
||||
);
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue