nixos/home/hyprland/waybar/modules/battery.compact.nix
Evie Litherland-Smith 2dc7530a74 Add swayosd call for modifier keys
Change master layout rules

Small waybar formatting tweaks
2023-10-16 11:43:58 +01:00

12 lines
276 B
Nix

{
states = {
warning = 30;
critical = 15;
};
format = "{icon} ";
format-charging = "󰂄";
format-plugged = "󰚥";
tooltip-format = "{time} {capacity}%";
format-icons = [ "󱃍" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
}