Automated update
This commit is contained in:
@@ -6,10 +6,10 @@ command_exists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#DWM dependency is running
|
#DWM dependency is running
|
||||||
if ! pgrep -x "dwm" > /dev/null; then
|
#if ! pgrep -x "dwm" > /dev/null; then
|
||||||
echo "DWM is not running. Please ensure that you got that shit installed and its your window manager."
|
# echo "DWM is not running. Please ensure that you got that shit installed and its your window manager."
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
#status2d dependency (update later if you find out how)
|
#status2d dependency (update later if you find out how)
|
||||||
if command_exists dwm; then
|
if command_exists dwm; then
|
||||||
|
|||||||
Reference in New Issue
Block a user