commit | 167be1347f7c92c389b73c750c5ef04c8e791fe8 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Sep 04 11:38:58 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Sep 04 11:49:55 2022 +0100 |
tree | 968574cd208a9322db517c70a1bd04d7450f3901 | |
parent | 7221370653bf8cbac2112f390673cbd5a97e29d3 [diff] |
Fix waybar's full battery when charging - Previously waybar wouldn't recognize that there was a charger when the battery was full, this is now fixed
diff --git a/modules/waybar.nix b/modules/waybar.nix index f40cc62..fe33dfd 100644 --- a/modules/waybar.nix +++ b/modules/waybar.nix
@@ -58,6 +58,8 @@ }; format = "{icon} {capacity}%"; format-charging = "đ {capacity}%"; + format-plugged = "đ {capacity}%"; + format-full-full = "đ Full"; format-icons = { full = "đ"; warning = "đĒĢ";