modules and packages
This commit is contained in:
parent
e86b68dc49
commit
7a0a8537b9
6 changed files with 714 additions and 21 deletions
|
@ -4,6 +4,8 @@
|
|||
home.packages = with pkgs; [
|
||||
mpc
|
||||
nix-config.packages.x86_64-linux.rmpc-latest
|
||||
# termusic-patched
|
||||
termusic
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
@ -241,6 +241,14 @@ window#waybar {
|
|||
border: none;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
#memory {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
#taskbar button {
|
||||
margin: 0 3px;
|
||||
padding: 3px 6px;
|
||||
|
@ -270,17 +278,14 @@ window#waybar {
|
|||
|
||||
#battery.charging {
|
||||
color: #ffffff;
|
||||
background-color: #26A65B;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background-color: #ffbe61;
|
||||
color: black;
|
||||
color: #ffbe61;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
color: #ffffff;
|
||||
color: #f53c3c;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue