Compare commits
2 commits
12dd40b3c8
...
e475a72c3e
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | e475a72c3e | ||
Evie Litherland-Smith | e587d0b9b3 |
|
@ -15,7 +15,6 @@
|
||||||
"eDP-1".scale = "1.25";
|
"eDP-1".scale = "1.25";
|
||||||
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
||||||
};
|
};
|
||||||
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
|
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemdTarget = "sway-session.target";
|
systemdTarget = "sway-session.target";
|
||||||
|
|
|
@ -15,5 +15,4 @@
|
||||||
scale = "1.5";
|
scale = "1.5";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xresources.properties."Xft.dpi" = toString (builtins.mul 96 1.5);
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-family: "${fonts.monospace.name}";
|
font-family: "${fonts.monospace.name}";
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-notifications.background .notification-row .notification-background {
|
.floating-notifications.background .notification-row .notification-background {
|
||||||
|
|
|
@ -264,6 +264,7 @@
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
window > box {
|
window > box {
|
||||||
|
@ -276,9 +277,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: alpha(${base00}, 0.8);
|
background: ${base00};
|
||||||
border: 1px solid ${accent};
|
border: 1px solid ${accent};
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip label {
|
tooltip label {
|
||||||
|
|
Reference in a new issue