path updates

This commit is contained in:
Don Harper 2024-06-06 06:19:52 -05:00
parent d3ad4f0013
commit ad891aecd5
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
editor = "${pkgs.lunarvim}/bin/lvim"; editor = "${pkgs.lunarvim}/bin/lvim";
}; };
safe = { safe = {
directory = "*"; directory = "/home/don/src/nixos/duckland/.git";
}; };
status = { status = {
submoduleSummary = "true"; submoduleSummary = "true";

View file

@ -38,13 +38,13 @@
device = "intel_backlight"; device = "intel_backlight";
format = "{icon} {percent}%"; format = "{icon} {percent}%";
format-alt-click = "click-right"; format-alt-click = "click-right";
on-scroll-down = "light -A 1"; on-scroll-down = "${pkgs.light}/bin/light -A 1";
on-scroll-up = "light -U 1"; on-scroll-up = "${pkgs.light}/bin/lightlight -U 1";
}; };
"custom/mytimew" = { "custom/mytimew" = {
exec = "~/bin/timebar"; exec = "~/bin/timebar";
interval = 30; interval = 30;
on-click = "alacritty -e ~/bin/ttmenu"; on-click = "${pkgs.alacritty}/bin/alacritty -e ~/bin/ttmenu";
}; };
"custom/mycal" = { "custom/mycal" = {
exec = "~/bin/show-next-event"; exec = "~/bin/show-next-event";
@ -126,7 +126,7 @@
headset = "hs"; headset = "hs";
phone = "p"; phone = "p";
}; };
on-click = "pavucontrol"; on-click = "${pkgs.pwvucontrol}/bin/pwvucontrol";
}; };
}; };
}; };