Fix battery not showing in hyprpanel.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{ pkgs, lib, ... }: {
|
||||
programs.hyprpanel = {
|
||||
settings = {
|
||||
layout = {
|
||||
"bar.layouts" = {
|
||||
"0" = {
|
||||
right = [ "battery" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
bar = {
|
||||
customModules = {
|
||||
|
||||
Reference in New Issue
Block a user