feat: increase i3 bar font size

This commit is contained in:
Michael Mandl 2023-06-20 13:27:32 +02:00
parent abdc7a81c2
commit 84c1d4c1a4
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -54,7 +54,7 @@ in
fonts = {
names = [ font.name ];
size = font.size;
size = font.size * 1.1;
};
}];