PENGER on the wall
This commit is contained in:
parent
543e857073
commit
77dfd2107a
1
bashrc
1
bashrc
|
@ -124,7 +124,6 @@ alias please="sudo"
|
|||
alias m="make"
|
||||
alias mr="make run"
|
||||
alias refresh="echo -e '\033[0m' '\033[?25h' '\033[?1049l'"
|
||||
alias mpv="mpv --player-operation-mode=pseudo-gui --shuffle=yes"
|
||||
alias space="echo -e '\033[?25l' && clear && read && echo -e '\033[?25h'"
|
||||
alias lampp="sudo /opt/lampp/lampp"
|
||||
alias clean="alias clr=\"clear\" && clear"
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
source /etc/profile
|
||||
export DISPLAY=:0
|
||||
|
||||
wallpath=$OPT_PATH/img/wallpaper
|
||||
#wallpath=$OPT_PATH/img/wallpaper
|
||||
wallpath=$OPT_PATH/img/meme/penger/wallpaper
|
||||
img=$(ls $wallpath | shuf -n 1)
|
||||
|
||||
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
||||
|
|
Loading…
Reference in New Issue