2024-12-29 02:23 : id 45

This commit is contained in:
deadvey 2024-12-29 02:23:14 +00:00
parent 49f5efde90
commit cafd7ec3de

View File

@ -531,7 +531,7 @@ in
layer = "top";
name = "right";
position = "left";
modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs"];
modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs" "custom/email" "custom/irc"];
"custom/browser" = {
format = "";
on-click = "${BROWSER}";
@ -568,6 +568,14 @@ in
format = "";
on-click = "${BROWSER} https://search.nixos.org/packages";
};
"custom/email" = {
format = "";
on-click = "claws-mail";
};
"custom/irc" = {
format = "";
on-click = "${TERMINAL} --hold irssi";
};
};
bottom = {
exclusive = false;