1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-09 16:48:38 +00:00
Commit Graph

155 Commits

Author SHA1 Message Date
AoMe · 青目
dd99e9d73d
fix: discord broken logo url (#466) 2024-03-13 19:07:03 +00:00
Marcus Förster
7da9ca2c68
add visual link for keycode (#462) 2023-12-21 18:27:38 +00:00
ak0nst
a879498e4c
added speed units for network (#440)
Co-authored-by: akonst <akonst@cqg.com>
2022-05-11 10:57:17 +01:00
Wiktor Latanowicz
36bf749a46
App id matching (#432)
* Add app id matching for buttons

* Hide MT button from  control strip when touch bar is empty

Co-authored-by: Wiktor Latanowicz <wiktor@latanowicz.com>
Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
2022-02-16 19:01:09 +00:00
Dennis Wurster
26ad83be70
fixed grammar and clarity of README (#427)
* fixed grammar and clarity of README

* Update README.md

Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
2022-02-16 18:59:41 +00:00
Vladimir Tolstikov
d199bbd852
Add new "cpu" widget (#415) 2021-09-16 16:49:39 +01:00
Taymuraz Kaytmazov
44732e8ad6
chore: better grammar (#409) 2021-06-21 12:23:45 +01:00
侑夕
8c57342070
add missing punctuation (#400) 2021-06-21 12:23:36 +01:00
Harsh Anand
3add660d72
fix brew install cmd (#385) 2021-01-26 10:32:41 +00:00
a2ad47c7ba build counter 2020-11-20 02:21:05 +00:00
Kaibin Yang
7a1800252c
Fix error. (#325)
Colon expected.
2020-08-13 12:32:55 +01:00
Matteo Piccina
588e6ae09b
Implement multiple actions (double tap, triple tap) (#349)
* Implement double tap and new actions array in config

* Update native widgets to use new actions parameter

* Refactor new actions parameter moving it to main definition
Renamed old action and longAction to legacy

* Fix tests

* Remove unused code

* Readd test for legacyAction

* Implement triple tap

* Add new actions explanation

* Add support for multiple actions and same trigger
2020-08-03 11:53:39 +01:00
Connor G Meehan
87141e381b
Up next calendar widget (#348)
* WIP Implementation of up next widget

* Seperated button view and event source logic

* Adjusted default parameters

* Added the ability to view multiple events

* Added ability to click touchbar item and go to calendar

* renamed nthEvent to maxToShow and changed default

* Updated CFBundleVersion

* Renamed UpNext class and fix ups

* Added "autoResize" property (same functionality as dock)

* Added EKEventStore listener to reduce perfomance impact

* Log cleanup

* Made button blue for current/past events

* Added handling of unauthorised access to calendar
2020-07-27 00:41:05 +01:00
Anton Palgunov
2f00c9ffb3
Update README.md 2020-05-26 17:45:49 +01:00
6d266394a4 Revert "More Productive Gestures (#289)"
This reverts commit f61550e510.
2020-05-13 23:11:45 +01:00
Jæy
f61550e510
More Productive Gestures (#289)
* Scroll Functionality Works

* updated md

* Update README.md

* Update README.md

* attempted to fix readme

* fixed readme

* fixed readme
2020-04-09 00:24:43 +01:00
Fedor Zaytsev
a0fc0b33c5
Custom gestures support (#288)
* Updated README

Added explanation for missing parameters (background, title and image)

* Implemented changable icons for AppleScriptTouchBarItem

AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme

* Implemented custom swipe actions

Co-authored-by: Fedor Zaitsev <lobster@Fedors-MacBook-Pro.local>
2020-04-01 22:11:35 +01:00
Fedor Zaytsev
dbb2f16222
Implemented changable icons for AppleScriptTouchBarItem (#275)
AppleScriptTouchBarItem now allow to specify any number of icons which can be changed from the script. You cannot change icon from touch event. To change icon, you need to return array from your script with 2 values - title and icn name. More info in readme
2020-02-28 21:59:14 +00:00
Fedor Zaytsev
7e0db70fab
Updated README (#274)
Added explanation for missing parameters (background, title and image)
2020-02-28 19:35:09 +00:00
Mark Rickert
1ae2041d0d Get rid of all references to /Users/x/ in favor of ~ 2019-11-06 15:03:57 -07:00
Mark Rickert
5eb2d73c94 Add some image filePath documentation. 2019-11-06 14:57:05 -07:00
Serg
6920664fad implement regex filter for dock items 2019-10-27 15:29:52 +07:00
Giovanni Tataranni
66b175d5ba
Update README.md 2019-10-06 10:54:17 +02:00
Giovanni Tataranni
f3015df82a
Update finder example script 2019-10-06 10:48:41 +02:00
Anton Palgunov
d6e48c8197
Update README.md 2019-09-10 23:41:11 +01:00
Anton Palgunov
0e8dab4677
Update README.md 2019-09-04 12:11:50 +01:00
aa73fd1dc3 add locale to timeButton 2019-09-04 12:06:53 +01:00
Anton Palgunov
aaa54e2709
Update README.md 2019-08-21 21:46:16 +01:00
bobrosoft
77f56df144 README: remove duplicate "timeButton" description 2019-08-11 15:29:37 +02:00
bobrosoft
80b56779fb Add new "shellScriptTitledButton" button type 2019-08-11 15:25:44 +02:00
bobrosoft
ce8004641d README: add "yandexWeather" to the list of "Native Plugins" on top 2019-07-23 18:54:07 +04:00
bobrosoft
76a7d59fe5 README: add "experimental" flag to yandexWeather widget 2019-07-23 17:11:13 +04:00
bobrosoft
6a85bea5b5 Add new "yandexWeather" widget 2019-07-23 17:07:47 +04:00
bobrosoft
3432e24a55 MusicBarItem: add support for "disableMarquee" param 2019-07-18 18:29:08 +04:00
Vladimir Tolstikov
ed261c2349
README: add more details on how to setup "weather" plugin 2019-07-09 22:25:00 +04:00
3dabd598f4 upd Readme 2019-05-22 22:52:49 +01:00
d831069025 Merge remote-tracking branch 'origin/master' into pr/FinHorsley/169-2 2019-05-22 22:44:57 +01:00
c6c808369f Edited Readme. Also updated paths 2019-05-22 22:44:01 +01:00
64171d5c51 merge 2019-05-22 18:26:24 +01:00
5504e5d640 #171 Added DarkMode button v0.21 2019-05-22 18:25:18 +01:00
ae469bb92a add Readme info 2019-05-15 17:01:06 +01:00
FinHorsley
65e5a52383
shadow to images 2019-05-15 14:44:15 +01:00
FinHorsley
f264425ba7
Update README.md 2019-05-13 20:56:21 +01:00
FinHorsley
c377b9494c
Update README.md 2019-05-13 20:54:43 +01:00
FinHorsley
f5b36ec012
Update README.md 2019-05-13 20:48:01 +01:00
FinHorsley
999c4cf6e2
Update README.md 2019-05-13 20:38:30 +01:00
FinHorsley
b8d5d0a8a5
Update README.md 2019-05-13 20:35:36 +01:00
FinHorsley
6bb5aade07
Update README.md 2019-05-13 20:35:17 +01:00
FinHorsley
b6bcc31456
Update README.md 2019-05-13 20:34:01 +01:00
FinHorsley
9d09646742
Update README.md 2019-05-13 20:32:53 +01:00