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 = { sizes = {
applications = 14; applications = 14;
desktop = 12; desktop = 12;
popups = 20; popups = 16;
terminal = 14; terminal = 14;
}; };
serif = sansSerif; serif = sansSerif;

View file

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

View file

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