dotfiles/.scripts
2023-06-18 15:01:57 +03:00
..
zsh An update after almost an year via Gittyup 2023-06-11 22:13:13 +03:00
alxrcs Add another bunch of stuff 2022-07-10 10:26:43 +03:00
obs Add some stuff 2023-06-12 11:15:14 +03:00
rallwalls Add another bunch of stuff 2022-07-10 10:26:43 +03:00
readme.md Fix 2023-06-18 15:01:57 +03:00
refwalls Add another bunch of stuff 2022-07-10 10:26:43 +03:00
setwalle Add another bunch of stuff 2022-07-10 10:26:43 +03:00
termcolors Update for readme and termcolor 2023-06-18 14:58:44 +03:00

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+. Someday...
Wallpaper colors generator is 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 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 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 recomment take a look at my zshrc. Line starts at export PATH=.
obs - custom docks doesn't work in Wayland (idk why), using workaround to fix this.