diff --git a/config/quassel-irc.org/settings.qss b/config/quassel-irc.org/settings.qss index fe4940d..b9ca2ce 100644 --- a/config/quassel-irc.org/settings.qss +++ b/config/quassel-irc.org/settings.qss @@ -3,7 +3,7 @@ // Sender Colors Palette { - sender-color-self: #000000; + sender-color-self: #767676; sender-color-00: #cc0000; sender-color-01: #006cad; sender-color-02: #4d9900; diff --git a/profile b/profile index e95ff24..57a63bd 100644 --- a/profile +++ b/profile @@ -4,8 +4,10 @@ export PATH="$PATH:$HOME/.local/bin" #export TERM=xterm-256color # Fixes ssh since I use alacritty and it sets the TERM to its name export VIMINIT="source $HOME/.config/vim/vimrc" +# Let's set up our personal routes +export SCREENSHOT_DIR="/data/hdd/screenshots" + alias ls="ls -h --color=auto" alias myip="curl https://ifconfig.co" -alias steam="HOME=${HOME}/Games/steam steam" +alias steam="HOME=/games steam" alias wget="wget --hsts-file $HOME/.cache/wget/hsts" -