Increase font sizes to be more comfy
Adjust some icon spacing to look better at new font sizes
This commit is contained in:
parent
e8125a9653
commit
dfae7ac2f0
|
@ -150,10 +150,10 @@
|
||||||
};
|
};
|
||||||
fonts = rec {
|
fonts = rec {
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 14;
|
applications = 16;
|
||||||
desktop = 12;
|
desktop = 20;
|
||||||
popups = 12;
|
popups = 18;
|
||||||
terminal = 14;
|
terminal = 16;
|
||||||
};
|
};
|
||||||
serif = monospace;
|
serif = monospace;
|
||||||
sansSerif = monospace;
|
sansSerif = monospace;
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
matching = "fuzzy";
|
matching = "fuzzy";
|
||||||
icon-theme = config.gtk.iconTheme.name;
|
icon-theme = config.gtk.iconTheme.name;
|
||||||
show-icons = true;
|
show-icons = true;
|
||||||
application-fallback-icon = "";
|
application-fallback-icon = " ";
|
||||||
drun-display-format = "{icon} {name} ({categories})";
|
drun-display-format = "{icon} {name} ({categories})";
|
||||||
disable-history = false;
|
disable-history = false;
|
||||||
hide-scrollbar = true;
|
hide-scrollbar = true;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
grey = "#6c7086";
|
grey = "#6c7086";
|
||||||
|
|
||||||
width = 600;
|
width = 600;
|
||||||
font = "Iosevka Nerd Font 14";
|
font = "Iosevka Nerd Font 18";
|
||||||
};
|
};
|
||||||
|
|
||||||
"element-text, element-icon , mode-switcher" = {
|
"element-text, element-icon , mode-switcher" = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
font-family: "Iosevka Nerd Font";
|
font-family: "Iosevka Nerd Font";
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,22 +32,22 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
default = "";
|
default = " ";
|
||||||
"1" = "";
|
"1" = " ";
|
||||||
"2" = "";
|
"2" = " ";
|
||||||
"3" = "";
|
"3" = " ";
|
||||||
"4" = "";
|
"4" = " ";
|
||||||
"5" = "";
|
"5" = " ";
|
||||||
"6" = "";
|
"6" = " ";
|
||||||
"editor" = "";
|
"editor" = " ";
|
||||||
"term" = "";
|
"term" = " ";
|
||||||
"web" = "";
|
"web" = " ";
|
||||||
"files" = "";
|
"files" = " ";
|
||||||
"btm" = "";
|
"btm" = " ";
|
||||||
"chat" = "";
|
"chat" = " ";
|
||||||
"games" = "";
|
"games" = " ";
|
||||||
"stream" = "";
|
"stream" = " ";
|
||||||
"remote" = "";
|
"remote" = " ";
|
||||||
};
|
};
|
||||||
show-special = false;
|
show-special = false;
|
||||||
sort-by = "id";
|
sort-by = "id";
|
||||||
|
@ -58,8 +58,8 @@
|
||||||
"interval" = 1;
|
"interval" = 1;
|
||||||
"dynamic-order" = [ "album" "artist" "title" "position" "length" ];
|
"dynamic-order" = [ "album" "artist" "title" "position" "length" ];
|
||||||
"player-icons" = {
|
"player-icons" = {
|
||||||
"default" = "";
|
"default" = " ";
|
||||||
"emms" = "";
|
"emms" = " ";
|
||||||
};
|
};
|
||||||
"status-icons" = {
|
"status-icons" = {
|
||||||
"playing" = "";
|
"playing" = "";
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
font-family: "Iosevka Nerd Font";
|
font-family: "Iosevka Nerd Font";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue