update from master
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
Widget which shows a list of APT packages to be updated:
|
||||
|
||||
![screenshot](./screenshots/screenshot.gif)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/apt-widget/screenshot.gif)
|
||||
|
||||
Features:
|
||||
- scrollable list !!! (thanks to this [post](https://www.reddit.com/r/awesomewm/comments/isx89x/scrolling_a_layout_fixed_flexed_layout_widget/) of reddit)
|
||||
|
|
|
@ -8,13 +8,13 @@ Simple and easy-to-install widget for Awesome Window Manager.
|
|||
This widget consists of:
|
||||
|
||||
- an icon which shows the battery level:
|
||||
![Battery Widget](./bat-wid-1.png)
|
||||
![Battery Widget](../awesome-wm-widgets/assets/img/screenshots/battery-widget/bat-wid-1.png)
|
||||
- a pop-up window, which shows up when you hover over an icon:
|
||||
![Battery Widget](./bat-wid-2.png)
|
||||
![Battery Widget](../awesome-wm-widgets/assets/img/screenshots/battery-widget/bat-wid-2.png)
|
||||
Alternatively you can use a tooltip (check the code):
|
||||
![Battery Widget](./bat-wid-22.png)
|
||||
![Battery Widget](../awesome-wm-widgets/assets/img/screenshots/battery-widget/bat-wid-22.png)
|
||||
- a pop-up warning message which appears on bottom right corner when battery level is less that 15% (you can get the image [here](https://vk.com/images/stickers/1933/512.png)):
|
||||
![Battery Widget](./bat-wid-3.png)
|
||||
![Battery Widget](../awesome-wm-widgets/assets/img/screenshots/battery-widget/bat-wid-3.png)
|
||||
|
||||
Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
|
||||
|
||||
|
|
|
@ -9,16 +9,16 @@ This widget is more informative version of [battery widget](https://github.com/s
|
|||
|
||||
Depending of the battery status it could look following ways:
|
||||
|
||||
- ![10_d](./10_d.png) - less than 15 percent
|
||||
- ![10_c](./10_c.png) - less than 15 percent, charging
|
||||
- ![20_d](./20_d.png) - between 15 and 40 percent
|
||||
- ![20_c](./20_c.png) - between 15 and 40 percent, charging
|
||||
- ![80_d](./80_d.png) - more than 40 percent
|
||||
- ![80_c](./80_c.png) - more than 40 percent, charging
|
||||
- ![10_d](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/10_d.png) - less than 15 percent
|
||||
- ![10_c](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/10_c.png) - less than 15 percent, charging
|
||||
- ![20_d](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/20_d.png) - between 15 and 40 percent
|
||||
- ![20_c](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/20_c.png) - between 15 and 40 percent, charging
|
||||
- ![80_d](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/80_d.png) - more than 40 percent
|
||||
- ![80_c](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/80_c.png) - more than 40 percent, charging
|
||||
|
||||
If a battery level is low then warning popup will show up:
|
||||
|
||||
![warning](./warning.png)
|
||||
![warning](../awesome-wm-widgets/assets/img/screenshots/batteryarc-widget/warning.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: page
|
|||
---
|
||||
# Brightness widget
|
||||
|
||||
This widget represents current brightness level, depending on config parameters could be an arcchart or icon with text: ![Brightness widget](./br-wid-1.png)
|
||||
This widget represents current brightness level, depending on config parameters could be an arcchart or icon with text: ![Brightness widget](../awesome-wm-widgets/assets/img/screenshots/brightness-widget/br-wid-1.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
|
|
@ -21,30 +21,30 @@ Calendar widget for Awesome WM - slightly improved version of the `wibox.widget.
|
|||
|
||||
| Name | Screenshot |
|
||||
|---|---|
|
||||
| nord | ![nord_theme](./nord.png) |
|
||||
| outrun | ![outrun_theme](./outrun.png) |
|
||||
| light | ![outrun_theme](./light.png) |
|
||||
| dark | ![outrun_theme](./dark.png) |
|
||||
| nord | ![nord_theme](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/nord.png) |
|
||||
| outrun | ![outrun_theme](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/outrun.png) |
|
||||
| light | ![outrun_theme](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/light.png) |
|
||||
| dark | ![outrun_theme](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/dark.png) |
|
||||
| naughty (default) | from local theme |
|
||||
|
||||
- setup widget placement
|
||||
|
||||
top center - in case you clock is centered:
|
||||
|
||||
![calendar_top](./calendar_top.png)
|
||||
![calendar_top](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/calendar_top.png)
|
||||
|
||||
top right - for default awesome config:
|
||||
|
||||
![calendar_top_right](./calendar_top_right.png)
|
||||
![calendar_top_right](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/calendar_top_right.png)
|
||||
|
||||
bottom right - in case your wibar at the bottom:
|
||||
|
||||
![calendar_bottom_right](./calendar_bottom_right.png)
|
||||
![calendar_bottom_right](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/calendar_bottom_right.png)
|
||||
|
||||
- setup first day of week
|
||||
|
||||
By setting `start_sunday` to true:
|
||||
![calendar_start_sunday](./calendar_start_sunday.png)
|
||||
![calendar_start_sunday](../awesome-wm-widgets/assets/img/screenshots/calendar-widget/calendar_start_sunday.png)
|
||||
|
||||
- mouse support:
|
||||
move to the next and previous month. Using mouse buttons or scroll wheel.
|
||||
|
|
|
@ -7,7 +7,7 @@ layout: page
|
|||
|
||||
This widget shows the average CPU load among all cores of the machine:
|
||||
|
||||
![screenshot](./cpu.gif)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/cpu-widget/cpu.gif)
|
||||
|
||||
## How it works
|
||||
|
||||
|
@ -48,7 +48,7 @@ cpu_widget({
|
|||
|
||||
The config above results in the following widget:
|
||||
|
||||
![custom](./custom.png)
|
||||
![custom](../awesome-wm-widgets/assets/img/screenshots/cpu-widget/custom.png)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
---
|
||||
# Email widget
|
||||
|
||||
This widget consists of an icon with counter which shows number of unread emails: ![email icon](./em-wid-1.png)
|
||||
and a popup message which appears when mouse hovers over an icon: ![email popup](./em-wid-2.png)
|
||||
This widget consists of an icon with counter which shows number of unread emails: ![email icon](../awesome-wm-widgets/assets/img/screenshots/email-widget/em-wid-1.png)
|
||||
and a popup message which appears when mouse hovers over an icon: ![email popup](../awesome-wm-widgets/assets/img/screenshots/email-widget/em-wid-2.png)
|
||||
|
||||
Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
This widget shows file system disk space usage which is based on the `df` output. When clicked another widget appears with more detailed information. By default, it monitors the "/" mount. It can be configured with a list of mounts to monitor though only the first will show in the wibar. To have multiple mounts displayed on the wibar simply define multiple `fs_widgets` with different mounts as arguments.
|
||||
|
||||
![](./screenshot.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/fs-widget/screenshot.png)
|
||||
|
||||
## Customizations
|
||||
|
||||
|
|
|
@ -5,17 +5,17 @@ layout: page
|
|||
|
||||
It shows number of currently assigned reviews in [Gerrit](https://www.gerritcodereview.com/) to the user (by default) :
|
||||
|
||||
![gerrit_widget](./gerrit_widget.png)
|
||||
![gerrit_widget](../awesome-wm-widgets/assets/img/screenshots/gerrit-widget/gerrit_widget.png)
|
||||
|
||||
when clicked it shows reviews in a list:
|
||||
|
||||
![popup](./popup.png)
|
||||
![popup](../awesome-wm-widgets/assets/img/screenshots/gerrit-widget/popup.png)
|
||||
|
||||
left click on an item will open review in the default browser, right click will copy the review number, which you can use to checkout this review by running `git-review -d <review number>`.
|
||||
|
||||
Also, if a new review is assigned to the user, there will be a pop-up:
|
||||
|
||||
![new_review](./new_review.png)
|
||||
![new_review](../awesome-wm-widgets/assets/img/screenshots/gerrit-widget/new_review.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ layout: page
|
|||
|
||||
The widget is inspired by the https://github-contributions.now.sh/ and relies on it's API.
|
||||
|
||||
It shows the contribution graph, similar to the one on the github profile page: ![screenshot](./screenshots/screenshot.jpg)
|
||||
It shows the contribution graph, similar to the one on the github profile page: ![screenshot](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/screenshot.jpg)
|
||||
|
||||
You might wonder what could be the reason to have your github's contributions in front of you all day long? The more you contribute, the nicer widget looks! Check out [Thomashighbaugh](https://github.com/Thomashighbaugh)'s graph:
|
||||
|
||||
![](./screenshots/Thomashighbaugh.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/Thomashighbaugh.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
@ -32,22 +32,22 @@ Following themes are available:
|
|||
|
||||
| Theme name | Preview |
|
||||
|---|---|
|
||||
| standard | ![standard](./screenshots/standard.png) |
|
||||
| classic | ![classic](./screenshots/classic.png) |
|
||||
| teal | ![teal](./screenshots/teal.png) |
|
||||
| leftpad | ![leftpad](./screenshots/leftpad.png) |
|
||||
| dracula | ![dracula](./screenshots/dracula.png) |
|
||||
| pink | ![pink](./screenshots/pink.png) |
|
||||
| standard | ![standard](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/standard.png) |
|
||||
| classic | ![classic](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/classic.png) |
|
||||
| teal | ![teal](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/teal.png) |
|
||||
| leftpad | ![leftpad](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/leftpad.png) |
|
||||
| dracula | ![dracula](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/dracula.png) |
|
||||
| pink | ![pink](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/pink.png) |
|
||||
|
||||
To add a new theme, simply add a new entry in `themes` table (themes.lua) with the colors of your theme.
|
||||
|
||||
### Screenshots
|
||||
|
||||
1000 days, with border:
|
||||
![screenshot1](./screenshots/screenshot1.jpg)
|
||||
![screenshot1](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/screenshot1.jpg)
|
||||
|
||||
365 days, no border:
|
||||
![screenshot2](./screenshots/screenshot2.jpg)
|
||||
![screenshot2](../awesome-wm-widgets/assets/img/screenshots/github-contributions-widget/screenshot2.jpg)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ The widget shows the number of merge requests assigned to the user and when clic
|
|||
- number of comments;
|
||||
- number of approvals.
|
||||
|
||||
![screenshot](./screenshot.png)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/gitlab-widget/screenshot.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
This widget shows a menu with options to log out from the current session, lock, reboot, suspend and power off the computer, similar to [logout-popup-widget](https://github.com/streetturtle/awesome-wm-widgets/tree/master/logout-popup-widget):
|
||||
|
||||
![demo](./logout-menu.gif)
|
||||
![demo](../awesome-wm-widgets/assets/img/screenshots/logout-menu-widget/logout-menu.gif)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -71,10 +71,10 @@ Then
|
|||
|
||||
Some color themes for inspiration:
|
||||
|
||||
![nord](./logout-nord.png)
|
||||
![outrun](./logout-outrun.png)
|
||||
![dark](./logout-dark.png)
|
||||
![dracula](./logout-dracula.png)
|
||||
![nord](../awesome-wm-widgets/assets/img/screenshots/logout-popup-widget/logout-nord.png)
|
||||
![outrun](../awesome-wm-widgets/assets/img/screenshots/logout-popup-widget/logout-outrun.png)
|
||||
![dark](../awesome-wm-widgets/assets/img/screenshots/logout-popup-widget/logout-dark.png)
|
||||
![dracula](../awesome-wm-widgets/assets/img/screenshots/logout-popup-widget/logout-dracula.png)
|
||||
|
||||
```lua
|
||||
logout.launch{
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
This widget shows the RAM usage. When clicked another widget appears with more detailed information:
|
||||
|
||||
![screenshot](./out.gif)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/ram-widget/out.gif)
|
||||
|
||||
Note: this widget is compatible with Awesome v4.3+, as it is using [awful.popup](https://awesomewm.org/doc/api/classes/awful.popup.html)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ layout: page
|
|||
---
|
||||
# Spotify widget
|
||||
|
||||
This widget displays currently playing song on [Spotify for Linux](https://www.spotify.com/download/linux/) client: ![screenshot](./spo-wid-1.png)
|
||||
This widget displays currently playing song on [Spotify for Linux](https://www.spotify.com/download/linux/) client: ![screenshot](../awesome-wm-widgets/assets/img/screenshots/spotify-widget/spo-wid-1.png)
|
||||
|
||||
Some features:
|
||||
|
||||
|
@ -56,10 +56,10 @@ spotify_widget({
|
|||
Gives following widget
|
||||
|
||||
Playing:
|
||||
![screenshot](./spotify-widget-custom-playing.png)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/spotify-widget/spotify-widget-custom-playing.png)
|
||||
|
||||
Paused:
|
||||
![screenshot](./spotify-widget-custom-paused.png)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/spotify-widget/spotify-widget-custom-paused.png)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
When clicked, widget shows latest questions from stackoverflow.com with a given tag(s).
|
||||
|
||||
![screenshot](./screenshot.png)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/stackoverflow-widget/screenshot.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
This widget displays a list of todo items and allows marking item as done/undone, delete an item and create new ones:
|
||||
|
||||
![screenshot](./todo.gif)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/todo-widget/todo.gif)
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ To add your custom icons, create a folder with the pack name under `/icons` and
|
|||
|
||||
#### Custom font, icons
|
||||
|
||||
![example1](./example1.png)
|
||||
![example1](../awesome-wm-widgets/assets/img/screenshots/weather-widget/example1.png)
|
||||
|
||||
```lua
|
||||
weather_curl_widget({
|
||||
|
@ -72,7 +72,7 @@ weather_curl_widget({
|
|||
|
||||
#### Only current weather
|
||||
|
||||
![example2](./example2.png)
|
||||
![example2](../awesome-wm-widgets/assets/img/screenshots/weather-widget/example2.png)
|
||||
|
||||
```lua
|
||||
weather_curl_widget({
|
||||
|
@ -136,11 +136,11 @@ weather_curl_widget({
|
|||
|
||||
Only negative temperature:
|
||||
|
||||
![negative](./negative.png)
|
||||
![negative](../awesome-wm-widgets/assets/img/screenshots/weather-widget/negative.png)
|
||||
|
||||
Both positive and negative tempertature:
|
||||
|
||||
![both](./both.png)
|
||||
![both](../awesome-wm-widgets/assets/img/screenshots/weather-widget/both.png)
|
||||
|
||||
## How it works
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: page
|
|||
|
||||
Widget displaying current time using words:
|
||||
|
||||
![screenshot](./screenshots/halfpastthree.png)
|
||||
![screenshot](../awesome-wm-widgets/assets/img/screenshots/word-clock-widget/halfpastthree.png)
|
||||
|
||||
## Customization
|
||||
|
||||
|
@ -45,7 +45,7 @@ s.mytasklist, -- Middle widget
|
|||
is_human_readable = true,
|
||||
}
|
||||
```
|
||||
![](./screenshots/halfpastthree_color.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/word-clock-widget/halfpastthree_color.png)
|
||||
|
||||
|
||||
```lua
|
||||
|
@ -54,7 +54,7 @@ word_clock{
|
|||
is_human_readable = true,
|
||||
}
|
||||
```
|
||||
![](./screenshots/twentythreepastnine.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/word-clock-widget/twentythreepastnine.png)
|
||||
|
||||
|
||||
```lua
|
||||
|
@ -64,7 +64,7 @@ word_clock{
|
|||
military_time = true
|
||||
}
|
||||
```
|
||||
![](./screenshots/twentythreepasttwentyone.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/word-clock-widget/twentythreepasttwentyone.png)
|
||||
|
||||
|
||||
```lua
|
||||
|
@ -74,4 +74,4 @@ word_clock{
|
|||
main_color = '#0f0',
|
||||
}
|
||||
```
|
||||
![](./screenshots/onetwentyseven.png)
|
||||
![](../awesome-wm-widgets/assets/img/screenshots/word-clock-widget/onetwentyseven.png)
|
||||
|
|
Before Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 6.4 MiB |
Before Width: | Height: | Size: 457 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 255 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 541 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 436 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 436 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 450 B |