From aa6af144558fbd0f56afd31b233cea0fb6df81b0 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 29 Jan 2023 15:43:12 +0100 Subject: [PATCH] Only use font awesome for icons --- home/.config/eww/css/modules/_window_name.scss | 3 +++ home/.config/eww/eww.scss | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 home/.config/eww/css/modules/_window_name.scss diff --git a/home/.config/eww/css/modules/_window_name.scss b/home/.config/eww/css/modules/_window_name.scss new file mode 100644 index 0000000..dc7c693 --- /dev/null +++ b/home/.config/eww/css/modules/_window_name.scss @@ -0,0 +1,3 @@ +.window_name { + font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif; +} diff --git a/home/.config/eww/eww.scss b/home/.config/eww/eww.scss index 15a29ce..098f30e 100644 --- a/home/.config/eww/eww.scss +++ b/home/.config/eww/eww.scss @@ -27,12 +27,13 @@ @import "css/modules/battery"; @import "css/modules/workspaces"; @import "css/modules/gammarelay"; +@import "css/modules/window_name"; .bar { background-color: $bg-a; color: $fg; - font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif; + font-family: "JetBrains Mono", sans-serif; // margin-right: 10px; label { @@ -53,6 +54,10 @@ tooltip { } } +.icon, .icon label { + font-family: "Font Awesome 6 Free"; +} + .module { margin: 0 5px; } .separ {