Compare commits

...

3 Commits

Author SHA1 Message Date
f3606d3fd0 screenshit stuff 2023-12-02 02:24:01 +01:00
5c9cb4ef94 profile update 2023-12-02 02:23:04 +01:00
a8c82f7294 updated zshrc 2023-12-02 02:22:06 +01:00
4 changed files with 14 additions and 12 deletions

View File

@@ -9,9 +9,13 @@ SCRIPTPATH=$(dirname "$SCRIPT")
LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg"
echo "$(realpath $1)" > $LAST_BG_LOCATION
#echo "$(realpath $1)" > $LAST_BG_LOCATION
ln -sf $1 $LAST_BG_LOCATION
hyprctl hyprpaper preload "$1"
hyprctl hyprpaper wallpaper "HDMI-A-1,$1"
hyprctl hyprpaper unload all
swww img $1
#hyprctl hyprpaper preload "$1"
#hyprctl hyprpaper wallpaper "HDMI-A-1,$1"
#hyprctl hyprpaper unload all
$SCRIPTPATH/wal.sh "$1"

View File

@@ -8,9 +8,7 @@ set -e
TMPDIR=$(mktemp -d)
cd $TMPDIR
grim -g "$(slurp)"
GRIM_DEFAULT_DIR="$TMPDIR" grim -g "$(slurp)"
filename="$(date +"%d-%m-%y-%H-%M-%Z").png"

View File

@@ -12,7 +12,7 @@ export XDG_STATE_HOME="$HOME/.local/state"
XDG_DOCUMENTS_DIR="$HOME/doc"
export XDG_DOWNLOAD_DIR="$HOME/downloads"
export XDG_MUSIC_DIR="$HOME/music"
# XDG_PICTURES_DIR="$HOME/pictures"
export XDG_PICTURES_DIR="$HOME/pictures"
# XDG_PUBLICSHARE_DIR="$HOME/public"
# XDG_TEMPLATES_DIR="$HOME/templates"
# XDG_VIDEOS_DIR="$HOME/videos"

8
.zshrc
View File

@@ -54,7 +54,7 @@ else
fi
# wal subshell
#(cat ~/.cache/wal/sequences &)
(cat ~/.cache/wal/sequences &)
DISABLE_UPDATE_PROMPT=true
DISABLE_AUTO_UPDATE=true
@@ -85,7 +85,7 @@ source /usr/share/doc/pkgfile/command-not-found.zsh # dont forget to run pkgfile
# Variables
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANPAGER="bat -l man -p"
# ZSH percent fix
export PROMPT_EOL_MARK=""
@@ -117,5 +117,5 @@ alias syu="sudo pacman -Syu"
alias virsh="virsh -c qemu:///system"
alias k="kubectl"
alias ssh="TERM=xterm-256color ssh"
alias du="duf"
alias df="duf"
alias nom="npm"