From 66dcd3d11f28501043b45f14b2b45ad29a54f35d Mon Sep 17 00:00:00 2001 From: Artyom Date: Thu, 15 Jun 2023 23:47:59 +0300 Subject: [PATCH] Update readme --- .scripts/readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.scripts/readme.md b/.scripts/readme.md index fe1fd28..ad298b6 100644 --- a/.scripts/readme.md +++ b/.scripts/readme.md @@ -1,4 +1,9 @@ -alxrcs, rallwalls, refwalls, setwalle - GNOME/XFCE scripts for wpgtk (or wpg) \ -termcolors - for KDE, set Alacritty colorscheme from wallpaper (works for 1 monitor, if u want 2 monitor setup working change `tail -n` from `+1` to `+2`). \ -Doesn't work if `~/.config/plasma-org.kde.plasma.desktop-appletsrc` have lines for slide-show or another mode. Check `[Containments][*number*][Wallpaper][org.kde.*][General]` sections and make sure there is `[Containments][*number*][Wallpaper][org.kde.image][General]` section(s) only. \ -obs - custom docks dont work in Wayland (idk why), using workaround to fix this. +`alxrcs, rallwalls, refwalls, setwalle` - GNOME/XFCE scripts for wpgtk (or wpg) \ +`termcolors` - script for KDE, sets Alacritty colorscheme from wallpaper. Currently working only with 1 monitor, but will be rewrited to support 2+. Wallpaper colors generator is [wallust](https://codeberg.org/explosion-mental/wallust) \ +For `termcolor` script your Alacritty config doesn't contain any color-related lines and contain this: +``` +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. \ +obs - custom docks doesn't work in Wayland (idk why), using workaround to fix this.