2024-12-08 14:08 : id 271

This commit is contained in:
deadvey 2024-12-08 14:08:41 +00:00
parent c6ac6ca4a7
commit cc2d9951d8

View File

@ -289,7 +289,7 @@ in
layer = "top"; layer = "top";
name = "right"; name = "right";
position = "left"; 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" = { "custom/browser" = {
format = ""; format = "";
on-click = "${BROWSER}"; on-click = "${BROWSER}";
@ -302,6 +302,26 @@ in
format = ""; format = "";
on-click = "${BROWSER} https://deadvey.com"; 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 = { bottom = {
exclusive = false; exclusive = false;