diff --git a/home-manager/home.nix b/home-manager/home.nix index 80ab154..8dbf571 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -264,6 +264,14 @@ in format = "{}"; exec = "ssh max@debian bash /home/max/caway.sh"; }; + }; + left = { + exclusive = false; + layer = "top"; + name = "bottom"; + position = "bottom"; + width = 20; + modules-center = [ "hyprland/workspaces" ]; "hyprland/workspaces" = { all-outputs = true; format = "{icon}"; @@ -272,6 +280,19 @@ in }; }; }; + right = { + exclusive = false; + layer = "top"; + name = "bottom"; + position = "bottom"; + width = 20; + modules-center = [ "backlight/slider" ] + "backlight/slider" = { + min = 0; + max = 100; + orientation = "horizontal"; + }; + }; bottom = { exclusive = false; layer = "top"; @@ -280,7 +301,7 @@ in height = 20; width = SCREEN_WIDTH - 10; modules-left = [ "network" ]; - modules-center = [ "custom/weather" ]; + modules-right = [ "custom/weather" ]; "network" = { interface = "enp42s0"; interval = 10;