+ Setting up new playbook for a lab server

This commit is contained in:
shockrah
2022-01-19 15:18:13 -08:00
parent 1e88f2bc51
commit da871ddb68
6 changed files with 85 additions and 0 deletions

10
reset-polybar-i3 Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Make sure we don't start up two instances at once
pbar_id=`pgrep polybar`
if [ ! -z $pbar_id ];then
kill `pgrep $pbar_id`
fi
# Start up polybar now that none are running
polybar cute