Update bash_aliases and bash_login

This commit is contained in:
John Mertz 2022-09-12 11:32:24 -04:00
parent b937259ddb
commit 817a749dd6
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ alias startsway="${HOME}/scripts/sway/startsway.sh"
alias starti3="${HOME}/scripts/i3/starti3.sh" alias starti3="${HOME}/scripts/i3/starti3.sh"
# Web shortcuts # 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 # Force python3
alias pip="pip3" alias pip="pip3"

View File

@ -25,7 +25,7 @@ export LC_ALL="en_US.UTF-8"
export XDG_DATA_HOME="${HOME}/.config" export XDG_DATA_HOME="${HOME}/.config"
# GUI themes # GUI themes
export GTK_THEME="Oled" export GTK_THEME="Flat-Remix-GTK-Blue-Darkest-Solid-NoBorder"
export PROFILE_NAME="Oled" export PROFILE_NAME="Oled"
export QT_QPA_PLATFORMTHEME="qt5ct" export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORM="wayland-egl;wayland;xcb" export QT_QPA_PLATFORM="wayland-egl;wayland;xcb"