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