update from master
This commit is contained in:
parent
f683c8e5a1
commit
940e000327
|
@ -24,16 +24,32 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
|
||||
| Name | Default | Description |
|
||||
|---|---|---|
|
||||
| `font` | Font | Play 8 |
|
||||
| `font` | Play 8 | Fond |
|
||||
| `path_to_icons` | `/usr/share/icons/Arc/status/symbolic/` | Path to the folder with icons* |
|
||||
| `show_current_level`| false | Show current charge level |
|
||||
| `margin_right`|0| the right margin of the widget|
|
||||
| `margin_left`|0| the left margin of the widget|
|
||||
| `notification` | `false` | Display a notification on mouseover |
|
||||
| `margin_right`|0| The right margin of the widget|
|
||||
| `margin_left`|0| The left margin of the widget|
|
||||
| `display_notification` | `false` | Display a notification on mouseover |
|
||||
| `notification_position` | `top_right` | The notification position |
|
||||
| `warning_msg_title` | _Huston, we have a problem_ | Title of the warning popup |
|
||||
| `warning_msg_text` | _Battery is dying_ | Text of the warning popup |
|
||||
| `warning_msg_position` | `bottom_right` | Position of the warning popup |
|
||||
| `warning_msg_icon` | ~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg | Icon of the warning popup |
|
||||
| `warning_msg_icon` | ~/.config/awesome/awesome-wm-widgets/battery-widget/spaceman.jpg | Icon of the warning popup |
|
||||
|
||||
*Note: the widget expects following icons be present in the folder:
|
||||
|
||||
- battery-caution-charging-symbolic.svg
|
||||
- battery-empty-charging-symbolic.svg
|
||||
- battery-full-charged-symbolic.svg
|
||||
- battery-full-symbolic.svg
|
||||
- battery-good-symbolic.svg
|
||||
- battery-low-symbolic.svg
|
||||
- battery-caution-symbolic.svg
|
||||
- battery-empty-symbolic.svg
|
||||
- battery-full-charging-symbolic.svg
|
||||
- battery-good-charging-symbolic.svg
|
||||
- battery-low-charging-symbolic.svg
|
||||
- battery-missing-symbolic.svg
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
| `arc_thickness` | 2 | Thickness of the arc |
|
||||
| `show_current_level`| false | Show current charge level |
|
||||
| `main_color` | `beautiful.fg_color` | Color of the text with the current charge level and the arc |
|
||||
| `bg_color` | `#ffffff11` | Color of the charge level background |
|
||||
| `low_level_color` | #e53935 | Arc color when battery charge is less that 15% |
|
||||
| `medium_level_color` | #c0ca33 | Arc color when battery charge is between 15% and 40% |
|
||||
| `charging` | `#43a047` | Color of the circle inside the arc when charging |
|
||||
|
|
|
@ -15,6 +15,7 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
| `inc_brightness_cmd` | `light -A 5` | Increase brightness |
|
||||
| `dec_brightness_cmd` | `light -U 5`| Decrease brightness |
|
||||
| `color` | `beautiful.fg_color` | Color of the arc |
|
||||
| `bg_color` | `#ffffff11` | Color of the arc's background |
|
||||
| `path_to_icon` | `/usr/share/icons/Arc/status/symbolic/display-brightness-symbolic.svg` | Path to the icon |
|
||||
|
||||
### Example:
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: page
|
||||
---
|
||||
# Storage Widget
|
||||
|
||||
This widget shows disk usage. 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 `storage_widgets`
|
||||
with different mounts as arguments.
|
||||
|
||||
|
||||
```lua
|
||||
local storage_widget = require("awesome-wm-widgets.storage-widget.storage-widget")
|
||||
...
|
||||
s.mywibox:setup {
|
||||
s.mytasklist, -- Middle widget
|
||||
{ -- Right widgets
|
||||
storage_widget(), --default
|
||||
wibox.widget.textbox(':'),
|
||||
storage_widget({ mounts = { '/', '/mnt/musicj' } }), -- multiple mounts
|
||||
...
|
||||
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Please refer to the [installation](../awesome-wm-widgets/assets/img/screenshots/fs-widgetttps://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.
|
|
@ -5,6 +5,8 @@ layout: page
|
|||
|
||||
The widget shows the number of tickets assigned to the user and when clicked shows them in the list with some additional information. When item in the list is clicked - it opens the issue in browser.
|
||||
|
||||
![git](../awesome-wm-widgets/assets/img/screenshots/jira-widget/out.gif)
|
||||
|
||||
## How it works
|
||||
|
||||
Widget uses cURL to query Jira's [REST API](../awesome-wm-widgets/assets/img/screenshots/jira-widgetttps://developer.atlassian.com/server/jira/platform/rest-apis/). In order to be authenticated, widget uses a [netrc](../awesome-wm-widgets/assets/img/screenshots/jira-widgetttps://ec.haxx.se/usingcurl/usingcurl-netrc) feature of the cURL, which is basically to store basic auth credentials in a .netrc file in home folder.
|
||||
|
|
|
@ -14,7 +14,7 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
| Name | Default | Description |
|
||||
|---|---|---|
|
||||
| `volume_audio_controller` | `pulse` | audio device |
|
||||
| `notification` | `false` | Display a notification on mouseover |
|
||||
| `display_notification` | `false` | Display a notification on mouseover |
|
||||
| `notification_position` | `top_right` | The notification position |
|
||||
|
||||
## Installation
|
||||
|
|
|
@ -19,6 +19,7 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
| Name | Default | Description |
|
||||
|---|---|---|
|
||||
| `main_color` | `beautiful.fg_normal` | Color of the arc |
|
||||
| `bg_color` | `#ffffff11` | Color of the arc's background |
|
||||
| `mute_color` | `beautiful.fg_urgent` | Color of the arc when mute |
|
||||
| `path_to_icon` | /usr/share/icons/Arc/status/symbolic/audio-volume-muted-symbolic.svg | Path to the icon |
|
||||
| `thickness` | 2 | The arc thickness |
|
||||
|
|
|
@ -19,6 +19,7 @@ It is possible to customize widget by providing a table with all or some of the
|
|||
| Name | Default | Description |
|
||||
|---|---|---|
|
||||
| `main_color` | `beautiful.fg_normal` | Color of the bar |
|
||||
| `bg_color` | `#ffffff11` | Color of the bar's background |
|
||||
| `mute_color` | `beautiful.fg_urgent` | Color of the bar when mute |
|
||||
| `width` | 50 | The bar width |
|
||||
| `shape` | `bar` | [gears.shape](../awesome-wm-widgets/assets/img/screenshots/volumebar-widgetttps://awesomewm.org/doc/api/libraries/gears.shape.html), could be `octogon`, `hexagon`, `powerline`, etc |
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Loading…
Reference in New Issue