Adjust sway and waybar sizes

This commit is contained in:
Evie Litherland-Smith 2024-05-07 10:01:09 +01:00
parent f06752bfc2
commit d644ea11e2
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@
sizes = {
applications = 14;
desktop = 12;
popups = 20;
popups = 16;
terminal = 14;
};
serif = sansSerif;

View file

@ -50,7 +50,7 @@
bars = [];
gaps = {
inner = 5;
outer = 5;
outer = 0;
};
fonts = {
names = [fonts.monospace.name];

View file

@ -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;