This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/wm/extras/bar/start.bash
2016-07-15 12:17:12 -05:00

13 lines
221 B
Bash
Executable file

#!/usr/bin/env bash
source "$DOTFILES_PATH/variables.bash"
"$DOTFILES_PATH/wm/extras/bar/run_bar.bash" &
export BAR_PID=$!
echo "$BAR_PID" > "$BAR_PID_FILE"
echo "Starting bar with PID $BAR_PID"
xdo lower -a wmpanel