Skip to content
laiso edited this page Feb 23, 2024 · 2 revisions

Where to Start?

To get started with the Polybar theme, follow these steps:

  1. Download the Setup Script:
    Download the setup.sh script from the repository and make it executable by running the following commands in your terminal:

    git clone https://github.com/laisoJS/Polybar-theme
    cd Polybar-theme
    chmod +x setup.sh
    ./setup.sh
  2. Basic customization :
    The colors schemes are located in the themes folder. They come from the official catppuccin colors palette.
    If you want some custom colors, you can create a new file in the themes folder and import it in the config.ini under the [colors] with
    include-file = themes/yourfilename.ini.
    Here's an example of how to create a custom colors scheme:

    [colors]
    base =
    text =
    surface1 = 
Clone this wiki locally