2024-12-07 16:48 : id 247

This commit is contained in:
deadvey 2024-12-07 16:56:22 +00:00
parent f059a97562
commit 2c6f647d0b

View File

@ -264,6 +264,14 @@ in
format = "{}"; format = "{}";
exec = "ssh max@debian bash /home/max/caway.sh"; 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" = { "hyprland/workspaces" = {
all-outputs = true; all-outputs = true;
format = "{icon}"; 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 = { bottom = {
exclusive = false; exclusive = false;
layer = "top"; layer = "top";
@ -280,7 +301,7 @@ in
height = 20; height = 20;
width = SCREEN_WIDTH - 10; width = SCREEN_WIDTH - 10;
modules-left = [ "network" ]; modules-left = [ "network" ];
modules-center = [ "custom/weather" ]; modules-right = [ "custom/weather" ];
"network" = { "network" = {
interface = "enp42s0"; interface = "enp42s0";
interval = 10; interval = 10;