├── .editorconfig ├── LICENSE ├── README.md ├── assets ├── Frappe.webp ├── Latte.webp ├── Macchiato.webp ├── Mocha.webp └── screenshot.webp ├── frappe.conf ├── latte.conf ├── macchiato.conf └── mocha.conf /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/README.md -------------------------------------------------------------------------------- /assets/Frappe.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/assets/Frappe.webp -------------------------------------------------------------------------------- /assets/Latte.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/assets/Latte.webp -------------------------------------------------------------------------------- /assets/Macchiato.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/assets/Macchiato.webp -------------------------------------------------------------------------------- /assets/Mocha.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/assets/Mocha.webp -------------------------------------------------------------------------------- /assets/screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/assets/screenshot.webp -------------------------------------------------------------------------------- /frappe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/frappe.conf -------------------------------------------------------------------------------- /latte.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/latte.conf -------------------------------------------------------------------------------- /macchiato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/macchiato.conf -------------------------------------------------------------------------------- /mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/conky/HEAD/mocha.conf --------------------------------------------------------------------------------