From 5d1544dad75b5ce8b4a8bd901cec517441cfa4aa Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 2 Nov 2022 18:21:48 -0700 Subject: [PATCH] fix up waybar --- home-manager/modules/ezpcusr.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/home-manager/modules/ezpcusr.nix b/home-manager/modules/ezpcusr.nix index 76688c9..bc0f4da 100644 --- a/home-manager/modules/ezpcusr.nix +++ b/home-manager/modules/ezpcusr.nix @@ -399,7 +399,7 @@ in { modules-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"]; "custom/spacer" = { - format = "〰"; + format = "〜"; rotate = 90; tooltip = false; }; @@ -481,7 +481,7 @@ in { critical = 10; }; format = "{icon} {capacity}%"; - format-icons = ["" "" "" "" ""]; + format-icons = ["" "" "" "" "" "" "" "" "" ""]; }; tray = { @@ -497,11 +497,9 @@ in { } #custom-spacer { - font-size: 12px; + font-size: 20px; color: #${config.ezcolors.base16.base00}; font-weight: bold; - margin: 0; - padding: 0; } #workspaces, @@ -520,12 +518,13 @@ in { #custom-weather-precip, #custom-weather-wind, #custom-media { + color: #${config.ezcolors.base16.base06}; + font-size: ${toString (config.ezfonts.font.size + 1)}px; background: #${config.ezcolors.base16.base00}; padding: 5px 0; - margin: 0; } - #workspaces { padding: 0 0 5px 0; } + #workspaces { padding: 0 } #clock.1 { padding: 5px 0 0 0; } #clock.2 { padding: 0 0 5px 0; } @@ -560,9 +559,11 @@ in { * { font-family: "${config.ezfonts.font.name}"; - font-size: ${toString (config.ezfonts.font.size + 1)}px; border-radius: 0; - border: none; + border-width: 0; + border-style: none; + margin: 0; + padding: 0; } ''; };