add godot stuff to vim config, fix polybar config

This commit is contained in:
Mark Riedesel 2020-12-22 15:20:12 -05:00
parent 603f66963c
commit 706fe9b17f
6 changed files with 23 additions and 5 deletions

View file

@ -52,7 +52,7 @@
modules-right = wired-network filesystem memory date pulseaudio
tray-position = right
tray-background: ${bar.background}
tray-background = ${bar.background}
tray-maxsize = 24444
[bar/secondary]

View file

@ -25,3 +25,7 @@ if (( $+commands[ccache] )); then
fi
export VIRSH_DEFAULT_CONNECT_URI="qemu:///system"
#/// Android SDK
export ANDROID_NDK_ROOT=/opt/android-ndk
export ANDROID_HOME=/opt/android-sdk