mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
profile: added source for optional env variables
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
# Status bar module for disk space
|
||||
# $1 should be drive mountpoint
|
||||
|
||||
disk="/home"
|
||||
[ -z "$STATUSBAR_DISK" ] && disk="/home" || disk="$STATUSBAR_DISK"
|
||||
|
||||
[ ! -z "$1" ] && disk="$1"
|
||||
|
||||
icon="$disk"
|
||||
|
Reference in New Issue
Block a user