From edc498387873b9a6ee7f8465d70828479ada20c2 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Fri, 9 Feb 2024 13:45:07 +0200 Subject: [PATCH] Simplifying screenshot location and changing theme --- profile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/profile b/profile index a246532..b29f394 100644 --- a/profile +++ b/profile @@ -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