Changing GTK theme in .profile
This commit is contained in:
parent
bf8872d833
commit
fed37cff65
4
profile
4
profile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue