mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 22:19:45 +00:00
Slashes
This commit is contained in:
parent
bacc25bb8e
commit
055151bff9
1 changed files with 4 additions and 4 deletions
8
dwmbar
8
dwmbar
|
@ -15,19 +15,19 @@
|
|||
|
||||
VERSION="0.2"
|
||||
|
||||
DEFAULT_CONFIG_DIR="/usr/share/dwmbar"
|
||||
DEFAULT_CONFIG_DIR="/usr/share/dwmbar/"
|
||||
export DEFAULT_CONFIG_DIR
|
||||
DEFAULT_MODULES_DIR="$DEFAULT_CONFIG_DIR/modules"
|
||||
DEFAULT_MODULES_DIR="$DEFAULT_CONFIG_DIR/modules/"
|
||||
export DEFAULT_MODULES_DIR
|
||||
DEFAULT_BAR_LOCATION="$DEFAULT_CONFIG_DIR/bar.sh"
|
||||
export DEFAULT_BAR_LOCATION
|
||||
DEFAULT_CONFIG_LOCATION="$DEFAULT_CONFIG_DIR/config"
|
||||
export DEFAULT_CONFIG_LOCATION
|
||||
|
||||
CONFIG_DIR="/home/$USER/.config/dwmbar"
|
||||
CONFIG_DIR="/home/$USER/.config/dwmbar/"
|
||||
export CONFIG_DIR
|
||||
|
||||
CUSTOM_DIR="$CONFIG_DIR/custom"
|
||||
CUSTOM_DIR="$CONFIG_DIR/custom/"
|
||||
export CUSTOM_DIR
|
||||
|
||||
CONFIG_FILE="$CONFIG_DIR/config"
|
||||
|
|
Loading…
Reference in a new issue