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

13 lines
221 B
Bash
Raw Normal View History

2016-01-07 02:16:53 -06:00
#!/usr/bin/env bash
source "$DOTFILES_PATH/variables.bash"
2016-01-07 02:16:53 -06:00
"$DOTFILES_PATH/wm/extras/bar/run_bar.bash" &
export BAR_PID=$!
2016-01-11 09:22:54 -06:00
echo "$BAR_PID" > "$BAR_PID_FILE"
echo "Starting bar with PID $BAR_PID"
2016-01-11 09:22:54 -06:00
xdo lower -a wmpanel
2016-01-12 15:02:12 -06:00