lain
lain copied to clipboard
Awesome WM complements
The `require` statements should be dynamic in order to place this project in another folder other than the root config folder
The idea is to have a `lain-test.lua`, which requires `lain-test-{util, widget, layout}.lua`, each of which requires all elements of the respective submodule with all possible options set. Tests could be...
I think it would be cool if there was a layout that behaves like Qtile's `RatioTile`. The `lain` repo has someone similar layouts, but not quite the same. https://docs.qtile.org/en/stable/manual/ref/layouts.html#ratiotile ```...
### Suggestion Add a variable that knows the maximum filled partition in percent. ### Reason fs_now["/"].used showed strange numbers on my system. I also found it useful to know the...
…eather details in notification popup  This way user can specify if he wants to use this feature (setting `showCurrentWeatherNotification = "on",`). User can also modify how current weather details...
Previously, the mpd widget couldn't communicate via a UNIX socket, leading to it being basically useless in that case. We can use exactly the same command sent through `socat` to...
Hi, This is a small suggestion to support Unix Socket in MPD. Thank you,
Hi! I want to use the net widget, here's my code: ```lua local mynet = lain.widget.net { iface = "wlp3s0", wifi_state = "on", settings = function() local wifi = net_now.devices.wlp3s0...
Hi, I've tried to read the wiki but I can't fathom why when U try to include a setting for units on the net widget it has no effect and...
* output of `awesome -v` and `lua -v` ```sh > awesome -v awesome v4.3-1315-g1932bd017 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • API level: 4 •...