path updates
This commit is contained in:
parent
d3ad4f0013
commit
ad891aecd5
2 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue