Fix some dock stuff, erlang with wx

This commit is contained in:
Daniel Flanagan 2020-01-09 19:02:31 -06:00
parent 5195a855a6
commit ba8ec1f524
4 changed files with 9 additions and 2 deletions

5
bin/dotfiles-update Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# TODO: implement
echo "Not implemented"

View File

@ -13,7 +13,7 @@ pacaur --needed -S \
htop `# Process Management and System Resources Monitoring` \
openssh mosh `# Remote Access` \
openssl `# Crypto` \
elixir `# Elixir Language` \
erlang elixir `# Elixir Language` \
nodejs npm yarn `# JavaScript Runtime` \
python python-pip `# Python 3 Language` \
pass `# Password Management` \

View File

@ -1,10 +1,11 @@
#!/usr/bin/env bash
resrc
source "$HOME/.workdock.env"
source "$EDFP/workdock" --just-vars
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
autorandr --change
"${DOTFILES_PATH}/apps/de/bspwm/bspwmrc"
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
restartbar
"${HOME}/.fehbg"
source "$EDFP/workdock"

1
setup
View File

@ -133,6 +133,7 @@ touches=(
"$edfp/bspwm"
"$edfp/polybar"
"$edfp/app-launcher"
"$edfp/workdock"
)
for t in "${touches[@]}"; do