so much hyprland

This commit is contained in:
mjallen18
2025-06-25 22:46:36 -05:00
parent 24fa8c6569
commit 00115e9474
24 changed files with 447 additions and 755 deletions

View File

@@ -7,7 +7,7 @@ in
enable = true;
settings = {
font = theme.fontName;
icons = false;
icons = true;
ignore-timeout = true;
sort = "-time";
width = 500;
@@ -18,10 +18,10 @@ in
max-icon-size = 64;
default-timeout = 5000;
background-color = "#24273a";
text-color = "#cad3f5";
border-color = "#8aadf4";
progress-color = "over #363a4f";
background-color = theme.nord.polarNight.nord0;
text-color = theme.nord.snowStorm.nord6;
border-color = theme.nord.frost.nord10;
progress-color = "over ${theme.nord.frost.nord8}";
};
};
}