Package Details: lain-git 1:r1771.07cf82e-1

Git Clone URL: https://aur.archlinux.org/lain-git.git (read-only, click to copy)
Package Base: lain-git
Description: Layouts, asynchronous widgets and utilities for Awesome WM
Upstream URL: https://github.com/lcpz/lain
Keywords: awesome
Licenses: GPL2
Conflicts: lain
Provides: lain
Submitter: lcpz
Maintainer: lcpz
Last Packager: lcpz
Votes: 59
Popularity: 0.000000
First Submitted: 2014-04-12 13:33 (UTC)
Last Updated: 2022-03-25 00:55 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

conandoel commented on 2017-01-24 20:05 (UTC) (edited on 2017-01-24 21:04 (UTC) by conandoel)

ok I think I'll take your base again and edit it with my extras. Thank you.

lcpz commented on 2017-01-24 19:07 (UTC)

@conandoel Your code works fine here.

conandoel commented on 2017-01-24 18:42 (UTC)

this code fswidget = lain.widgets.fs({ settings = function() local home_used = tonumber(fs_info["/home used_p"]) or 0 widget:set_text("/ " .. fs_now.used .. "% | /home " .. home_used .. "% ") end }) Not found in my rc.lua. Show N/A% for / and 0% for /home. Thanks

lcpz commented on 2017-01-10 12:29 (UTC)

Attention everyone: this package is updated to the new Awesome branch (4.x). If you're using Community/awesome package, which is currently still at version 3.5.9, for the time being either switch to AUR/awesome-git, or install lain from Git and revert to latest 3.5.x commit: $ git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain $ cd ~/.config/awesome/lain $ git checkout 301faf5 .

lcpz commented on 2015-02-09 12:58 (UTC) (edited on 2016-08-11 11:48 (UTC) by lcpz)

Good. Added to wiki: https://github.com/copycat-killer/lain/wiki/Layouts#xmonad-like

Xiaoming94 commented on 2015-02-09 12:48 (UTC)

Thaanks!! :D

Xiaoming94 commented on 2015-02-09 12:46 (UTC)

@Copycat-killer Works like a charm (Y)

lcpz commented on 2015-02-09 12:01 (UTC)

Replace the following with lain/layout/uselesstile.lua and tell me if it's ok. https://gist.github.com/copycat-killer/9e56dcfbe66bfe14967c

Xiaoming94 commented on 2015-02-09 09:39 (UTC)

@copycat-killer I'm trying to understand your code about the uselesstile layout and thinking if their is a way to make the gaps between the windows two times wider than between window and screen (like how it is in xmonad). is their a way to achieve this?

lcpz commented on 2014-06-13 08:45 (UTC)

Source package created with mkaurball, and git files removed.