add screenshots to prompts and tips
This commit is contained in:
parent
c6da2f752c
commit
20c8597b61
|
@ -4,7 +4,7 @@ layout: page
|
|||
# Spotify Shell
|
||||
|
||||
|
||||
![demo]({{'/assets/img/screenshots/spotify-shell.gif' | relative_url }}){:.center-image}
|
||||
![demo]({{'/assets/img/prompts/spotify-shell.gif' | relative_url }}){:.center-image}
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
This widget allows quickly translate words or phrases without opening a browser - just using Awesome. To provide direction of the translation add the 2 letters code of the source and target languages at the end of the phrase, for example _hello enfr_ will translate _hello_ from English to French. This widget is based on [Yandex.Translate API](https://tech.yandex.com/translate/).
|
||||
|
||||
![demo]({{'/assets/img/screenshots/translate-shell.gif' | relative_url }}){:.center-image}
|
||||
![demo]({{'/assets/img/prompts/translate-shell.gif' | relative_url }}){:.center-image}
|
||||
|
||||
## Controls
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ To do it you need to install a font which was generated from the svg images of t
|
|||
awful.tag({ "A", "W", "E", "S", "O", "M", "E", "W", "M"},
|
||||
```
|
||||
|
||||
![awesome-taglist]({{ "/assets/img/screenshots/awesome-taglist-1.png" | relative_url }}){:.center-image}
|
||||
![awesome-taglist]({{ "/assets/img/tips/awesome-taglist-1.png" | relative_url }}){:.center-image}
|
||||
|
||||
and lowercase for the outline characters:
|
||||
|
||||
|
@ -18,7 +18,7 @@ and lowercase for the outline characters:
|
|||
awful.tag({ "a", "w", "e", "s", "o", "m", "e", "w", "m"},
|
||||
```
|
||||
|
||||
![awesome-taglist]({{ "/assets/img/screenshots/awesome-taglist-2.png" | relative_url }}){:.center-image}
|
||||
![awesome-taglist]({{ "/assets/img/tips/awesome-taglist-2.png" | relative_url }}){:.center-image}
|
||||
|
||||
To have same colors as on the screenshots, use following configuration:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Here is a trick to toggle system tray visibility in Awesome using keyboard short
|
|||
|
||||
- Colors of the apps are very different from theme colors which makes systray look flashy and disturbing:
|
||||
|
||||
![systray screenshot]({{ "/assets/img/screenshots/systray.png" | relative_url }})
|
||||
![systray screenshot]({{ "/assets/img/tips/systray.png" | relative_url }})
|
||||
|
||||
On the other hand not showing it at all will make interaction with some apps pretty difficult. So having a keyboard shortcut which toggles its visibility sounds like a good solution for the problems mentioned above.
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 457 KiB |
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue