Luke Bonham
adccf47bdf
readme updated
2017-06-27 13:24:08 +02:00
Luke Bonham
245ab7c33a
alsabar: rename flag 'mute' to 'playback' in order to avoid confusion; fixes #345
2017-06-27 13:11:27 +02:00
Luke Bonham
6f2b39a266
counter pull #344 : don't rely on awful.layout.layouts array, but point directly to tile layout
2017-06-25 13:16:10 +02:00
Luke Bonham
a99a67608e
Merge branch 'master' of github.com:copycat-killer/lain
2017-06-25 13:11:40 +02:00
Luke Bonham
56a603ef28
{alsa,pulse}bar: notification fixes and logic simplified
2017-06-25 13:11:30 +02:00
Luke Bonham
1542a800fd
Merge pull request #344 from 2009/patch-5
...
Fix issue with `add_tag` when not using floating layout
2017-06-21 13:01:26 +02:00
2009
8a433a285b
Fix issue with `add_tag` when not using floating layout
...
Using `awful.layout.layouts[0]` was causing `add_tag` to always be set to floating rather than the first entry in `awful.layout.layouts`. This would be fine for users who were using the floating layout, but would otherwise break the layoutbox widget and changing layouts.
2017-06-21 11:02:41 +10:00
Oli Desborough
29dd7ad6fc
fs: fix short circuit notification
2017-05-19 15:12:47 +02:00
Jure Varlec
2ddb55bc44
quake: add a new option `onlyone`.
...
This option allows using a single instance of the app with multiple
screens instead of having a separate app for each screen. It works
better if there is only one instance of the quake object, i.e.
local quake = lain.util.quake({onlyone=true})
and
awful.key({ modkey, }, "z", function () quake:toggle() end),
2017-05-06 11:29:59 +02:00
Luke Bonham
0f2cbcb567
wiki updated
2017-04-29 16:19:37 +02:00
Luke Bonham
f584555fcf
watch removed: use awful.widget.watch
2017-04-29 16:14:02 +02:00
Luke Bonham
86690fdacc
Merge pull request #338 from klaernie/master
...
scripts/dfs: specify bash instead of sh
2017-04-27 12:31:21 +02:00
Andre Klärner
78f122fcf7
scripts/dfs: specify bash instead of sh
...
The `sh` on e.g. Debian is `dash`, but the script requires bash features by using `+=`. Until #272 is complete I think this is the best way to ensure that dfs works by default (excluding the gawk requirement).
2017-04-27 09:34:43 +02:00
Luke Bonham
fc6e880da4
pulsebar: fix factory return
2017-04-03 00:53:31 +02:00
Luke Bonham
3a0b51ee57
contrib.gpmdp: instantiate in factory
2017-04-02 21:28:49 +02:00
Luke Bonham
8f948b52eb
widgets: no global tables, but one instance per call; closes #336 ; closes #337
2017-04-02 19:35:03 +02:00
Luke Bonham
2a5d13920f
bat: critical/low levels notification configurable; closes #335
2017-04-01 12:49:58 +02:00
Luke Bonham
fa326477dd
Merge pull request #332 from aajjbb/fix-fs-typo
...
fixing typo mentioned in #331
2017-03-14 19:42:47 +01:00
aajjbb
d9fcd8880c
fixing typo mentioned in #331
2017-03-14 10:43:44 -03:00
Luke Bonham
1ece7c35b7
calendar: mouse.current_widgets safety check
2017-03-10 20:48:11 +01:00
Luke Bonham
cc8de6a059
pulsebar: fix typos; closes #327
2017-02-28 10:55:48 +01:00
Luke Bonham
a5d68067cf
add .device for pulseaudio and pulsebar; wiki updated; closes #323
2017-02-24 13:48:13 +01:00
Luke Bonham
26acf37707
fs: elseif -> else in scr argument check; #322
2017-02-24 13:24:52 +01:00
Luke Bonham
a6ca6ab030
fix #321
2017-02-24 13:08:13 +01:00
Luke Bonham
dfca7ef85a
#320 , calendar: name signal functions
2017-02-22 13:46:03 +01:00
Luke Bonham
4447d99741
issue template updated
2017-02-21 18:11:08 +01:00
Luke Bonham
7a172006d3
Merge pull request #319 from Unode/patch-2
...
fs, dfs: workaround premature end of file with awful.spawn.easy_async
2017-02-21 11:58:02 +01:00
Renato Alves
2d35f1b584
Workaround premature end of file with awful.spawn.easy_async
2017-02-21 01:15:30 +01:00
Luke Bonham
84654c7f09
closes #318
2017-02-20 12:17:06 +01:00
copycat-killer
0dc6639637
#315 : removed vertical arg from {alsa,pulse}bar
2017-02-14 18:42:43 +01:00
copycat-killer
83ad59e0e7
Merge branch 'master' of github.com:copycat-killer/lain
2017-02-13 13:33:54 +01:00
copycat-killer
5f32175e3d
wiki updated; #314
2017-02-13 13:33:44 +01:00
Luke Bonham
f4870b8858
Merge pull request #314 from geripgeri/feature/add_tag_set_layout
...
Adding support for setting up a layout of the new tag.
2017-02-13 13:31:05 +01:00
Gergely Peidl
ddcaa07827
Adding support for setting up a layout of the new tag.
2017-02-13 13:20:23 +01:00
copycat-killer
1c04624c0a
calendar, #289 : instead of setting timeout, don't show at all
2017-02-09 18:27:31 +01:00
copycat-killer
586c54a257
pull #307 : worker -> factory
2017-02-08 20:45:11 +01:00
copycat-killer
3f854a45f5
calendar, #289 : attempt to assert notification timeout when t_out is 0
2017-02-08 19:55:27 +01:00
copycat-killer
8d3868d7ce
lain.widgets -> lain.widget
2017-02-08 14:20:26 +01:00
copycat-killer
c155301459
abase renamed to watch; #312 : wiki updated
2017-02-08 14:09:52 +01:00
copycat-killer
33223f2816
Merge branch 'trap000d-master'
2017-02-07 09:08:21 +01:00
Aleksandr Beliaev
2c1eb09080
Fix for local vs utc time offset
2017-02-07 09:07:57 +01:00
copycat-killer
6a3294bd73
Merge branch 'master' of https://github.com/trap000d/lain into trap000d-master
2017-02-07 09:07:09 +01:00
copycat-killer
e46fa5a6df
calendar: fix #289
2017-02-07 09:02:38 +01:00
copycat-killer
398edb9bf9
fix typo; closes #311
2017-02-07 08:14:45 +01:00
Trap000d
d00b63fdf2
Merge branch 'master' of github.com:trap000d/lain
2017-02-07 18:56:11 +13:00
Aleksandr Beliaev
a0da152bb3
Fix for local vs utc time offset
2017-02-07 18:55:15 +13:00
copycat-killer
c23271b418
util: magnify_client/mc: added width and height factors as optional args
2017-02-06 17:34:08 +01:00
Aleksandr Beliaev
c754dde180
Fix for local vs utc time offset
2017-02-06 14:40:19 +13:00
trap000d
56ebe9158e
Merge pull request #2 from copycat-killer/master
...
Merge to master
2017-02-06 14:34:55 +13:00
copycat-killer
133fe63b85
#308 fix
2017-02-04 14:40:21 +01:00