Update lists.md

This commit is contained in:
streetturtle 2020-12-24 20:26:01 -05:00 committed by GitHub
parent 470e95ced9
commit 49e736589e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ layout: page
# Lists
This type of UI element is also called menu (for example in GTK).
As an example let's create a bookmarks widget - a widget will show a static list of sites. If item in the list is clicked - the site will be opened in the browser.
As an example let's create a bookmarks widget - a widget will show a static list of sites. If item in the list is clicked - the site will be opened in the browser. You can find the created widget [here](https://github.com/streetturtle/awesome-wm-tutorials/tree/master/bookmark-widget)
## Prerequisite
@ -309,3 +309,5 @@ And another one from [github-activity-widget](https://github.com/streetturtle/aw
And one more from [docker](https://github.com/streetturtle/awesome-wm-widgets/tree/master/docker-widget) widget:
![1]({{ "/assets/img/tips/lists/docker.png" | relative_url }}){:.center-image}
Widget described above can be found [here](https://github.com/streetturtle/awesome-wm-tutorials/tree/master/bookmark-widget)