Commit Graph

488 Commits

Author SHA1 Message Date
Emmanuel Lepage Vallée 2546fb1165
Merge pull request #155 from ecocode/patch-1
Update community.mdwn
2021-10-17 12:54:17 -07:00
Aire-One 1f1a70f5e8
fix(community) discord invite link 2021-10-17 18:44:01 +02:00
Pim Snel 054d128c48
Add link to alternative screenshot gallery (#162) 2021-08-27 20:54:12 +02:00
Uli Schlachter c98b1c97b2
Merge pull request #160 from streetturtle/patch-1
Add a link to widgets section
2021-05-16 09:24:23 +02:00
streetturtle 55e207c716
Add a link to widgets section 2021-05-15 20:33:05 -04:00
Uli Schlachter f6ed6784cf
Merge pull request #157 from bzgec/recipes/widgets/microphone
Adding microphone watcher/widget
2021-04-17 09:13:21 +02:00
bzgec 699df89ad0 Using easy_async instead of easy_async_with_shell, providing commands as a list of arguments 2021-04-02 21:40:38 +02:00
bzgec f25f80077a
Merge branch 'master' into recipes/widgets/microphone 2021-04-02 12:42:21 +02:00
Uli Schlachter 674a36a320
Merge pull request #156 from bzgec/recipes/widgets/wirelessStatus
Adding wireless status widget/watcher
2021-04-02 12:20:09 +02:00
bzgec 4849730abd Fixing markdown... 2021-04-02 11:38:54 +02:00
bzgec 0de32abcde Adding '/proc/net/wireless' file information, no more recursive calls in case interface="", fixing markdown 2021-03-20 19:57:52 +01:00
Uli Schlachter 87e235713f
Merge pull request #158 from bzgec/master
Fixing typos in README.md
2021-03-20 17:26:39 +01:00
bzgec 45f4034377 Changing internal link example 2021-03-20 17:20:12 +01:00
bzgec 6f6d61097b Fixing typos in README.md 2021-03-19 00:14:32 +01:00
bzgec 5a6a267646 Adding wireless status widget/watcher 2021-03-18 23:57:49 +01:00
bzgec 3a917fe892 Adding microphone watcher/widget 2021-03-18 23:57:24 +01:00
Erik Colson a4c8951d3c
Update community.mdwn
Let the world know about the discord server dedicated to awesomewm !
2020-11-23 18:00:16 +01:00
Jonas Belouadi 90ffa05114
Add modalawesome to recipes section on awesome website. (#154) 2020-09-24 12:05:44 -07:00
mut-ex db149f21b5
Added a link to awesome-wm-nice GitHub repository (#153)
Co-authored-by: Yauhen Kirylau <actionless.loveless@gmail.com>
2020-09-18 14:53:05 +02:00
Grumph 111804bbff
Add Epsi guide to the recipes (#152)
* Add Epsi guide to the recipes

* Add author name to the link
2020-09-07 19:25:29 +02:00
Yauhen Kirylau f723ae6107 doc(template): update copyleft date and capitalize project name 2020-08-10 13:51:47 +02:00
actionless 54c60679db fix(travis): fix mdl to 0.9.0 (0.10.0 appears to be broken) 2020-08-10 03:17:20 +02:00
Yauhen Kirylau 1d5ec98dd8 doc(community: reddit): typo 2020-08-10 03:17:20 +02:00
Yauhen Kirylau 3e0aaa5050
hotfix(travis): don't write results for prs 2020-08-10 01:58:45 +02:00
Daniel Hahler ebfa9f3699
Merge pull request #145 from psychon/xrandr
Update xrandr.lua
2019-09-17 00:41:09 +02:00
Fyodor Kurlyuk f7fc05f298 gpmdp.lua: simple fixes to make it work in 2019 (#147) 2019-09-17 00:40:42 +02:00
Xinhao Yuan 8af6aaea27 recipes: add layout-machi 2019-07-18 23:42:55 +02:00
Uli Schlachter 33506582c6 xrandr.lua: Remove useless use of unpack()
This code would have to check if unpack or table.unpack is the function
to use. Instead of adding this check, this commit just removes the
trivial use of unpack.

Fixes: https://github.com/awesomeWM/awesome/issues/2802
Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-06-26 13:29:42 +02:00
Uli Schlachter c75b355d50 xrandr.lua: Switch from awful.util.spawn to awful.spawn
It's been almost four years since this code was moved around.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-06-26 13:29:33 +02:00
Uli Schlachter 024075a376 xrandr.lua: Switch from awful.util.table to gears.table
gears.table exists already long enough that it is time for this recipe
to start using it.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-06-26 13:26:43 +02:00
Carl Helmertz 1230c31d7e watch.mdwn: Correct example of battery widget (#144) 2019-05-02 14:59:51 -04:00
Lucas F. Ovalle Olivares c537cf9e11 fix font color on navigators with custom theme 2019-04-04 12:35:56 +02:00
Daniel Hahler e1dc37dd6a
Makefile: improve build_for_travis (#136)
This allows to run it locally more easily.
2019-02-26 11:12:23 +01:00
Daniel Hahler 66d451f0b0
Travis: dist=xenial (#135)
* Travis: dist=xenial

* Travis: language=minimal
2019-02-26 11:11:41 +01:00
Daniel Hahler b717e80214
docs: fix/adjust discount formatting (#138)
Previously ldoc would display:

> format: using built-in markdown

Ref: https://github.com/awesomeWM/awesome/issues/2700
2019-02-26 11:11:14 +01:00
Daniel Hahler 10f8972dbd
Travis: fix newlines and URLs with commit messages (#142) 2019-02-25 14:54:49 +01:00
Daniel Hahler 842e3159a8 Travis: fix delimiter for column 2019-02-25 13:59:58 +01:00
Daniel Hahler 395a6721e6
Merge pull request #140 from awesomeWM/improve-build
Improve build: installed rocks, build URL(s)
2019-02-25 13:42:40 +01:00
Daniel Hahler e4005c5c18 Include build and compare URL in commits for awesomeWM.github.io 2019-02-25 13:26:33 +01:00
Daniel Hahler ff496e8579 Travis: list installed rocks 2019-02-25 13:25:36 +01:00
Daniel Hahler 9bad334e40
Merge pull request #134 from psychon/remove_news
AwesomeWM v4.0 is no longer breaking news
2019-01-28 13:05:24 +01:00
Uli Schlachter 4fb1ae34af AwesomeWM v4.0 is no longer breaking news
This commit removes the "News" section on the front page. This
effectively reverts commit 3e8fadcb74 from two years ago.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-01-28 08:41:10 +01:00
Uli Schlachter 4ff7e1b6e5
Merge pull request #133 from awesomeWM/release
v4.3
2019-01-28 08:39:02 +01:00
Uli Schlachter d7abcb9323 v4.3
Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-01-28 08:28:06 +01:00
Daniel Hahler fae1ded346 docs: update URL for vicious
It has been turned into an organization [1].

1: https://github.com/vicious-widgets/vicious/issues/60
2018-10-20 15:17:49 +02:00
Uli Schlachter f2a14b9286
Merge pull request #130 from SammysHP/patch-1
Include link to repology in download page
2018-08-29 21:12:35 +02:00
Uli Schlachter 450d9efbb9 Merge branch 'patch-1' of https://github.com/j605/awesome-www 2018-08-29 21:09:40 +02:00
SammysHP c222c09769
Include link to repology in download page 2018-08-29 21:08:38 +02:00
Uli Schlachter f4dd34b4f6
Merge pull request #129 from milisarge/patch-1
Update download.mdwn
2018-08-29 20:59:08 +02:00
Jagannathan Tiruvallur Eachambadi acbe5207d3
remove link to Arch Linux 32-bit package
Arch Linux no longer supports 32-bit but there exists a separate project https://archlinux32.org/
2018-08-29 20:58:31 +02:00