Skip to content

Commit 27da971

Browse files
author
copycat-killer
committed
readme updated
1 parent a0c6a6b commit 27da971

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Description
1616

1717
This is a port of awesome-freedesktop_ to Awesome_ 4.x.
1818

19-
**Note**: if you still have to use branch 3.5.x, you can refer to the commit 2c695a9_. Be aware that it's no longer supported, so update to 4.x ASAP.
19+
**Note**: if you still have to use branch 3.5.x, you can refer to the commit 2c695a9_, but be aware that it's no longer supported.
2020

2121
Since the introduction of Menubar_ as core library for providing Freedesktop.org menu functionalities in Awesome,
2222
we can now avoid all the dirty work by just exploiting ``menubar.utils`` functions.
@@ -37,7 +37,7 @@ Screenshot
3737

3838
.. image:: screenshot.png
3939
:align: center
40-
:alt: Showcase of Freedesktop support in Awesome 3.5.9, using Adwaita icons
40+
:alt: Showcase of Freedesktop support in Awesome, using Adwaita icons
4141

4242
Installation and usage
4343
----------------------

init.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212

1313
return {
1414
desktop = require("freedesktop.desktop"),
15-
menu = require("freedesktop.menu"),
16-
-- fd_async = require("freedesktop.fd_async"),
17-
-- appmenu = require("freedesktop.appmenu")
15+
menu = require("freedesktop.menu")
1816
}

0 commit comments

Comments
 (0)