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";
};

View file

@ -1,60 +0,0 @@
* {
background-color: transparent;
text-color: @foreground;
margin: 0;
padding: 0;
spacing: 0;
}
window {
location: center;
width: 700px;
background-color: @background;
border: 2px solid;
border-color: @border-color;
}
inputbar {
padding: 8px;
spacing: 4px;
background-color: @alternate-normal-background;
color: @alternate-normal-foreground;
}
textbox {
padding: 4px 6px;
background-color: @alternate-normal-background;
}
listview {
columns: 1;
spacing: 8px;
fixed-columns: true;
}
element {
spacing: 1em;
padding: 4px;
}
element normal urgent {
text-color: @urgent-foreground;
}
element normal active {
text-color: @active-foreground;
}
element selected {
background-color: @selected-normal-background;
color: @selected-normal-foreground;
}
element selected urgent {
background-color: @selected-urgent-background;
color: @selected-urgent-foreground;
}
element-text {
text-color: inherit;
}