Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | Merge pull request #384 from shuber2/fix-bat-unknownstatus | streetturtle | |
Fix bat unknownstatus | |||
2023-01-17 | Merge pull request #382 from SkylarGill/spotifywidget-mouseevent-spbin | streetturtle | |
Spotify Widget - Use sp_bin setting when registering mouse events | |||
2022-12-30 | battery-widget: Sanitize total charge computation | Stefan Huber | |
The code to parse the output of `acpi -i` is fragile as it does not guarantee that the same number of battery status and capacities are read. This causes a wrong computation of the total charge level when batteries of status "Unknown" are reported. For instance, this is what `acpi -i` reports with a Wacom Intuos S attached to a Thinkpad T460s: $ acpi -i Battery 0: Unknown, 0%, rate information unavailable Battery 1: Not charging, 98% Battery 1: design capacity 1857 mAh, last full capacity 1513 mAh = 81% Battery 2: Not charging, 98% Battery 2: design capacity 2051 mAh, last full capacity 1711 mAh = 83% Fix the code by guaranteeing that for each battery status parsed there is also a capacity, which is zero if no capacity can be parsed. This effectively causes the exclusion of such batteries when computing the total charge level. | |||
2022-12-30 | battery-widget: Simplify capacity computation | Stefan Huber | |
Increase cohesion of code that computes total charge and total capacity. | |||
2022-11-22 | Use sp_bin setting when registering mouse events | Skylar Gill | |
2022-09-02 | Merge pull request #373 from Aire-One/fix/281 | streetturtle | |
fix: #281 | |||
2022-09-02 | Merge pull request #374 from 0x501D/fix_luacheck_warnings | streetturtle | |
Fix luacheck warnings | |||
2022-08-23 | Fix luacheck warnings | Pavel Balaev | |
This patch fixes luacheck warnings in brightness plugin: brightness-widget/brightness.lua:60:1: inconsistent indentation (SPACE followed by TAB) brightness-widget/brightness.lua:63:60: line contains trailing whitespace | |||
2022-08-07 | fix: #281 | Aire-One | |
2022-07-16 | Fix bug introduced by #367 | streetturtle | |
2022-07-16 | Merge pull request #367 from chaorace/spotify-widget-icon-placeholder | streetturtle | |
Separate artist/title textboxes in spotify-widget when an icon cannot be drawn | |||
2022-07-16 | Merge pull request #364 from chaorace/spotify-local-sp | streetturtle | |
Allow specifying a custom location for the sp binary used by spotify-widget | |||
2022-07-16 | Merge pull request #362 from augustogunsch/cmus_functions | streetturtle | |
Cmus functions | |||
2022-07-16 | Merge pull request #359 from WiltonLoch/master | streetturtle | |
Adding a Portuguese language file to the weather widget locale | |||
2022-07-16 | Merge pull request #355 from akadaedalus/master | streetturtle | |
add left positions for calendar | |||
2022-07-16 | Merge pull request #352 from webknjaz/bugfixes/C-locale-corner-case | streetturtle | |
Treat C-locale in the weather widget as English | |||
2022-07-16 | Merge pull request #345 from shubham-cpp/update-brightnessctl | streetturtle | |
Simplified get_brightness_cmd and using gears.filesystem | |||
2022-07-13 | Separate spotify-widget artist/title without icon | Christopher Crockett | |
Introduces a minimum distance between the artist/title textboxes equal in width to 1 space character in the specified widget font. This should ensure that the artist/title textboxes are not crammed together in the event that an icon cannot be displayed. | |||
2022-07-13 | Document new sp_bin option for spotify-widget | Christopher Crockett | |
2022-07-13 | Added sp_bin option to spotify-widget | Christopher Crockett | |
Allows specifying a custom location for the sp binary via widget config. This is intended for users who don't want to add the sp binary to their system PATH. | |||
2022-07-10 | Fix prev command | Augusto Gunsch | |
2022-07-10 | Add stop function | Augusto Gunsch | |
2022-07-10 | Add more functions for cmus widget | Augusto Gunsch | |
2022-06-25 | Adding a Portuguese language file to the weather widget locale | wiltonloch | |
2022-05-24 | Merge pull request #356 from davidk55/fix-filename-typo | streetturtle | |
Fix typo in filename | |||
2022-05-24 | Fix typo in filename | David | |
2022-05-24 | add left positions for calendar | A.J. Palmer | |
2022-05-10 | Treat C-locale in the weather widget as English | Sviatoslav Sydorenko | |
2022-04-16 | Merge branch 'master' into update-brightnessctl | Shubham Pawar | |
2022-04-15 | Merge pull request #332 from augustogunsch/cmus | streetturtle | |
Cmus widget - fix unused "spacing" option | |||
2022-04-15 | Merge pull request #350 from easlice/misc-customization-additions | streetturtle | |
Add customizations to batteryarc and ram widgets. | |||
2022-04-15 | Merge pull request #334 from augustogunsch/brightness_font | streetturtle | |
Brightness widget - Use by default theme font | |||
2022-04-15 | Merge pull request #342 from utix/calendar/improvement | streetturtle | |
Add missing screen shot | |||
2022-04-15 | Merge pull request #338 from andreaslongo/issue-209 | streetturtle | |
Fix #209: Match space characters in battery status string | |||
2022-04-11 | Add notification_position parameters to batteryarc-widget. | Andrew Slice | |
Add widget_height and widget_width parameters to ram-widget. | |||
2022-03-22 | Simplified get_brightness_cmd and using gears.filesystem | Shubham Pawar | |
- `brightnessctl` already has (g)et option that will get current brightness value without any decoration - Using `gfs.get_configuration_dir()` will return the awesomewm config directory. [Reference](https://awesomewm.org/doc/api/libraries/gears.filesystem.html#get_configuration_dir) | |||
2022-03-17 | Add missing screen shot | Aurelien LAJOIE | |
2022-02-22 | Merge pull request #340 from Dzban-Diego/patch-1 | streetturtle | |
No brattery - no popup | |||
2022-02-22 | No brattery - no pop up | Klimczewski | |
This small change disables popup notifications when the battery is disconnected. | |||
2022-02-20 | Merge pull request #335 from nuno-silva/spotify-widget-utf8 | streetturtle | |
spotify-widget: check for utf8 support | |||
2022-02-15 | Fix #209: Match space characters in battery status string | Andreas Longo | |
2022-02-14 | spotify-widget: check for utf8 support | Nuno Silva | |
which is only availble in Lua 5.3+. Tested using Lua 5.1.5 | |||
2022-02-13 | Merge pull request #336 from BakermanLP/LangProbsAptWidget | streetturtle | |
Apt Widget hasn't shown any updates, because of lang | |||
2022-02-13 | Create CODEOWNERS | streetturtle | |
2022-02-12 | Merge pull request #329 from augustogunsch/master | streetturtle | |
Add option 'percentage' for brightness widget | |||
2022-02-11 | Update README.md | streetturtle | |
2022-02-09 | Apt Widget hasn't shown any updates, because of lang | Michael (BakermanLP) Bäcker | |
before: apt list --upgradeable Auflistung... Fertig initramfs-tools-bin/focal-updates 0.136ubuntu6.7 amd64 [aktualisierbar von: 0.136ubuntu6.6] after: LC_ALL=c apt list --upgradeable Listing... Done initramfs-tools-bin/focal-updates 0.136ubuntu6.7 amd64 [upgradable from: 0.136ubuntu6.6] | |||
2022-01-24 | Brightness widget - Use by default theme font | Augusto Gunsch | |
2022-01-24 | Use default theme font instead | Augusto Gunsch | |
2022-01-24 | Remove widget.width = 0 | Augusto Gunsch | |