From e7307b67876a56828a5114f6926ca14e7655008c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 28 Mar 2024 00:18:28 +0100 Subject: [PATCH] Use symbols-only-font for icons --- modules/home/de/qtile/config.py | 2 +- modules/home/rofi/theme.rasi | 10 +++++----- users/seb/home.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home/de/qtile/config.py b/modules/home/de/qtile/config.py index 68e22d8..e4c1072 100644 --- a/modules/home/de/qtile/config.py +++ b/modules/home/de/qtile/config.py @@ -104,7 +104,7 @@ mouse = [ ### WIDGETS ### widget_defaults = dict( - font="sans, JetBrainsMono Nerd Font", + font="sans, Symbols Nerd Font Mono", fontsize=15, padding=3, ) diff --git a/modules/home/rofi/theme.rasi b/modules/home/rofi/theme.rasi index b6dec71..8bc6f7f 100644 --- a/modules/home/rofi/theme.rasi +++ b/modules/home/rofi/theme.rasi @@ -11,10 +11,10 @@ configuration { modi: "drun,run,filebrowser,window"; show-icons: true; - display-drun: " "; - display-run: " "; - display-filebrowser: " "; - display-window: " "; + display-drun: ""; + display-run: ""; + display-filebrowser: ""; + display-window: ""; drun-display-format: "{name}"; window-format: "{w} · {c} · {t}"; } @@ -30,7 +30,7 @@ configuration { } * { - font: "JetBrains Mono Nerd Font 12"; + font: "Open Sans 12, Symbols Nerd Font 12"; } * { diff --git a/users/seb/home.nix b/users/seb/home.nix index 7f31eee..3604922 100644 --- a/users/seb/home.nix +++ b/users/seb/home.nix @@ -45,7 +45,7 @@ hunspellDicts.en_US # Fonts - (nerdfonts.override {fonts = ["JetBrainsMono"];}) + (nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];}) corefonts roboto open-sans