Fixed waybar startup after rebuild
This commit is contained in:
parent
22089bd396
commit
b9af43bec2
|
@ -24,9 +24,9 @@ in
|
|||
];
|
||||
|
||||
modules.desktop.reloadScript = ''
|
||||
if ${pkgs.procps}/bin/pgrep waybar; then
|
||||
${pkgs.procps}/bin/pkill waybar
|
||||
fi
|
||||
# if ${pkgs.procps}/bin/pgrep waybar; then
|
||||
# ${pkgs.procps}/bin/pkill waybar
|
||||
# fi
|
||||
${pkgs.waybar}/bin/waybar &
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue