2024-12-07 17:08 : id 249
This commit is contained in:
parent
adcf6c05cd
commit
2ecd19f9ef
@ -93,7 +93,6 @@ in
|
||||
};
|
||||
};
|
||||
gtk = {
|
||||
device = "";
|
||||
enable = true;
|
||||
font = {
|
||||
name = "${FONT}";
|
||||
@ -266,6 +265,18 @@ in
|
||||
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 = {
|
||||
exclusive = false;
|
||||
layer = "top";
|
||||
|
Loading…
x
Reference in New Issue
Block a user