Initial commit. I'm fixing the readme RN!
[danixland-rofi.git] / README.md
1 # danixland-rofi
2
3 A 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
7 Copy 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
9 Now 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
13 Of course you need [rofi](https://github.com/davatorium/rofi) installed in your system.
14
15 In 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
19 Here's what the theme looks like:
20
21 ![power menu]()
22
23 ## Built With
24
25 * [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
26 * [Maven](https://maven.apache.org/) - Dependency Management
27 * [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
28
29 ## Contributing
30
31 Please 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.
32
33 ## Versioning
34
35 We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
36
37 ## Authors
38
39 * **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
40
41 See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
42
43 ## License
44
45 This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
46
47 ## Acknowledgments
48
49 * Hat tip to anyone whose code was used
50 * Inspiration
51 * etc