forked from poz/niksos
fix(waybar): add full paths for binaries
This commit is contained in:
parent
dc88c12685
commit
f8e15106b0
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
|||
signal = 8;
|
||||
};
|
||||
"custom/xwayland" = {
|
||||
exec = "hyprctl clients | rg -e 'xwayland: [1]' | wc -l";
|
||||
exec = "${pkgs.hyprland}/bin/hyprctl clients | ${pkgs.ripgrep}/bin/rg -e 'xwayland: [1]' | ${pkgs.coreutils-full}/bin/wc -l";
|
||||
interval = 1;
|
||||
format = "X {}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue