mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
home-manager: added battery info to waybar
This commit is contained in:
parent
1cd649326a
commit
0be45f4325
|
@ -42,7 +42,7 @@
|
||||||
];
|
];
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/mode" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/mode" ];
|
||||||
modules-center = [ "hyprland/window" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [ "tray" "clock"];
|
modules-right = [ "tray" "battery" "clock"];
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
|
|
Loading…
Reference in a new issue