Adjust sway and waybar sizes
This commit is contained in:
parent
f06752bfc2
commit
d644ea11e2
|
@ -46,7 +46,7 @@
|
|||
sizes = {
|
||||
applications = 14;
|
||||
desktop = 12;
|
||||
popups = 20;
|
||||
popups = 16;
|
||||
terminal = 14;
|
||||
};
|
||||
serif = sansSerif;
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
bars = [];
|
||||
gaps = {
|
||||
inner = 5;
|
||||
outer = 5;
|
||||
outer = 0;
|
||||
};
|
||||
fonts = {
|
||||
names = [fonts.monospace.name];
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
in ''
|
||||
* {
|
||||
all: unset;
|
||||
font-size: ${toString fonts.sizes.popups};
|
||||
font-size: 1em;
|
||||
font-family: ${fonts.monospace.name};
|
||||
}
|
||||
|
||||
|
@ -270,7 +270,7 @@
|
|||
window > box {
|
||||
color: ${base05};
|
||||
background: alpha(${base00}, 0.8);
|
||||
margin: 10px 10px 0px;
|
||||
margin: 5px 5px 0px;
|
||||
padding: 0px;
|
||||
border: 1px solid ${accent};
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Reference in a new issue