forked from extern/nix-config
chore: Run nixfmt
This commit is contained in:
parent
fb6d5828cf
commit
bfc1ed42c6
@ -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" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user