rose-pine-tty/README.md

82 lines
2.6 KiB
Markdown
Raw Normal View History

2022-08-20 06:24:08 +00:00
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for TTY
</h3>
<p align="center">
<a href="https://github.com/catppuccin/tty/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/tty?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/tty/issues"><img src="https://img.shields.io/github/issues/catppuccin/tty?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/tty/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/tty?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
2022-08-20 06:24:08 +00:00
</p>
<p align="center">
2022-10-12 22:32:47 +00:00
<img src="assets/res.webp"/>
2022-08-20 06:24:08 +00:00
</p>
2022-10-12 22:32:47 +00:00
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="assets/mocha.webp"/>
</details>
2022-08-20 06:24:08 +00:00
## Usage
1. Clone this repo.
2023-05-27 11:40:10 +00:00
2. Run `./generate.sh <theme>` (eg `./generate.sh mocha`)
3. Copy the text it outputs and set it in your kernel options
2023-05-28 03:15:05 +00:00
4. Restart your computer
2022-08-20 06:24:08 +00:00
2023-05-27 11:40:10 +00:00
### GRUB
2023-05-28 03:15:05 +00:00
1. Edit `/etc/default/grub` and append to the `GRUB_CMDLINE_LINUX` string
2. Run `sudo update-grub`
- If your system doesn't have that, instead run `sudo grub-mkconfig -o /boot/grub/grub.cfg`
2023-05-27 11:40:10 +00:00
### systemd-boot
2023-05-28 03:15:05 +00:00
1. Edit the boot entry located in `/boot/loader/entries/`
2. Append to the `options` line
3. Run `sudo bootctl update`
2023-05-27 11:40:10 +00:00
### Limine
2023-05-28 03:15:05 +00:00
1. Edit `/boot/limine.cfg`
2. Append to the boot entry's `CMDLINE` line
2023-05-27 11:40:10 +00:00
### Other
For other bootloaders or for more information, [see here on ArchWiki](https://wiki.archlinux.org/title/Kernel_parameters)
2022-08-20 06:24:08 +00:00
## 💝 Thanks to
- [Echo](https://github.com/CallMeEchoCodes)
2023-05-27 11:40:10 +00:00
- [mekb](https://github.com/mekb-turtle)
2022-08-20 06:24:08 +00:00
&nbsp;
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>
<p align="center">
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>
<p align="center">
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p>