diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-10 22:53:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-10 22:53:45 -0400 |
| commit | 6f36fe31693ad7dd47ecb443901039eb5c96969f (patch) | |
| tree | 3b9e1bdc384f28d012dda08bddbbfe0c839afa65 /.local/bin/statusbar | |
| parent | 7ada6550073b9ec011fd8ec9cf571e55b57d1d97 (diff) | |
| download | eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.tar.gz eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.tar.zst eibhear-6f36fe31693ad7dd47ecb443901039eb5c96969f.zip | |
STATUSBAR uncommented only for i3, cleanup, probably broke everything LOL
Diffstat (limited to '.local/bin/statusbar')
| -rwxr-xr-x | .local/bin/statusbar/popupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/popupgrade b/.local/bin/statusbar/popupgrade index ba6678c..3a62727 100755 --- a/.local/bin/statusbar/popupgrade +++ b/.local/bin/statusbar/popupgrade @@ -3,7 +3,7 @@ printf "Beginning upgrade.\\n" yay -Syu -pkill -RTMIN+8 "${STATUSBAR:?}" +pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}" printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n" read -r |
