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 m="make"
|
||||||
alias mr="make run"
|
alias mr="make run"
|
||||||
alias refresh="echo -e '\033[0m' '\033[?25h' '\033[?1049l'"
|
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 space="echo -e '\033[?25l' && clear && read && echo -e '\033[?25h'"
|
||||||
alias lampp="sudo /opt/lampp/lampp"
|
alias lampp="sudo /opt/lampp/lampp"
|
||||||
alias clean="alias clr=\"clear\" && clear"
|
alias clean="alias clr=\"clear\" && clear"
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
export DISPLAY=:0
|
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)
|
img=$(ls $wallpath | shuf -n 1)
|
||||||
|
|
||||||
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wallpath=$OPT_PATH/img/wallpaper
|
#wallpath=$OPT_PATH/img/wallpaper
|
||||||
|
wallpath=$OPT_PATH/img/meme/penger/wallpaper
|
||||||
img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:")
|
img=$(ls $wallpath | dmenu -l 10 -p "wallpaper:")
|
||||||
|
|
||||||
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
|
||||||
|
|
Loading…
Reference in New Issue