LeoBruant / arch-catppuccin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arch-catppuccin

Colors from the Catppuccin color palette

Disclaimer

This theme is meant to be used on arch linux + i3. It will not fully work in other environments.

Features

Important shortcuts

Alt + Tab : Switch workspace back and forth

Super + Enter : Open new terminal

Super + Escape : Shutdown

Super + Shift + R : Restart i3

Super + d : Open rofi

Super + f : Full screen mode

Super + l : Lock screen

Super + s : Open flameshot

Installation

Sync

To sync to the repo, run the following commands

cd ~
git init
git remote add origin https://github.com/leobruant/arch-catppuccin
git fetch --all
git reset --hard origin/master
git submodule update --init --recursive
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Don't forget to change your network interface in the polybar config file (default ~/.config/polybar/hack/config.ini)

Folders

To get the folders color, run this command

papirus-folders -C cat-mocha-sapphire --theme Papirus-Dark

LightDM

To use the lightDM background from the theme, create the following directory if you didn't already : /usr/share/backgrounds/archlinux-login-backgrounds and then run this command

sudo cp ~/.config/wallpaper.jpg /usr/share/backgrounds/archlinux-login-backgrounds/wallpaper.jpg

Now, you can change the background in the login screen settings

ZSH

To set ZSH as your default shell, run the following command (Log out / log in to see the effects)

chsh -s /usr/bin/zsh

Betterlockscreen

To set the lock screen wallpaper, run this command

betterlockscreen -u ~/.config/wallpaper.jpg

About


Languages

Language:Shell 100.0%