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";
};
safe = {
directory = "*";
directory = "/home/don/src/nixos/duckland/.git";
};
status = {
submoduleSummary = "true";

View file

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