Simplifying screenshot location and changing theme

This commit is contained in:
Siina Mashek 2024-02-09 13:45:07 +02:00
parent d2fe90439c
commit edc4983878

14
profile
View File

@ -9,19 +9,15 @@ if test -z "${XDG_RUNTIME_DIR}"; then
fi
# The city's finest exports!
export GTK_THEME="Nordic"
export GTK_THEME="Catppuccin-Macchiato-Standard-Blue-Dark"
export QT_QPA_PLATFORM=wayland"
export QT_QPA_PLATFORMTHEME="qt6ct"
export XDG_CURRENT_DESKTOP=sway
export GIT_EDITOR="nvim"
export GPG_TTY=$(tty)
export PATH="$HOME/.local/bin:$PATH"
# Let's set up our personal routes
hostname=$(hostname)
if [ "$hostname" = apsalar ]; then
dir="/mnt/storage/screenshots"
elif [ "$hostname" = hetan ]; then
dir="$HOME/Screenshots"
fi
export SCREENSHOT_DIR="$dir"
export SCREENSHOT_DIR="$HOME/Screenshots"
# Let's get some private environment vars
source $HOME/.profile.private