From 1886672941b77db09284b58890623145415faf00 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Mon, 27 Apr 2026 15:20:14 +0530 Subject: add: color overhaul and modules' styles --- waybar/niri-workspaces | Bin 749184 -> 749056 bytes waybar/style.css | 19 +++++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'waybar') diff --git a/waybar/niri-workspaces b/waybar/niri-workspaces index bfd8f95..f790378 100755 Binary files a/waybar/niri-workspaces and b/waybar/niri-workspaces differ diff --git a/waybar/style.css b/waybar/style.css index 8c59471..cf7655f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,14 +1,14 @@ * { border: none; - font-family: "JetBrainsMono Nerd Font Propo, monospace"; + font-family: "Terminess Nerd Font Propo, monospace"; font-size: 14px; /* font-weight: bold; */ min-height: 0; } window#waybar { - background-color: #000000; - color: #ffffff; + background-color: #0a0a0a; + color: #b8a9e9; } /* Different battery states indicator */ @@ -25,8 +25,11 @@ window#waybar { #window, #custom-brightness, #custom-uptime, +#custom-vpn, #memory, #network, +#temperature, +#cpu, #mpris, #bluetooth, #pulseaudio, @@ -39,10 +42,18 @@ window#waybar { #memory, #bluetooth, #pulseaudio, +#temperature, +#cpu, #custom-brightness, #custom-uptime, +#custom-vpn, #battery { - color: #cccccc; + /* color: #cccccc; */ + color: #9b8ec4; +} + +#temperature.critical { + color: #ff0000; } /* custom modules */ -- cgit v1.3