more laptop->desktop hyprland coexistence

This commit is contained in:
mjallen18
2025-07-07 18:23:21 -05:00
parent 1ae1cc6f45
commit bc183bc8dd
15 changed files with 356 additions and 267 deletions

View File

@@ -49,13 +49,13 @@ in
}
window {
background-color: ${settings.nord.polarNight.nord0}f0
background-color: ${settings.theme.nord.polarNight.nord0}f0
}
button {
margin: 8px;
color: ${settings.nord.frost.nord7};
background-color: ${settings.nord.polarNight.nord1};
color: ${settings.theme.nord.frost.nord7};
background-color: ${settings.theme.nord.polarNight.nord1};
border-style: solid;
border-width: 2px;
background-repeat: no-repeat;
@@ -66,8 +66,8 @@ in
button:active,
button:focus,
button:hover {
color: ${settings.nord.frost.nord8};
background-color: ${settings.nord.polarNight.nord2};
color: ${settings.theme.nord.frost.nord8};
background-color: ${settings.theme.nord.polarNight.nord2};
outline-style: none;
}