diff --git a/.scripts/readme.md b/.scripts/readme.md index 3baad1c..8d3a9d0 100644 --- a/.scripts/readme.md +++ b/.scripts/readme.md @@ -7,9 +7,4 @@ import: - ~/.config/alacritty/colors.yml ``` Check my [Alacritty config](https://git.sadium.cyou/Overxwise/dotfiles/src/branch/master/.config/alacritty/alacritty.yml) as an example. \ -Also I find a way do dynamicly change colorscheme when wallpaper changes. \ -Put this line below in your .bashrc/.zshrc etc. -```(exa ~/.cache/curwal| entr -r termcolors &) &> /dev/null``` -Small remark - you can use `ls` instead `exa`. In my case I use `exa` instead `ls` and have alias for this - `alias ls='exa -laFh --icons --group-directories-first'`. If I use `ls` this way, I'll get an error. -Also you need to include your (or mine) `.scripts` folder in `$PATH`. For this recommend take a look at my [zshrc](https://git.sadium.cyou/Overxwise/dotfiles/src/branch/master/.zshrc). Line starts at `export PATH=`. \ obs - custom docks doesn't work in Wayland (idk why), using workaround to fix this.