diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 01:31:24 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 01:31:24 +0100 |
commit | bd11b0acd3dd9ad4c3a1e9a3bdd1e7add6857e0e (patch) | |
tree | 9dbee1416b336c127c57794cf8cfaaee6e91a800 /dotfiles | |
parent | Dotfiles: Add ghostty config (diff) | |
download | nixos-config-bd11b0acd3dd9ad4c3a1e9a3bdd1e7add6857e0e.tar.gz nixos-config-bd11b0acd3dd9ad4c3a1e9a3bdd1e7add6857e0e.tar.bz2 nixos-config-bd11b0acd3dd9ad4c3a1e9a3bdd1e7add6857e0e.zip |
Font: Change font style
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/xmobar.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/xmobar.hs b/dotfiles/xmobar.hs index c0abc8e..fe9e66b 100644 --- a/dotfiles/xmobar.hs +++ b/dotfiles/xmobar.hs @@ -1,8 +1,7 @@ Config { -- appearance - font = "TX-02 10" - , additionalFonts = ["Inconsolata LGC Nerd Font 10"] + font = "xft:Noto Sans Display Nerd Font:size=10,Inconsolata LGC Nerd Font:size=10,DejaVu Sans Mono Nerd Font:size=10,Noto Sans Mono CJK JP:size=10,Noto Color Emoji:size=10,Noto Sans Hebrew:size=10" , bgColor = "#222222" , fgColor = "#bbbbbb" , position = Top |