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

@@ -6,13 +6,13 @@ in
home.file = {
".config/nwg-drawer/drawer.css".text = ''
window {
background-color: ${settings.nord.polarNight.nord0}bf;
color: ${settings.nord.snowStorm.nord5}00
background-color: ${settings.theme.nord.polarNight.nord0}bf;
color: ${settings.theme.nord.snowStorm.nord5}00
}
/* search entry */
entry {
background-color: ${settings.nord.polarNight.nord1}0f
background-color: ${settings.theme.nord.polarNight.nord1}0f
}
button, image {
@@ -21,7 +21,7 @@ in
}
button:hover {
background-color: ${settings.nord.frost.nord10}1a
background-color: ${settings.theme.nord.frost.nord10}1a
}
/* in case you wanted to give category buttons a different look */
@@ -31,12 +31,12 @@ in
#pinned-box {
padding-bottom: 5px;
border-bottom: 1px dotted ${settings.nord.polarNight.nord3}
border-bottom: 1px dotted ${settings.theme.nord.polarNight.nord3}
}
#files-box {
padding: 5px;
border: 1px dotted ${settings.nord.polarNight.nord3};
border: 1px dotted ${settings.theme.nord.polarNight.nord3};
border-radius: 15px
}
'';