Skip to content

Commit

Permalink
add battery to waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 15, 2024
1 parent 019b494 commit e35c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/features/desktop/hyprland/waybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
gtk-layer-shell = true;

modules-left = [ "hyprland/window" ];
modules-center = [ "network" "pulseaudio" "cpu" "hyprland/workspaces" "memory" "disk" "clock" ];
modules-center = [ "network" "pulseaudio" "cpu" "hyprland/workspaces" "memory" "disk" "clock" "battery"];
modules-right = [ "custom/notification" "tray" ];
"hyprland/workspaces" = {
format = "{icon}";
Expand Down

0 comments on commit e35c74b

Please sign in to comment.