PENGER on the wall

This commit is contained in:
nemo 2024-11-06 13:48:08 +01:00
parent 543e857073
commit 77dfd2107a
3 changed files with 4 additions and 3 deletions

1
bashrc
View File

@ -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"

View File

@ -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

View File

@ -1,6 +1,7 @@
#!/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:")
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr