neovim start

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-29 16:09:43 +02:00
parent a64deb9113
commit 31df2f1a03
13 changed files with 439 additions and 67 deletions

View File

@@ -93,7 +93,8 @@ in
active-only = false;
};
"hyprland/window" = {
format = "${sep}{}";
# format = "${sep}{}";
format = "{}";
separate-outputs = true;
};
"custom/cclock" = {
@@ -124,8 +125,8 @@ in
tooltip = false;
format = "{icon}${sep}{capacity}%";
states = {
warning = 25;
critical = 10;
warning = 15;
critical = 5;
};
format-icons = [
" "
@@ -236,7 +237,18 @@ in
#wireplumber.muted {
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.blue});
}
#battery.warning:not(.charging) {
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.green});;
}
#battery.critical {
color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.red});;
background: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.bright-red});
}
#battery.charging { color: rgb(${rice.lib.hex-to-rgb-comma-string rice.color.green}); }
'';
#battery.critical:not(.charging) {
};
}