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