1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-18 05:06:38 +02:00

[polybar] Added some PolyBar Config

This commit is contained in:
Eric-Teunis de Boone 2020-11-20 15:23:42 +01:00
parent 375c954e2b
commit b62b55e417
11 changed files with 908 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Define XDG_DOTFILES_DIR for easy access
export XDG_DOTFILES_DIR="$HOME/.dotfiles"
export XDG_CONFIG_HOME="$HOME/.config"
# Source main profile
[ -r "$XDG_DOTFILES_DIR/profiles/main.sh" ] && source "$XDG_DOTFILES_DIR/profiles/main.sh"