summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-02-14spotify-widget: check for utf8 supportNuno Silva
which is only availble in Lua 5.3+. Tested using Lua 5.1.5
2022-02-13Merge pull request #336 from BakermanLP/LangProbsAptWidgetstreetturtle
Apt Widget hasn't shown any updates, because of lang
2022-02-13Create CODEOWNERSstreetturtle
2022-02-12Merge pull request #329 from augustogunsch/masterstreetturtle
Add option 'percentage' for brightness widget
2022-02-11Update README.mdstreetturtle
2022-02-09Apt Widget hasn't shown any updates, because of langMichael (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-24Brightness widget - Use by default theme fontAugusto Gunsch
2022-01-24Use default theme font insteadAugusto Gunsch
2022-01-24Remove widget.width = 0Augusto Gunsch
2022-01-23Update README.mdstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23update readmeGitHub Action
2022-01-23Update update-site.ymlstreetturtle
2022-01-23update readmeGitHub Action
2022-01-23Update README.mdstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update README.mdstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update_site.shstreetturtle
2022-01-23cmus: move screenshot to screenshots folderGitHub Action
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update_site.shstreetturtle
2022-01-23Remove unused importAugusto Gunsch
2022-01-23Fix warningsAugusto Gunsch
2022-01-23Fix missing spacingAugusto Gunsch
2022-01-23Merge pull request #331 from augustogunsch/cmusstreetturtle
Add cmus widget
2022-01-23Add cmus widgetAugusto Gunsch