LabWC theme
This commit is contained in:
parent
2a9280ee66
commit
d9f28b0646
1 changed files with 20 additions and 10 deletions
30
README.md
30
README.md
|
@ -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/
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue