2024-12-08 14:08 : id 271
This commit is contained in:
parent
c6ac6ca4a7
commit
cc2d9951d8
@ -289,7 +289,7 @@ in
|
||||
layer = "top";
|
||||
name = "right";
|
||||
position = "left";
|
||||
modules-center = [ "custom/browser" "custom/terminal" "custom/website" ];
|
||||
modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti"];
|
||||
"custom/browser" = {
|
||||
format = "";
|
||||
on-click = "${BROWSER}";
|
||||
@ -302,6 +302,26 @@ in
|
||||
format = "";
|
||||
on-click = "${BROWSER} https://deadvey.com";
|
||||
};
|
||||
"custom/anki" = {
|
||||
format = "?";
|
||||
on-click = "anki";
|
||||
};
|
||||
"custom/keepassxc" = {
|
||||
format = "";
|
||||
on-click = "keepassxc";
|
||||
};
|
||||
"custom/gimp" = {
|
||||
format = "";
|
||||
on-click = "gimp";
|
||||
};
|
||||
"custom/writer" = {
|
||||
format = "";
|
||||
on-click = "swriter";
|
||||
};
|
||||
"custom/luanti" = {
|
||||
format = "";
|
||||
on-click = "minetest";
|
||||
};
|
||||
};
|
||||
bottom = {
|
||||
exclusive = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user