From 16a5e1812031433f711371db802d972529ced7d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 May 2023 11:18:46 -0700 Subject: workstation: more tweaks for the UI and fonts --- home/profiles/waybar.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'home/profiles/waybar.nix') diff --git a/home/profiles/waybar.nix b/home/profiles/waybar.nix index 4a31377..3194c23 100644 --- a/home/profiles/waybar.nix +++ b/home/profiles/waybar.nix @@ -58,7 +58,7 @@ * { border-radius: 0; border: none; - font-family: "Roboto Mono, Font Awesome 5 Free, Font Awesome 5 Brands, Arial, sans-serif"; + font-family: "Roboto Mono, sans-serif"; font-size: 15px; color: #C5C8C6; min-height: 24px; @@ -69,7 +69,7 @@ } #window { font-weight: bold; - font-family: "Roboto Mono, Font Awesome 5 Free, Font Awesome 5 Brands, Arial, sans-serif"; + font-family: "Roboto Mono, sans-serif"; } #workspaces button { padding: 0 5px; @@ -107,6 +107,9 @@ #pulseaudio.muted { color: #8c8f91; } + #custom-systemd { + color: #8c8f91; + } #custom-systemd.errors { border-bottom: 2px solid #ef8773; } -- cgit v1.2.3