clean up and make battery long live
This commit is contained in:
parent
08709cf1a9
commit
d0a2b164fa
7 changed files with 106 additions and 174 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue