2024-12-08 14:52 : id 282
This commit is contained in:
parent
4f73b5efa1
commit
951686a55c
@ -292,7 +292,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"];
|
||||
modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs"];
|
||||
"custom/browser" = {
|
||||
format = "";
|
||||
on-click = "${BROWSER}";
|
||||
@ -325,6 +325,10 @@ in
|
||||
format = "";
|
||||
on-click = "minetest";
|
||||
};
|
||||
"custom/nixpkgs" = {
|
||||
format = "";
|
||||
on-click = "${BROWSER} https://search.nixos.org/packages";
|
||||
};
|
||||
};
|
||||
bottom = {
|
||||
exclusive = false;
|
||||
@ -460,7 +464,7 @@ in
|
||||
global = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
offset = "${GAPS_OUT / 2}x${GAPS_OUT / 2}";
|
||||
offset = "${GAPS_OUT}x${GAPS_OUT}";
|
||||
origin = "${DUNST_ORIGIN}";
|
||||
font = "${FONT}";
|
||||
corner_radius = "${CORNER_RADIUS}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user