mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -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