mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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 ###
|
||||
widget_defaults = dict(
|
||||
font="sans, JetBrainsMono Nerd Font",
|
||||
font="sans, Symbols Nerd Font Mono",
|
||||
fontsize=15,
|
||||
padding=3,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
# Fonts
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
|
||||
corefonts
|
||||
roboto
|
||||
open-sans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue