Skip to content

Post Installation

ヒヤシンス edited this page Aug 28, 2023 · 18 revisions

Extra Setup

For extra stuff check out the official catppuccin repository

For pallete-changer.sh

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

For zscroll (Media text scrolling in polybar)

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

Old Dotfiles

If you want the old version of this dotfiles you can find them in the releases page or the archive branch

Nix

WIP