clean up and make battery long live

This commit is contained in:
notgne2 2025-10-21 23:23:59 -07:00
parent 08709cf1a9
commit d0a2b164fa
No known key found for this signature in database
7 changed files with 106 additions and 174 deletions

View file

@ -129,6 +129,7 @@ in {
layerrule = [
"blur, bar-.*"
"ignorezero, bar-.*"
"xray on, bar-.*"
# "blur, notifications-window"
# "blur, indicator"
# "ignorezero, indicator"
@ -137,6 +138,12 @@ in {
no_update_news = true;
no_donation_nag = true;
};
animations = {
enabled = false;
};
decoration = {
shadow.enabled = false;
};
misc = {
disable_hyprland_logo = true;
animate_manual_resizes = true;
@ -296,7 +303,7 @@ in {
menus.clock = {
time = {
military = false;
hideSeconds = false;
hideSeconds = true;
};
# weather.unit = "metric";
};