2024-12-07 17:08 : id 249

This commit is contained in:
deadvey 2024-12-07 17:08:07 +00:00
parent adcf6c05cd
commit 2ecd19f9ef

View File

@ -93,7 +93,6 @@ in
}; };
}; };
gtk = { gtk = {
device = "";
enable = true; enable = true;
font = { font = {
name = "${FONT}"; name = "${FONT}";
@ -266,6 +265,18 @@ in
exec = "ssh max@debian bash /home/max/caway.sh"; exec = "ssh max@debian bash /home/max/caway.sh";
}; };
}; };
right = {
exclusive = false;
layer = "top";
name = "right";
position = "right";
modules-center = [ "backlight/slider" ];
"backlight/slider" = {
min = 0;
max = 100;
orientation = "horizontal";
};
};
bottom = { bottom = {
exclusive = false; exclusive = false;
layer = "top"; layer = "top";