android studio fix, set bg image enhance

main
ColumbusUtrigas 2022-09-06 23:52:56 +04:00
parent 4e402241ca
commit 0b0df792e1
3 changed files with 11 additions and 1 deletions

4
.zshrc
View File

@ -7,6 +7,10 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export ANDROID_SDK_ROOT=$HOME/android/sdk
export PATH=$PATH:$ANDROID_SDK_ROOT/emulator
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
export PATH=$PATH:~/.local/bin:~/.local/bin/statusbar
export MOZ_USE_XINPUT2=1

8
bin/bg-set-image Normal file → Executable file
View File

@ -1,3 +1,9 @@
#!/bin/bash
feh --no-fehbg --bg-scale $(cat ~/dotfiles/.wallpaper)
path=$XDG_CACHE_HOME/wallpaper
if [ $1 ]; then
echo $(realpath $1) > $path
fi
feh --no-fehbg --bg-scale $(cat $path)

0
bin/set-cursor-theme Normal file → Executable file
View File