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