Use symbols-only-font for icons

This commit is contained in:
SebastianStork 2024-03-28 00:18:28 +01:00
parent 5cc1fe5402
commit e7307b6787
3 changed files with 7 additions and 7 deletions

View file

@ -104,7 +104,7 @@ mouse = [
### WIDGETS ### ### WIDGETS ###
widget_defaults = dict( widget_defaults = dict(
font="sans, JetBrainsMono Nerd Font", font="sans, Symbols Nerd Font Mono",
fontsize=15, fontsize=15,
padding=3, padding=3,
) )

View file

@ -11,10 +11,10 @@
configuration { configuration {
modi: "drun,run,filebrowser,window"; modi: "drun,run,filebrowser,window";
show-icons: true; show-icons: true;
display-drun: " "; display-drun: "";
display-run: " "; display-run: "";
display-filebrowser: " "; display-filebrowser: "";
display-window: " "; display-window: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
window-format: "{w} · {c} · {t}"; window-format: "{w} · {c} · {t}";
} }
@ -30,7 +30,7 @@ configuration {
} }
* { * {
font: "JetBrains Mono Nerd Font 12"; font: "Open Sans 12, Symbols Nerd Font 12";
} }
* { * {

View file

@ -45,7 +45,7 @@
hunspellDicts.en_US hunspellDicts.en_US
# Fonts # Fonts
(nerdfonts.override {fonts = ["JetBrainsMono"];}) (nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
corefonts corefonts
roboto roboto
open-sans open-sans