Skip to content

Commit

Permalink
use wallpaper file instead dir to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
smoorg committed Jan 1, 2025
1 parent 62001eb commit 1580498
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .bash_params
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
# directories
export REPOS=$HOME/repos
export SCRIPTS_DIR=$REPOS/private/scripts
export WALLPAPER_DIR=$HOME/.local/wallpaper.png
export WALLPAPERS_DIR=$HOME/Pictures/wallpapers
export PICTURES_DIR=$HOME/Pictures
export WALLPAPERS_DIR=$PICTURES_DIR/wallpapers
export SCREENSHOT_DIR=$PICTURES_DIR/screenshots
export MEDIA_DIR=$HOME/Music
export SCREENSHOT_DIR=$HOME/Pictures/screenshots

# special files
export WALLPAPER_FILE=$HOME/.local/wallpaper.png

# configurations
export TERM=xterm
Expand Down

0 comments on commit 1580498

Please sign in to comment.