mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
fancy bar
This commit is contained in:
parent
dd025f248a
commit
a8e832535a
1 changed files with 30 additions and 5 deletions
|
|
@ -149,11 +149,9 @@
|
||||||
text = ''
|
text = ''
|
||||||
${builtins.readFile ./default-waybar-style.css}
|
${builtins.readFile ./default-waybar-style.css}
|
||||||
|
|
||||||
#custom-power {
|
window#waybar {
|
||||||
padding-left: 15px;
|
background: linear-gradient(to right,rgb(131, 80, 117) 15%, #e3afd5 30%, rgb(131, 80, 117) 45%, #db88c5);
|
||||||
padding-right: 15px;
|
color: black;
|
||||||
font-size: 30px;
|
|
||||||
background-color: rebeccapurple;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#systemd-failed-units {
|
#systemd-failed-units {
|
||||||
|
|
@ -162,12 +160,39 @@
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mpris {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-music-back, #custom-music-next {
|
||||||
|
font-size: 20px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-music-back {
|
#custom-music-back {
|
||||||
padding: 0 10px 0 15px;
|
padding: 0 10px 0 15px;
|
||||||
}
|
}
|
||||||
#custom-music-next {
|
#custom-music-next {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clock {
|
||||||
|
background: unset;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#privacy *, #pulseaudio, #cpu, #memory, #tray {
|
||||||
|
background-color: unset;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-power {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
font-size: 30px;
|
||||||
|
background-color: rebeccapurple;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue