Update notes to have category support, add background to i3, set gruvbox to high contrast mode for my colorblind self, set rofi theme to high contrast gruvbox too

This commit is contained in:
Tony Blyler 2021-10-29 10:41:50 -04:00
parent 303b6ce5a6
commit db7b2df76e
5 changed files with 29 additions and 2 deletions
home

View file

@ -5,6 +5,10 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
if [ -e /etc/profile.d/flatpak.sh ]; then
source /etc/profile.d/flatpak.sh
fi
if [ -f "${HOME}/.zshrc.d/init" ]; then
source "${HOME}/.zshrc.d/init"
fi