From bfc1ed42c61eab6f730183199f5079a49bf8380d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 3 Jun 2023 20:32:06 -0400 Subject: [PATCH] chore: Run nixfmt --- desktop/waybar/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/desktop/waybar/default.nix b/desktop/waybar/default.nix index 0a5fbca2..9726bac6 100644 --- a/desktop/waybar/default.nix +++ b/desktop/waybar/default.nix @@ -4,7 +4,7 @@ home-manager.sharedModules = [{ programs.waybar = { enable = true; - package = (pkgs.callPackage ./package {}); + package = (pkgs.callPackage ./package { }); settings = { mainBar = { @@ -23,9 +23,7 @@ spacing = 8; }; - "hyprland/window" = { - rotate = 90; - }; + "hyprland/window".rotate = 90; "wlr/workspaces" = { on-click = "activate"; @@ -49,13 +47,13 @@ format = "{icon}"; tooltip-format = "{volume}% {node_name}"; format-muted = ""; - format-icons = ["" ""]; + format-icons = [ "" "" ]; }; battery = { "format" = "{icon}"; "tooltip-format" = "{capacity}% {timeTo}"; - "format-icons" = ["" "" "" "" ""]; + "format-icons" = [ "" "" "" "" "" ]; }; clock = { @@ -76,7 +74,7 @@ backlight = { "format" = "{icon}"; - "format-icons" = ["" ""]; + "format-icons" = [ "" "" ]; }; "custom/new-workspace" = {