From ba8ec1f5248f1c30c7ab69f73cd05ca223631712 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 9 Jan 2020 19:02:31 -0600 Subject: [PATCH] Fix some dock stuff, erlang with wx --- bin/dotfiles-update | 5 +++++ bin/lib/arch-linux/provisioning/2-essentials.bash | 2 +- bin/workdock | 3 ++- setup | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 bin/dotfiles-update diff --git a/bin/dotfiles-update b/bin/dotfiles-update new file mode 100755 index 0000000..ea41dbe --- /dev/null +++ b/bin/dotfiles-update @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# TODO: implement + +echo "Not implemented" diff --git a/bin/lib/arch-linux/provisioning/2-essentials.bash b/bin/lib/arch-linux/provisioning/2-essentials.bash index b1d2532..cc027bc 100755 --- a/bin/lib/arch-linux/provisioning/2-essentials.bash +++ b/bin/lib/arch-linux/provisioning/2-essentials.bash @@ -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` \ diff --git a/bin/workdock b/bin/workdock index d91677b..1a5beb4 100755 --- a/bin/workdock +++ b/bin/workdock @@ -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" diff --git a/setup b/setup index 06b2c48..5ff2e5f 100755 --- a/setup +++ b/setup @@ -133,6 +133,7 @@ touches=( "$edfp/bspwm" "$edfp/polybar" "$edfp/app-launcher" + "$edfp/workdock" ) for t in "${touches[@]}"; do