mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 18:21:04 +02:00
chore: Run nixfmt
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (pkgs.callPackage ./package {});
|
package = (pkgs.callPackage ./package { });
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
@@ -23,9 +23,7 @@
|
|||||||
spacing = 8;
|
spacing = 8;
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/window" = {
|
"hyprland/window".rotate = 90;
|
||||||
rotate = 90;
|
|
||||||
};
|
|
||||||
|
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
@@ -49,13 +47,13 @@
|
|||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
tooltip-format = "{volume}% {node_name}";
|
tooltip-format = "{volume}% {node_name}";
|
||||||
format-muted = "";
|
format-muted = "";
|
||||||
format-icons = ["" ""];
|
format-icons = [ "" "" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
"tooltip-format" = "{capacity}% {timeTo}";
|
"tooltip-format" = "{capacity}% {timeTo}";
|
||||||
"format-icons" = ["" "" "" "" ""];
|
"format-icons" = [ "" "" "" "" "" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
clock = {
|
clock = {
|
||||||
@@ -76,7 +74,7 @@
|
|||||||
|
|
||||||
backlight = {
|
backlight = {
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
"format-icons" = ["" ""];
|
"format-icons" = [ "" "" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/new-workspace" = {
|
"custom/new-workspace" = {
|
||||||
|
Reference in New Issue
Block a user