2024-12-29 02:23 : id 45
This commit is contained in:
parent
49f5efde90
commit
cafd7ec3de
@ -531,7 +531,7 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "right";
|
name = "right";
|
||||||
position = "left";
|
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" = {
|
"custom/browser" = {
|
||||||
format = "";
|
format = "";
|
||||||
on-click = "${BROWSER}";
|
on-click = "${BROWSER}";
|
||||||
@ -568,6 +568,14 @@ in
|
|||||||
format = "";
|
format = "";
|
||||||
on-click = "${BROWSER} https://search.nixos.org/packages";
|
on-click = "${BROWSER} https://search.nixos.org/packages";
|
||||||
};
|
};
|
||||||
|
"custom/email" = {
|
||||||
|
format = "";
|
||||||
|
on-click = "claws-mail";
|
||||||
|
};
|
||||||
|
"custom/irc" = {
|
||||||
|
format = "";
|
||||||
|
on-click = "${TERMINAL} --hold irssi";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
bottom = {
|
bottom = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user