Update font sizes for waybar and fuzzel
This commit is contained in:
parent
99ee1a9008
commit
b4e203a5e0
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
fonts,
|
fonts,
|
||||||
accentColour ? "base07",
|
accentColour ? "base07",
|
||||||
|
@ -10,8 +9,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
dpi-aware = true;
|
dpi-aware = false;
|
||||||
font = "${fonts.monospace.name}:size=${toString fonts.sizes.applications}";
|
font = "${fonts.monospace.name}:size=${toString fonts.sizes.popups}";
|
||||||
icon-theme = config.gtk.iconTheme.name;
|
icon-theme = config.gtk.iconTheme.name;
|
||||||
icons-enabled = true;
|
icons-enabled = true;
|
||||||
fields = "filename,name,generic,categories";
|
fields = "filename,name,generic,categories";
|
||||||
|
|
|
@ -250,7 +250,7 @@
|
||||||
in ''
|
in ''
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-size: 1em;
|
font-size: ${toString fonts.sizes.popups};
|
||||||
font-family: ${fonts.monospace.name};
|
font-family: ${fonts.monospace.name};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue