mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Use symbols-only-font for icons
This commit is contained in:
parent
5cc1fe5402
commit
e7307b6787
3 changed files with 7 additions and 7 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue