Welcome to the Awesome Wofi project! This repository contains configuration files for the Wofi launcher/menu program. We aim to provide a collection of themes and configurations for Wofi, making it easier for users to customize their Wofi experience. Contributions are welcome!
This project aims to create a comprehensive set of configurations for the Wofi launcher. We encourage the community to contribute new themes and configurations!
To get a local copy up and running, follow these simple steps.
- Wofi: Make sure you have Wofi installed. You can find installation instructions on the official Wofi GitHub page.
-
Clone the repository:
git clone https://github.com/calthejuggler/awesome-wofi.git
-
Navigate to the project directory:
cd awesome-wofi
-
Copy the desired theme to your Wofi configuration directory:
cp themes/blank/* ~/.config/wofi/
After copying the configuration file, you can launch Wofi to see the new theme in action:
wofi --show drun -I
We welcome contributions from the community! To contribute:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingTheme
). - Copy the blank theme to a new folder
(
mkdir themes/AmazingTheme && cp themes/blank/* themes/AmazingTheme/
). - Edit the theme files to your liking.
- Commit your Changes (
git commit -m 'feat:add AmazingTheme'
). - Push to the Branch (
git push origin feature/AmazingTheme
). - Open a Pull Request.
When you add a new theme, please include a screenshot of the theme in the
screenshots
directory - please name the screenshot with the same name as your
theme for consistency.
Distributed under the MIT License. See LICENSE
for more information.
- Wofi - The launcher/menu program we are creating themes for.
Thank you for checking out our project! We look forward to your contributions.
Feel free to customize this README further based on the specific details and needs of your project.