aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/waybar.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
commit16a5e1812031433f711371db802d972529ced7d0 (patch)
treef260ae93b6197bc96613bf8eab9945453b8956e8 /home/profiles/waybar.nix
parentprofiles/default: fix the GC configuration (diff)
downloadinfra-16a5e1812031433f711371db802d972529ced7d0.tar.gz
workstation: more tweaks for the UI and fonts
Diffstat (limited to '')
-rw-r--r--home/profiles/waybar.nix7
1 files changed, 5 insertions, 2 deletions
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;
}