From a3365320c6c8602b727834e7b4d82ea69b6cafff Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 20 Feb 2023 22:16:16 +0900 Subject: feat(home/base): add waybar 'battery' & fix typo --- home/profiles/base/config/waybar/style.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/profiles/base/config/waybar/style.nix') diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 195fb2d..965e71b 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -49,6 +49,7 @@ with neotheme.colors; #cpu, #temperature, #backlight, + #battery, #network, #memory, #language, @@ -70,7 +71,7 @@ with neotheme.colors; } } - #custom-seperator { + #custom-separator { color: #${alt1}; background-color: #${background}; border-bottom: 1px solid #${bright0}; -- cgit 1.4.1