https://github.com/nubilfi/archlinux-openbox
Archlinux Minimalist Edition
https://github.com/nubilfi/archlinux-openbox
archlinux conky openbox tint2
Last synced: 6 months ago
JSON representation
Archlinux Minimalist Edition
- Host: GitHub
- URL: https://github.com/nubilfi/archlinux-openbox
- Owner: nubilfi
- License: gpl-3.0
- Created: 2017-11-29T11:32:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T02:41:47.000Z (over 8 years ago)
- Last Synced: 2025-03-05T02:18:21.722Z (about 1 year ago)
- Topics: archlinux, conky, openbox, tint2
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archlinux-openbox
Archlinux Minimalist Edition.
### Prerequisites
```
$ sudo pacman -Syu
$ sudo pacman -S openbox obconf
$ sudo pacman -S obmenu tint2 clipman nitrogen conky compton terminator
lxappearance xdotool zenity scrot
$ yaourt -S hsetroot
$ sudo reboot
** Of course you can install other packages.
```
### Installing
First step, download or clone this repository and then copy and paste
the following steps, don't forget to replace `/path/to` with your actual
directory:
```
$ sudo cp -R ~/path/to/archlinux-openbox/lib-cb-welcome /usr/bin/lib/
$ sudo cp -R ~/path/to/archlinux-openbox/obscripts/* /usr/bin/ && sudo
chmod +x /usr/bin/{cb-*,tb-exit}
** make sure you already have a backup default configuration of openbox
& tint2 before copy and paste the following command, check your
~/.config directory
$ cp ~/path/to/archlinux-openbox/openbox ~/.config
$ cp ~/path/to/archlinux-openbox/tint2 ~/.config
$ sudo reboot (it's okay)
```
You can now login to openbox by switching it on your display manager. If
it works, it must be like the following screenshot.

Please open an issue if you have a trouble.
Inspired from
[@johnraff](http://crunchbang.org/forums/profile.php?id=353)