-
-
Notifications
You must be signed in to change notification settings - Fork 2
Post Installation
For extra stuff check out the official catppuccin repository
If you want more stuff to change the pallete using pallete-changer you have to create one manually just follow the structure of the script those just usually sed commands that changes where the colorscheme is imported. Palletes are stored in $HOME/.config/cat-configs/palletes
If you experience high usage or low performance you can turn off zscroll, it may help with performance just edit this line in $HOME/.config/cat-configs/polybar/modules.ini
:
click-left = $(xdg-user-dir CONFIG)/cat-configs/bin/utilities/panel/music-status.sh --scroll
# Edit this to
click-left = $(xdg-user-dir CONFIG)/cat-configs/bin/utilities/panel/music-status.sh --status
Heres a lazy command so you won't have to edit it manually, just paste it in your terminal and it will disable zscroll:
sed -i 's/panel\/music-status\.sh --scroll/panel\/music-status\.sh --status/g' "$HOME/.config/cat-configs/polybar/modules.ini"
To enable zscroll just do it in vise versa
If you want the old version of this dotfiles you can find them in the releases page or the archive branch
WIP