2020-10-25 00:17:55 +02:00
|
|
|
# Bling - Utilities for the AwesomeWM
|
|
|
|
|
|
|
|
## Instalation:
|
2020-10-25 20:52:46 +01:00
|
|
|
- `git clone` this repo into your `~/.config/awesome` folder
|
|
|
|
- Put ``local bling = require("bling")`` somewhere in your ``rc.lua`` (remember to put it under ``beautiful.init...``)
|
|
|
|
### Choose layout/s from list below and add them to to your layouts list in `rc.lua`
|
|
|
|
```Lua
|
|
|
|
bling.layout.mstab,
|
|
|
|
bling.layout.centered,
|
|
|
|
bling.layout.vertical,
|
|
|
|
bling.layout.horizontal,
|
|
|
|
```
|
2020-10-25 00:17:55 +02:00
|
|
|
|
|
|
|
## Configuration:
|
2020-10-25 20:52:46 +01:00
|
|
|
### Put those variables in your ``theme.lua`` if you want to edit tab colors and font
|
|
|
|
```
|
|
|
|
mstab_bar_height
|
|
|
|
mstab_border_radius
|
|
|
|
mstab_font
|
|
|
|
mstab_bg_focus
|
|
|
|
mstab_fg_focus
|
|
|
|
mstab_bg_normal
|
|
|
|
mstab_fg_normal
|
|
|
|
```
|
2020-10-25 00:17:55 +02:00
|
|
|
|
|
|
|
## Preview:
|
|
|
|
|
2020-10-25 20:52:46 +01:00
|
|
|
### Mstab (tabbed)
|
|
|
|
|
|
|
|
|
|
|
|
### Centered
|
|
|
|
|
|
|
|
|
|
|
|
### Vertical
|
|
|
|
|
2020-10-25 00:17:55 +02:00
|
|
|
|
2020-10-25 20:52:46 +01:00
|
|
|
### Horizontal
|