Commit Graph

518 Commits

Author SHA1 Message Date
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
Milli İşletim Sistemi (Milis Linux) 23bb5a1ced
Update download.mdwn
add Milsi Linux package support
2018-08-29 21:55:06 +03:00
Simon Désaulniers b31ff34bd4 recipes: amh as awesomeWM library (#127) 2018-07-12 04:28:09 -04:00
Uli Schlachter 132aabb402 Fix code block in README
mdl complained about it:

README.md:24: MD046 Code block style
A detailed description of the rules is available at
https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md

Signed-off-by: Uli Schlachter <psychon@znc.in>
2018-07-07 02:14:57 +02:00
Uli Schlachter e9bc3b2c03
Merge pull request #123 from raksooo/screenrotation-recipe
Added screen rotation recipe
2018-03-17 10:22:05 +01:00
aajjbb 9591cb48ff update footer Copyleft date 2018-02-13 21:42:27 -02:00
Yauhen Kirylau a89b8d505d
Merge pull request #124 from shlomif/correct-typos
Correct some awkward grammar.
2018-02-09 15:26:08 +00:00
Shlomi Fish f634a9291c Correct some awkward grammar.
I hereby put my changes under CC0. Share and enjoy!
2018-02-09 15:30:05 +02:00
Oskar Nyberg 8d7267f3d9 Added screen rotation recipe 2017-12-15 21:40:58 +01:00
Uli Schlachter 4d13ba5115 .travis.yml: Call markdownlint
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter 3555b9721d README.md: Remove weird sublists
Instead of using sublists here, it is possible to just start a new
paragraph within the same list item.
2017-11-19 15:16:53 +01:00
Uli Schlachter 6658ccd9c5 README.md: Indent sub-lists with two spaces
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter e8ff8055ba README.md: Try to limit lines to 80 characters
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter 5ecd3e35f2 README.md: Remove two one-entry-lists
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter 40c8c587a3 README.md: Reformat the python web server call
markdownlint complains about blocks where every line begins with a
dollar sign.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter 7240956520 README.md: Make headline consistent
A headline can have at most the previous headline's level plus one.

Found by markdownlint.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter c8a7b3d520 README.md: Properly mark <img> as code
Otherwise this just inserts a literal <img> tag into the HTML output.

Found by markdownlint.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
Uli Schlachter 9eefa466a9 README.md: Use "1." for all numbered list entries
This fixes a warning produced by markdownlint.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-11-19 15:16:53 +01:00
streetturtle 8d21d545dc Add a new widget library
Add link to the github repo with widgets for Awesome WM
2017-11-13 10:03:54 -05:00
Uli Schlachter 8be502389b awesome: build is now a directory, not a symlink
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-10-31 15:27:06 +01:00
streetturtle b5683ecea5 Added awesome-taglist post to recipes (#104) 2017-10-28 00:00:08 +02:00