about summary refs log tree commit diff
path: root/home/profiles/base/config/waybar/style.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-20 22:16:16 +0900
committersefidel <contact@sefidel.net>2023-02-20 22:16:16 +0900
commita3365320c6c8602b727834e7b4d82ea69b6cafff (patch)
tree7dfe9d2465383613db368c6176dd8e83fbc7be8c /home/profiles/base/config/waybar/style.nix
parent625687459561f9e3103368bc2baa238058fe046f (diff)
downloadnixrc-a3365320c6c8602b727834e7b4d82ea69b6cafff.tar.gz
nixrc-a3365320c6c8602b727834e7b4d82ea69b6cafff.zip
feat(home/base): add waybar 'battery' & fix typo
Diffstat (limited to 'home/profiles/base/config/waybar/style.nix')
-rw-r--r--home/profiles/base/config/waybar/style.nix3
1 files changed, 2 insertions, 1 deletions
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};