Simplifying screenshot location and changing theme
This commit is contained in:
parent
d2fe90439c
commit
edc4983878
14
profile
14
profile
|
@ -9,19 +9,15 @@ if test -z "${XDG_RUNTIME_DIR}"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The city's finest exports!
|
# 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 GIT_EDITOR="nvim"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
# Let's set up our personal routes
|
export SCREENSHOT_DIR="$HOME/Screenshots"
|
||||||
hostname=$(hostname)
|
|
||||||
if [ "$hostname" = apsalar ]; then
|
|
||||||
dir="/mnt/storage/screenshots"
|
|
||||||
elif [ "$hostname" = hetan ]; then
|
|
||||||
dir="$HOME/Screenshots"
|
|
||||||
fi
|
|
||||||
export SCREENSHOT_DIR="$dir"
|
|
||||||
|
|
||||||
# Let's get some private environment vars
|
# Let's get some private environment vars
|
||||||
source $HOME/.profile.private
|
source $HOME/.profile.private
|
||||||
|
|
Loading…
Reference in New Issue