Go to file
PeteE 19ccfc0daf
chore(luarocks): add app_launcher (#223)
* add app_launcher and bump version

* Revert version bump

---------

Co-authored-by: Peter Erickson <pete.perickson+foobar@gmail.com>
2024-06-02 14:48:52 +02:00
docs Configurable app Launcher layout (#221) 2024-02-21 14:47:02 +02:00
helpers fix(helpers.shape): add local (closes #180) 2022-07-23 10:36:44 +02:00
icons/layouts add deck layout 2021-08-19 10:40:47 -07:00
images added github banner 2021-03-12 17:17:21 +01:00
layout Use master window factor in offset calculation deck layout (#216) 2023-09-03 17:34:28 +02:00
module tabbar: Fixed tabbar_disable var (#184) 2022-11-05 20:05:38 +01:00
signal Playerctl lib minor bug fixes (#202) 2023-03-07 07:19:41 +02:00
widget tabbed_misc: remove goto to keep compat. with lua5.1 2024-03-09 22:26:28 +05:30
.editorconfig Added a max line length to lua files 2021-09-09 00:42:28 -07:00
AUTHORS.md Improved swallowing (#140) 2022-01-04 11:14:12 +01:00
CODEOWNERS Figuring out CODEOWNERS 2021-08-04 16:48:42 +02:00
LICENSE Update copyright 2021-07-20 14:32:35 -07:00
README.md Add .editorconfig (#107) 2021-09-09 00:26:09 -07:00
bling-dev-2.rockspec chore(luarocks): add app_launcher (#223) 2024-06-02 14:48:52 +02:00
init.lua Auto: format source code 2021-08-27 18:01:22 +00:00
theme-var-template.lua feat: allow disabling tabbar in mstab layout (#145) 2021-11-28 10:13:12 +01:00

README.md

All documentation, instructions, and previews are here.

Features

  • Layouts
    • mstab (master-slave tab layout)
    • centered
    • vertical
    • horizontal
    • equalarea
  • Modules
    • Flash Focus
    • Tabbed container
    • Tiled Wallpaper
    • Wallpaper Easy Setup
    • Window Swallowing
    • Scratchpad
  • Signals
    • Playerctl
  • Widgets
    • Tag Preview
    • Task Preview

All naming credit goes to JavaCafe01.

Dependencies

In order to use the tabbed modules pick function, you need to install xwininfo.

Contributing

Contributions are welcome 💛

Before requesting changes, makes sure that your editor has an "editorconfig" extension installed, this will use our code style everytime when you edit in the bling folder.

When adding a layout/module/signal/widget, please add theme variables for customization and add the according documentation under docs.