Added all screenshots to the readme file
[danixland-rofi.git] / README.md
CommitLineData
6e5a5ccb 1# danixland-rofi
2
3A set of scripts for my personal Rofi theme. Follow the instructions and it should be pretty much drop and play, but it might need a little editing if your screen size is different or if you don't like the color scheme.
4
5## Getting Started
6
7Copy the content of the **scripts** directory wherever you put your personal scripts, I use `~/bin` for my user scripts or `/usr/local/bin` for system wide scripts that can be used by all users on my system. In this case I have everything inside my home.
8
9Now copy the content of the **theme** directory inside `~/.config/rofi/themename` (change theme name to whatever you want to call it) and change "themename" to whatever you called it inside every single bash script.
10
11### Prerequisites
12
13Of course you need [rofi](https://github.com/davatorium/rofi) installed in your system.
14
15In case you want to modify the theme you might need to have a look at [the wiki on how rasi themes work](https://github.com/davatorium/rofi/blob/1ab3e571eca1768d437246ca6ec09f44432b0e20/doc/rofi-theme.5.markdown), it's a dialect of CSS so it shouldn't be difficult.
16
17### Does it looks like a bitch??!!
18
19Here's what the theme looks like:
20
cafbc7f0 21![The power menu](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/powermenu.png "The power menu")
22
23![The applications list](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/appsmenu.png "The applications list")
24
25![The ssh quick connection list](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/sshmenu.png "The ssh quick connection list")
26
27![The window list](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/windowmenu.png "The window list")
28
29![The scrot menu](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/scrotmenu.png "The scrot menu")
30
31![The utils menu](http://git.danix.xyz/danixland-rofi.git/raw/master/screenshots/utilsmenu.png "The utils menu")
6e5a5ccb 32
33## Built With
34
35* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
36* [Maven](https://maven.apache.org/) - Dependency Management
37* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
38
39## Contributing
40
41Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
42
43## Versioning
44
45We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
46
47## Authors
48
49* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
50
51See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
52
53## License
54
55This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
56
57## Acknowledgments
58
59* Hat tip to anyone whose code was used
60* Inspiration
61* etc