chore: Run nixfmt

This commit is contained in:
Donovan Glover 2023-06-03 20:32:06 -04:00
parent fb6d5828cf
commit bfc1ed42c6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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" = {