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,11 +6,11 @@ in
home.file = {
".config/nwg-dock-hyprland/drawer.css".text = ''
window {
background: ${settings.nord.polarNight.nord0};
background: ${settings.theme.nord.polarNight.nord0};
border-radius: 10px;
border-style: none;
border-width: 1px;
border-color: ${settings.nord.aurora.nord15}b0
border-color: ${settings.theme.nord.aurora.nord15}b0
}
#box {
@@ -21,14 +21,14 @@ in
active {
/* This is to underline the button representing the currently active window */
border-bottom: solid 1px;
border-color: ${settings.nord.aurora.nord14}1a
border-color: ${settings.theme.nord.aurora.nord14}1a
}
button, image {
background: none;
border-style: none;
box-shadow: none;
color: ${settings.nord.frost.nord10}
color: ${settings.theme.nord.frost.nord10}
}
button {
@@ -40,7 +40,7 @@ in
}
button:hover {
background-color: ${settings.nord.polarNight.nord0}1a;
background-color: ${settings.theme.nord.polarNight.nord0}1a;
border-radius: 2px;
}