further package consistency

This commit is contained in:
Jill 2024-03-21 11:25:28 +03:00
parent 5f201dcaea
commit f3bf6aafe0
1 changed files with 2 additions and 2 deletions

View File

@ -70,13 +70,13 @@ in {
format = ""; format = "";
tooltip = true; tooltip = true;
tooltip-format = "Exit Hyprland"; tooltip-format = "Exit Hyprland";
on-click = "hyprctl dispatch exit"; on-click = "${config.modules.desktop.hyprland.package}/bin/hyprctl dispatch exit";
}; };
"custom/lock" = { "custom/lock" = {
format = ""; format = "";
tooltip = true; tooltip = true;
tooltip-format = "Lock the system"; tooltip-format = "Lock the system";
on-click = "hyprlock"; on-click = "${lib.getExe config.modules.desktop.hyprlock.package}";
}; };
"custom/reboot" = { "custom/reboot" = {
format = ""; format = "";