2024-12-29 02:23 : id 45
This commit is contained in:
parent
49f5efde90
commit
cafd7ec3de
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user