From 40a4c261dcba23c891bcf08165b796334d9967aa Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 1 Dec 2024 00:12:24 +0100 Subject: [PATCH] waybar: new font --- dot-config/waybar/config.jsonc | 1 - dot-config/waybar/style.css | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index c38e0d2f..bf0755c6 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -359,7 +359,6 @@ "orientation": "horizontal", "modules": [ "cpu", - "custom/gpuusage", "group/temps", "memory" ] diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 2df77b6c..d5266571 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -1,10 +1,11 @@ +/* kak: css:noai:ts=4:sw=4 */ /* ----------------------------------- import ----------------------------------- */ @import "base16-colors.css"; /* ----------------------------------- window ----------------------------------- */ * { - font-family: "Iosevka Nerd Font Propo"; - font-size: 13px; + font-family: "ZedMono NFP"; + font-size: 14px; min-height: 7px; padding: 0; margin: 0; -- 2.51.2