Commit Graph

458 Commits

Author SHA1 Message Date
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
Ryan Hartlage 79323cd92c Grammar fixes (#118) 2017-10-14 21:22:29 +02:00
Luca CPZ e6e29f9931 recipes: add iostat 2017-10-11 13:35:12 +02:00
serv-inc fff1935a3b Fix grammar in community page (#116) 2017-09-06 16:18:49 +02:00
Uli Schlachter 71791fbfb5 mpc.lua: Add support for Unix sockets (#115)
If the host name begins with a slash then we assume that it is a unix
socket. Else, we use a TCP connection as before.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-09-02 16:05:54 +02:00
Daniel Hahler 46c310f8da recipes/gpmdp.mdwn: fix issues reported by mdl (#112) 2017-08-23 11:36:08 +02:00
Daniel Hahler d0bbb74c89 Revisit recipes/xrandr.mdwn (#113) 2017-08-23 11:34:49 +02:00
Daniel Hahler 376b400cae Recipes: add .luacheckrc symlink (#110)
This uses awesome's .luacheckrc for recipes also.

In the long run we might want to enforce luacheck for recipes, but
currently there are quite some issues still.
2017-08-23 11:26:37 +02:00
Yauhen Kirylau 2fb78040f3 doc(recipes): rename link to `watch` widget examples (#109) 2017-08-21 14:54:46 +02:00
Greg Flynn 79d1d3b53d Add gpmdp recipe (#108) 2017-08-14 13:17:44 +02:00
S Stewart 607c44d5a1 download: Fix GoboLinux link 2017-08-06 10:49:05 -05:00