mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
15 lines
177 B
Markdown
15 lines
177 B
Markdown
# Openbox
|
|
|
|

|
|
---------------
|
|
|
|
### Install
|
|
```bash
|
|
sudo pacman -S openbox tint2
|
|
```
|
|
|
|
### Install theme
|
|
```bash
|
|
mkdir ~/.theme
|
|
tar -zxf nten.tar.gz -C ~/.themes
|
|
```
|