bling/docs/home.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

2021-02-17 07:01:29 +01:00
# <center> 🌟 Bling - Utilities for AwesomeWM 🌟 </center>
## Why
2021-04-28 13:25:20 +02:00
[AwesomeWM](https://awesomewm.org/) is literally what it stands for, an awesome window manager.
2021-02-17 07:01:29 +01:00
2023-01-28 15:27:21 +01:00
Its unique selling point has always been the widget system, which allows for fancy buttons, sliders, bars, dashboards, and anything you can imagine. But that feature can be a curse. Most modules focus on the widget side of things, which leaves the actual window managing part of AwesomeWM underdeveloped compared to, for example, [xmonad](https://xmonad.org/), even though it's probably just as powerful in that area.
2021-02-17 07:01:29 +01:00
2023-01-28 15:27:21 +01:00
This project aims to fix that problem, adding new layouts and modules that make use of the widget system but primarily focusing on window managing features.
2021-02-17 07:01:29 +01:00
## Installation
2023-01-28 15:27:21 +01:00
- Clone this repo into your `~/.config/awesome` folder
- `git clone https://github.com/BlingCorp/bling.git ~/.config/awesome/bling`
2023-01-28 15:27:21 +01:00
- Require the `bling` module in your `rc.lua`, making sure it's under the `beautiful` module initialization
2021-02-17 07:01:29 +01:00
```lua
-- other imports
local beautiful = require("beautiful")
-- other configuration stuff here
beautiful.init("some_theme.lua")
local bling = require("bling")
```
## Contributors
A special thanks to all our contributors...
<a href="https://github.com/BlingCorp/bling/graphs/contributors">
<img src="https://contrib.rocks/image?repo=BlingCorp/bling" />
2021-02-17 07:01:29 +01:00
</a>
Made with [contributors-img](https://contrib.rocks).