Changing GTK theme in .profile

This commit is contained in:
Siina Mashek 2024-02-13 10:45:49 +02:00
parent bf8872d833
commit fed37cff65

View File

@ -9,8 +9,8 @@ if test -z "${XDG_RUNTIME_DIR}"; then
fi
# The city's finest exports!
export GTK_THEME="Catppuccin-Macchiato-Standard-Blue-Dark"
export QT_QPA_PLATFORM=wayland"
export GTK_THEME="Catppuccin-Macchiato-Standard-Lavender-Dark"
export QT_QPA_PLATFORM="wayland"
export QT_QPA_PLATFORMTHEME="qt6ct"
export XDG_CURRENT_DESKTOP=sway
export GIT_EDITOR="nvim"