Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | add setting to use font2 or smaller font | zachir | |
2023-02-26 | set font size in mpdarc (need a way to not hardcode it) | zachir | |
2023-02-10 | add font option to net-speed | zachir | |
2023-01-18 | Update update-site.yml | streetturtle | |
2023-01-18 | Merge pull request #388 from jarrowsm/pacman-widget | streetturtle | |
pacman-widget | |||
2023-01-18 | Merge pull request #386 from shuber2/pactl-widget | streetturtle | |
pactl: A new volume widget using pactl only | |||
2023-01-19 | Fix luacheck warnings | James Arrowsmith | |
2023-01-18 | pactl: A new volume widget using pactl only | Stefan Huber | |
Add a new volume widget that is using pactl only for controlling volume and selecting sources and sinks. It therefore works with PulseAudio or PipeWire as backend, unlike the original Volume widget. The code is split as follows: - volume.lua contains the UI logic - pactl.lua contains the pactl interfacing and output parsing - utils.lua contains some shared helper routines It is heavily based on the original Volume code and supports the same configuration options and uses the same widget code. | |||
2023-01-17 | Update README.md | streetturtle | |
2023-01-17 | Update README.md | streetturtle | |
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 | |||
2023-01-05 | pacman-widget | James Arrowsmith | |
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. |