File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Description
16
16
17
17
This is a port of awesome-freedesktop _ to Awesome _ 4.x.
18
18
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.
20
20
21
21
Since the introduction of Menubar _ as core library for providing Freedesktop.org menu functionalities in Awesome,
22
22
we can now avoid all the dirty work by just exploiting ``menubar.utils `` functions.
@@ -37,7 +37,7 @@ Screenshot
37
37
38
38
.. image :: screenshot.png
39
39
: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
41
41
42
42
Installation and usage
43
43
----------------------
Original file line number Diff line number Diff line change 12
12
13
13
return {
14
14
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" )
18
16
}
You can’t perform that action at this time.
0 commit comments