2024-12-07 17:08 : id 249
This commit is contained in:
parent
adcf6c05cd
commit
2ecd19f9ef
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user