Go to file
Nooo37 113be310eb
Merge pull request #2 from branwright1/readme
New README.md
2020-10-25 23:05:14 +01:00
icons/layouts added layouts 2020-10-19 17:25:05 +02:00
layout fixed missing import 2020-10-24 23:39:27 +02:00
module window swallowing 2020-10-24 11:40:02 +02:00
README.md Update README.md 2020-10-25 19:52:46 +00:00
init.lua window swallowing 2020-10-24 11:40:02 +02:00

README.md

Bling - Utilities for the AwesomeWM

Instalation:

  • 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

bling.layout.mstab,
bling.layout.centered,
bling.layout.vertical,
bling.layout.horizontal,

Configuration:

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

Preview:

Mstab (tabbed)

Centered

Vertical

Horizontal