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,11 +1,9 @@
{ pkgs, lib, ... }: {
programs.hyprpanel = {
settings = {
layout = {
"bar.layouts" = {
"0" = {
right = [ "battery" ];
};
"bar.layouts" = {
"0" = {
right = [ "battery" ];
};
};