Fix battery not showing in hyprpanel.

This commit is contained in:
jay
2025-07-03 05:43:02 -04:00
parent 9d1278388d
commit cf25455a91

View File

@@ -1,13 +1,11 @@
{ pkgs, lib, ... }: { { pkgs, lib, ... }: {
programs.hyprpanel = { programs.hyprpanel = {
settings = { settings = {
layout = {
"bar.layouts" = { "bar.layouts" = {
"0" = { "0" = {
right = [ "battery" ]; right = [ "battery" ];
}; };
}; };
};
bar = { bar = {
customModules = { customModules = {