LeBaronDeCharlus / catppuccin-awesomemwm

🎊 Soothing pastel theme for AwesomWM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for AwesomWM

Usage

  1. Clone this repository locally
mkdir -p $HOME/.config/awesome/themes
git clone https://github.com/catppuccin/awesomewm
mv awesomewm/themes/catppuccin .config/awesome/themes/
  1. Select theme in your rc.lua
# $HOME/.awesome/rc.lua
# […]
local chosen_theme = "catppuccin"
local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)
beautiful.init(theme_path)
# […]

πŸ’ Thanks to

 

Copyright Β© 2021-present Catppuccin Org

About

🎊 Soothing pastel theme for AwesomWM

License:MIT License


Languages

Language:Lua 100.0%