This commit is contained in:
Artyom 2023-06-18 15:01:57 +03:00
parent e06800430e
commit fc6c67863f
No known key found for this signature in database
GPG key ID: EEFBB39006B28920

View file

@ -10,6 +10,6 @@ Check my [Alacritty config](https://git.sadium.cyou/Overxwise/dotfiles/src/branc
Also I find a way do dynamicly change colorscheme when wallpaper changes. \ Also I find a way do dynamicly change colorscheme when wallpaper changes. \
Put this line below in your .bashrc/.zshrc etc. Put this line below in your .bashrc/.zshrc etc.
```(exa ~/.cache/curwal| entr termcolors &) &> /dev/null``` ```(exa ~/.cache/curwal| entr 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. \ 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 recomment take a look at my [zshrc](https://git.sadium.cyou/Overxwise/dotfiles/src/branch/master/.zshrc). Line starts at `export PATH=`. \ Also you need to include your (or mine) `.scripts` folder in `$PATH`. For this recomment 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. obs - custom docks doesn't work in Wayland (idk why), using workaround to fix this.