neovim start
This commit is contained in:
@@ -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) {
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user