Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
copycat-killer committed Jan 17, 2017
1 parent a0c6a6b commit 27da971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -16,7 +16,7 @@ Description

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

**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.
**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.

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

.. image:: screenshot.png
:align: center
:alt: Showcase of Freedesktop support in Awesome 3.5.9, using Adwaita icons
:alt: Showcase of Freedesktop support in Awesome, using Adwaita icons

Installation and usage
----------------------
Expand Down
4 changes: 1 addition & 3 deletions init.lua
Expand Up @@ -12,7 +12,5 @@
return {
desktop = require("freedesktop.desktop"),
menu = require("freedesktop.menu"),
-- fd_async = require("freedesktop.fd_async"),
-- appmenu = require("freedesktop.appmenu")
menu = require("freedesktop.menu")
}

0 comments on commit 27da971

Please sign in to comment.