diff --git a/bash/bash_aliases b/bash/bash_aliases index d6b4fc0cc..78064a0e6 100644 --- a/bash/bash_aliases +++ b/bash/bash_aliases @@ -33,7 +33,7 @@ alias startsway="${HOME}/scripts/sway/startsway.sh" alias starti3="${HOME}/scripts/i3/starti3.sh" # Web shortcuts -alias papillon="/usr/bin/chromium --app='https://papillon.john.me.tz/hud.php?refresh=3600&theme=dark'" +alias papillon="flatpak run com.github.Eloston.UngoogledChromium --app='https://papillon.john.me.tz/hud.php?refresh=3600&theme=dark'" # Force python3 alias pip="pip3" diff --git a/bash/bash_login b/bash/bash_login index c32f67bc8..574174877 100644 --- a/bash/bash_login +++ b/bash/bash_login @@ -25,7 +25,7 @@ export LC_ALL="en_US.UTF-8" export XDG_DATA_HOME="${HOME}/.config" # GUI themes -export GTK_THEME="Oled" +export GTK_THEME="Flat-Remix-GTK-Blue-Darkest-Solid-NoBorder" export PROFILE_NAME="Oled" export QT_QPA_PLATFORMTHEME="qt5ct" export QT_QPA_PLATFORM="wayland-egl;wayland;xcb"