fix jumpstart and break polybar

This commit is contained in:
Tyler Starr 2023-07-03 23:45:48 -07:00
parent 21cae23ced
commit c32776d4c8
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,5 @@
{{- $i3:= include ".gen/i3.json" | mustFromJson -}}
[bar/fullbar]
monitor = {{ $i3.disp_sec }}
monitor = HDMI-0
include-file = ~/.config/polybar/common
background = #bb282a36

View File

@ -14,10 +14,11 @@ pip install pexpect
cargo install rbw
# Add things to path for this script
mkdir -p $HOME/.local/bin
export PATH="$PATH:/usr/local/bin"
export PATH="$PATH:$HOME/.cargo/bin"
export PATH="$PATH:$CHEZDIR/temp_bin"
mkdir -p $HOME/.local/bin
export PATH="$PATH:$HOME/.local/bin"
# Install ansible extensions
ansible-galaxy install -r "$CHEZDIR/provision/debian/ansible/requirements.yml"