Update bash_aliases and bash_login
This commit is contained in:
parent
b937259ddb
commit
817a749dd6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue