so much hyprland
This commit is contained in:
@@ -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}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user