2024-12-07 16:48 : id 247
This commit is contained in:
parent
f059a97562
commit
2c6f647d0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user