summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-10add font option to net-speedzachir
2023-01-18Update update-site.ymlstreetturtle
2023-01-18Merge pull request #388 from jarrowsm/pacman-widgetstreetturtle
pacman-widget
2023-01-18Merge pull request #386 from shuber2/pactl-widgetstreetturtle
pactl: A new volume widget using pactl only
2023-01-19Fix luacheck warningsJames Arrowsmith
2023-01-18pactl: A new volume widget using pactl onlyStefan 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-17Update README.mdstreetturtle
2023-01-17Update README.mdstreetturtle
2023-01-17Merge pull request #384 from shuber2/fix-bat-unknownstatusstreetturtle
Fix bat unknownstatus
2023-01-17Merge pull request #382 from SkylarGill/spotifywidget-mouseevent-spbinstreetturtle
Spotify Widget - Use sp_bin setting when registering mouse events
2023-01-05pacman-widgetJames Arrowsmith
2022-12-30battery-widget: Sanitize total charge computationStefan 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-30battery-widget: Simplify capacity computationStefan Huber
Increase cohesion of code that computes total charge and total capacity.
2022-11-22Use sp_bin setting when registering mouse eventsSkylar Gill
2022-09-02Merge pull request #373 from Aire-One/fix/281streetturtle
fix: #281
2022-09-02Merge pull request #374 from 0x501D/fix_luacheck_warningsstreetturtle
Fix luacheck warnings
2022-08-23Fix luacheck warningsPavel 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-07fix: #281Aire-One
2022-07-16Fix bug introduced by #367streetturtle
2022-07-16Merge pull request #367 from chaorace/spotify-widget-icon-placeholderstreetturtle
Separate artist/title textboxes in spotify-widget when an icon cannot be drawn
2022-07-16Merge pull request #364 from chaorace/spotify-local-spstreetturtle
Allow specifying a custom location for the sp binary used by spotify-widget
2022-07-16Merge pull request #362 from augustogunsch/cmus_functionsstreetturtle
Cmus functions
2022-07-16Merge pull request #359 from WiltonLoch/masterstreetturtle
Adding a Portuguese language file to the weather widget locale
2022-07-16Merge pull request #355 from akadaedalus/masterstreetturtle
add left positions for calendar
2022-07-16Merge pull request #352 from webknjaz/bugfixes/C-locale-corner-casestreetturtle
Treat C-locale in the weather widget as English
2022-07-16Merge pull request #345 from shubham-cpp/update-brightnessctlstreetturtle
Simplified get_brightness_cmd and using gears.filesystem
2022-07-13Separate spotify-widget artist/title without iconChristopher 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-13Document new sp_bin option for spotify-widgetChristopher Crockett
2022-07-13Added sp_bin option to spotify-widgetChristopher 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-10Fix prev commandAugusto Gunsch
2022-07-10Add stop functionAugusto Gunsch
2022-07-10Add more functions for cmus widgetAugusto Gunsch
2022-06-25Adding a Portuguese language file to the weather widget localewiltonloch
2022-05-24Merge pull request #356 from davidk55/fix-filename-typostreetturtle
Fix typo in filename
2022-05-24Fix typo in filenameDavid
2022-05-24add left positions for calendarA.J. Palmer
2022-05-10Treat C-locale in the weather widget as EnglishSviatoslav Sydorenko
2022-04-16Merge branch 'master' into update-brightnessctlShubham Pawar
2022-04-15Merge pull request #332 from augustogunsch/cmusstreetturtle
Cmus widget - fix unused "spacing" option
2022-04-15Merge pull request #350 from easlice/misc-customization-additionsstreetturtle
Add customizations to batteryarc and ram widgets.
2022-04-15Merge pull request #334 from augustogunsch/brightness_fontstreetturtle
Brightness widget - Use by default theme font
2022-04-15Merge pull request #342 from utix/calendar/improvementstreetturtle
Add missing screen shot
2022-04-15Merge pull request #338 from andreaslongo/issue-209streetturtle
Fix #209: Match space characters in battery status string
2022-04-11Add notification_position parameters to batteryarc-widget.Andrew Slice
Add widget_height and widget_width parameters to ram-widget.
2022-03-22Simplified get_brightness_cmd and using gears.filesystemShubham 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-17Add missing screen shotAurelien LAJOIE
2022-02-22Merge pull request #340 from Dzban-Diego/patch-1streetturtle
No brattery - no popup
2022-02-22No brattery - no pop upKlimczewski
This small change disables popup notifications when the battery is disconnected.
2022-02-20Merge pull request #335 from nuno-silva/spotify-widget-utf8streetturtle
spotify-widget: check for utf8 support
2022-02-15Fix #209: Match space characters in battery status stringAndreas Longo