summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-22[volume-widget] fix #118streetturtle
2020-02-22[battery-widget] make path to the icons customizable (#102)streetturtle
2020-02-22Merge pull request #110 from tasmo/custom-backgroundsstreetturtle
Make backgrounds theme-able
2020-02-22Merge pull request #113 from utix/fix/volume_notificationstreetturtle
volume: fix error on mouse leave
2020-02-20update gif for cpu wodgetstreetturtle
2020-02-20Update README.mdstreetturtle
2020-02-20Update README.mdstreetturtle
2020-02-20Add files via uploadstreetturtle
2020-02-20Update README.mdstreetturtle
2020-02-20Add files via uploadstreetturtle
2020-02-20Add files via uploadstreetturtle
2020-02-20Add files via uploadstreetturtle
2020-02-17Merge pull request #117 from reppard/reppard/storage-widgetstreetturtle
storage-widget: initial implementation
2020-02-16storage-widget: initial implementationReppard
2020-02-16Use account id as a reference to avatar in issuestreetturtle
2020-02-16use pipe(|) to split columns of the ps command + code cleanupstreetturtle
2020-02-14Merge pull request #111 from utix/weather_retrystreetturtle
[Weather] Add delay between retry
2020-02-14Merge pull request #114 from blackm0re/doc-fixstreetturtle
Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix
2020-02-13Update batteryarc-widget/README.md so it matches the arc_thickness variable ↵Simeon Simeonov
name fix
2020-02-08volume: fix error on mouse leaveAurélien LAJOIE
naughty destroy is expecting a nil argument or a real notification, using `{}` triggers an error on destroy
2020-02-07[weather] Add delay between retryAurélien LAJOIE
Having an error message every minute is painful, double time to 15 min. Reset to 1min in case of success.
2020-02-07Improve cpu widgetstreetturtle
2020-02-07Make backgrounds theme-ableThomas Friese
Fixes visibility on light themes Affects widgets: - `batteryarc` - `brightnessarc` - `volumearc` - `volumebar` Fixes #109
2020-02-05Fix missing cmd name in cpu widgetstreetturtle
2020-02-05show only open prsPavel Makhov
2020-02-03Add list of processes to cpu widgetstreetturtle
2020-02-02add popup to cpu widget with cpu load barsstreetturtle
2020-02-02Improve readmestreetturtle
2020-02-01refactor bitbucket widgetstreetturtle
2020-02-01Request only necessarry fields from APIstreetturtle
2020-01-30Update README.mdstreetturtle
2020-01-30Update README.mdstreetturtle
2020-01-29Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsstreetturtle
2020-01-29Bitbucket widgetstreetturtle
2020-01-28Update README.mdstreetturtle
2020-01-14Update README.mdstreetturtle
2020-01-14Merge pull request #108 from umar456/fix_regexstreetturtle
Remove extra branch that broke when "rate information unavailable"
2020-01-14Merge pull request #107 from umar456/arcstreetturtle
Fix arc_thickness variable name
2020-01-13Remove extra branch that broke when "rate information unavailable"Umar Arshad
2020-01-12Fix arc_thickness variable nameUmar Arshad
2019-12-24remove trailing spacePavel Makhov
2019-12-24Check if folder with icons existsPavel Makhov
2019-12-24remove unused method set_value from widgetPavel Makhov
2019-12-24Check if folder with icons exists, make use of show_current_levelPavel Makhov
2019-12-24Merge pull request #105 from utix/volumewidget/avoidMultiNotificationstreetturtle
Destroy notification before creating a new one
2019-12-23Destroy notification before creating a new oneAurélien LAJOIE
With async, you can trigger several notification Just delete the notification before displaying it
2019-12-19Merge pull request #104 from utix/battery_parametersstreetturtle
Battery parameters
2019-12-20Battery: add more parameters and optionAurélien LAJOIE
Allow to display the value Add parameters to set the warning message
2019-12-20Rework battery_widget adding external configurationAurélien LAJOIE
2019-12-17add monokai themestreetturtle