From c3d1e95b937101370570d21e67bbe8a953ed2dda Mon Sep 17 00:00:00 2001 From: Darkkal44 Date: Sat, 22 Apr 2023 20:00:25 +0530 Subject: [PATCH] Changed font --- .config/qtile/config.py | 2 +- Themes/Cozy/.config/qtile/config.py | 2 +- Themes/Everforest/.config/qtile/config.py | 2 +- Themes/Natura/.config/qtile/config.py | 2 +- Themes/Sakura/.config/qtile/config.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 4f90bc3..5b07634 100755 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -405,7 +405,7 @@ screens = [ # ), widget.Volume( - font='Font Awesome 6 Free Solid', + font='JetBrainsMono Nerd Font', theme_path='~/.config/qtile/Assets/Volume/', emoji=True, fontsize=12, diff --git a/Themes/Cozy/.config/qtile/config.py b/Themes/Cozy/.config/qtile/config.py index 528fd8f..14d1009 100755 --- a/Themes/Cozy/.config/qtile/config.py +++ b/Themes/Cozy/.config/qtile/config.py @@ -405,7 +405,7 @@ screens = [ # ), widget.Volume( - font='Font Awesome 6 Free Solid', + font='JetBrainsMono Nerd Font', theme_path='~/.config/qtile/Assets/Volume/', emoji=True, fontsize=12, diff --git a/Themes/Everforest/.config/qtile/config.py b/Themes/Everforest/.config/qtile/config.py index 161b172..cf6f7ff 100755 --- a/Themes/Everforest/.config/qtile/config.py +++ b/Themes/Everforest/.config/qtile/config.py @@ -405,7 +405,7 @@ screens = [ # ), widget.Volume( - font='Font Awesome 6 Free Solid', + font='JetBrainsMono Nerd Font', theme_path='~/.config/qtile/Assets/Volume/', emoji=True, fontsize=12, diff --git a/Themes/Natura/.config/qtile/config.py b/Themes/Natura/.config/qtile/config.py index b9db272..2c1943c 100755 --- a/Themes/Natura/.config/qtile/config.py +++ b/Themes/Natura/.config/qtile/config.py @@ -408,7 +408,7 @@ screens = [ # ), widget.Volume( - font='Font Awesome 6 Free Solid', + font='JetBrainsMono Nerd Font', theme_path='~/.config/qtile/Assets/Volume/', emoji=True, fontsize=12, diff --git a/Themes/Sakura/.config/qtile/config.py b/Themes/Sakura/.config/qtile/config.py index ffb1825..e78c1a7 100755 --- a/Themes/Sakura/.config/qtile/config.py +++ b/Themes/Sakura/.config/qtile/config.py @@ -408,7 +408,7 @@ screens = [ # ), widget.Volume( - font='Font Awesome 6 Free Solid', + font='JetBrainsMono Nerd Font', theme_path='~/.config/qtile/Assets/Volume/', emoji=True, fontsize=12,