aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile7
1 files changed, 3 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile
index 6c286f5..d8b37cc 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -68,11 +68,10 @@ export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
export DESKTOP_SESSION=gnome
export XDG_CURRENT_DESKTOP=gnome
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
-export QT_STYLE_OVERRIDE=adwaita
-# specific themes
-[ "$(cat /etc/hostname)" = "tiger" ] && export QT_STYLE_OVERRIDE=adwaita-dark
-[ "$(cat /etc/hostname)" = "talon" ] && export QT_STYLE_OVERRIDE=adwaita-dark
+command -v rsvg-convert > /dev/null 2>&1 && \
+ GDK_PIXBUF_MODULE_FILE=$(printf "%s" "$HOME"/.nix-profile/lib/gdk-pixbuf*/*/loaders.cache) && \
+ export GDK_PIXBUF_MODULE_FILE
# fzf settings
export FZF_DEFAULT_OPTS="--color=fg:255,hl:203 \