Multiple changes
This commit is contained in:
@@ -4,6 +4,11 @@ if [ "$#" -lt 1 ]; then
|
||||
else
|
||||
sh $HOME/.screenlayout/$1.sh
|
||||
fi
|
||||
|
||||
if pgrep -u $UID -x polybar >/dev/null; then
|
||||
sh /home/j/.bin/polybar.sh;
|
||||
fi
|
||||
|
||||
if [ `command -v nitrogen` ]; then
|
||||
nitrogen --restore
|
||||
fi
|
||||
|
Reference in New Issue
Block a user