summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-05Add in last upstream patch (maybe?)archivezachir
2023-11-05Change how net-speed widget lookszachir
2023-11-05Use beautiful.font or args.font for widgetszachir
2023-11-05Add reset_garbage_collector to sorta fix mem leakszachir
I added in a variable to force clearing the garbage collector more often, so that the memory leaks involving awful.spawn.easy_async wouldn't cause massive performance issues over time.
2023-10-19awesome: wibox.widget.background has been renamed to wibox.container.backgroundMadhur Ahuja
Fixes the following warning 2023-05-21 13:03:02 W: awesome: wibox.widget.background has been renamed to wibox.container.background. stack traceback: /usr/share/awesome/lib/gears/debug.lua:113: in function 'gears.debug.deprecate' /usr/share/awesome/lib/gears/debug.lua:164: in local 'layout' /usr/share/awesome/lib/wibox/widget/base.lua:745: in upvalue 'drill' /usr/share/awesome/lib/wibox/widget/base.lua:778: in upvalue 'drill' /usr/share/awesome/lib/wibox/widget/base.lua:818: in function 'wibox.setup' ...nfig/awesome/awesome-wm-widgets/pacman-widget/pacman.lua:227: in upvalue 'callback' /usr/share/awesome/lib/awful/widget/watch.lua:88: in function </usr/share/awesome/lib/awful/widget/watch.lua:87>
2023-10-19'GitHub username' instead of 'Your GitHub...'pingarelho
2023-10-19'e.g.' instead of 'e.g'pingarelho
2023-10-19Update documentationzachir
2023-10-19Fix codeowners filestreetturtle
2023-10-19feat(apt-widget): Close Popup On Mouse OutHamish Fleming
2023-10-19fix(apt-widget): Fixed nil value (buttons)Hamish Fleming
2023-10-19Fixed issue with wrong icon for containers that never startedb0wter
2023-10-19Made search for `Created` stricter to not cause accidental matchesb0wter
2023-10-19Changed value in README.md to reflect the default valueb0wter
2023-10-19Several minor improvements and enhancements:b0wter
- can now use `podman` as alternative to `docker` - added option to change the width at which the text breaks - fixed problem with unhandled `CREATED` status
2023-10-19Make player duration and status appear on hoverRowan
This commit adds displaying player metadata in a popup when the user hovers over the mpris-widget
2023-10-19Fix ps: 'improper AIX field descriptor'gpotter2
It appears that `ps` doesn't support using custom separators (e.g. here: '|') on all OSes. This replaces it with hardcoded lengths when known (cpu, mem, etc...). E.G. on a debian bookworm machine this is what it returns: ``` ps -eo '%p|%c|%C|' -o "%mem" -o '|%a' --sort=-%cpu error: improper AIX field descriptor ```
2023-10-19add hide on leave featureeylles
2023-10-19Adding a parameter to allow the right mouse button to always set thewiltonloch
brightness level to maximum, instead of the default toggle behavior.
2023-10-19Copy ellipsize function from Spotify widgetAugusto Gunsch
2023-10-19Added displaying volume in tooltipnekotxs
2023-03-18Make net-speed take less space (emojis not icons)zachir
2023-03-17Revert "make net widget use bytes, not bits"zachir
This reverts commit d1c047c78a647d0703785303c1ded6fb24ae0127.
2023-03-15make net widget use bytes, not bitszachir
2023-02-28add setting to use font2 or smaller fontzachir
2023-02-26set font size in mpdarc (need a way to not hardcode it)zachir
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