LabWC theme

This commit is contained in:
Out Of Ideas 2024-02-05 13:56:32 -06:00
parent 2a9280ee66
commit d9f28b0646

View file

@ -1599,21 +1599,31 @@ Right click on the screen and click **Exit**. Then press **Ctrl** + **Alt** + **
Log in as your regular user at the prompt.
Install `git`.
```
```sh
sudo xbps-install git
```
Obtain the Labwc configuration files.
```
mkdir -p ~/.config/labwc
git clone https://git.disroot.org/oink/Grandma
```
Create directories.
```
mkdir -p .Git Desktop Backup Documents/PDF Documents/Emails Downloads Misc Music Pictures/Screenshots Videos/Movies
```sh
mkdir -p .local/share/themes .config/labwc .Git/catppccin Desktop Backup Documents/PDF Documents/Emails Downloads Misc Music Pictures/Screenshots Videos/Movies
```
Enter the `.Git` directory.
```
```sh
cd .Git
```
Clone the repo with the configuration files used in this guide.
```sh
git clone https://git.disroot.org/oink/Grandma
```
Copy the LabWC configuration files into the configuration directory.
```sh
cp Grandma/labwc/* ~/.config/labwc/
```
Now clone the Openbox themes Git repo.
```
git clone https://github.com/catppuccin/openbox catppuccin/openbox
```
Copy the themes to the `themes` directory:
```
cp -r catppuccin/openbox/Catppuccin-Macchiato/ ~/.local/share/themes/
```