Commit graph

367 commits

Author SHA1 Message Date
FelixKratz
428c401c22 freeze during script updates 2021-09-04 12:43:15 +02:00
FelixKratz
eebd5ebdd5 make the space component more configurable 2021-09-04 12:36:51 +02:00
FelixKratz
582fa05547 make name of item/component accessible in scripts 2021-09-04 10:46:32 +02:00
Felix Kratz
4d4ff5d058
Merge pull request #31 from azuwis/update-freq
Fix update_freq
2021-09-04 09:03:28 +02:00
Felix Kratz
bf195a9d3b
Merge pull request #30 from azuwis/high-res
Revert "higher res text rendering"
2021-09-04 09:02:32 +02:00
Zhong Jianxin
8a0851a64b Revert "higher res text rendering"
This reverts commit 3f2991a883.

Fix #29
2021-09-04 00:00:01 +08:00
Zhong Jianxin
eea5dd81b4 Fix update_freq 2021-09-03 23:58:41 +08:00
FelixKratz
bde4b3d040 push version to 1.0.4 2021-09-03 12:22:36 +02:00
FelixKratz
4c7cc5fef3 cleanup of cleanup 2021-09-03 12:19:00 +02:00
FelixKratz
5c500af5e9 cleanup 2021-09-03 12:18:09 +02:00
FelixKratz
aae17c908a click script renaming 2021-09-03 11:39:38 +02:00
FelixKratz
0d052f668c remove hashtable remnant 2021-09-03 10:35:05 +02:00
FelixKratz
d83c698fb8 added background blur option 2021-09-03 10:06:58 +02:00
FelixKratz
c4a946ff96 free context correctly 2021-09-02 23:52:14 +02:00
FelixKratz
470cef7562 some comments in the example rc 2021-09-02 20:42:11 +02:00
FelixKratz
60cf6bef2b removed old or incomplete scripts 2021-09-02 19:47:42 +02:00
FelixKratz
f53ae55fa9 more elegant drawing of rounded bar 2021-09-01 19:25:24 +02:00
FelixKratz
383e003919 syntax cleanup 2021-09-01 19:13:16 +02:00
FelixKratz
3f2991a883 higher res text rendering 2021-09-01 18:53:34 +02:00
FelixKratz
544399ab7b rather use fill path than draw path 2021-09-01 18:32:41 +02:00
FelixKratz
1fb383a6e8 fixed small black line on bottom of the bar 2021-09-01 18:24:33 +02:00
FelixKratz
b956eea407 Merge branch 'master' of github.com:FelixKratz/SketchyBar 2021-09-01 16:42:33 +02:00
FelixKratz
0c08ca88c4 added corner radius option for the bar 2021-09-01 16:42:27 +02:00
Felix Kratz
d7b734577b
Update README.md 2021-09-01 15:39:22 +02:00
FelixKratz
8ce08a2a21 Merge branch 'master' of github.com:FelixKratz/SketchyBar 2021-09-01 15:32:09 +02:00
FelixKratz
0471461571 completely new mouse system 2021-09-01 15:32:00 +02:00
Felix Kratz
8cc64fab47
Update README.md 2021-09-01 14:07:45 +02:00
Felix Kratz
abd1f4c320
Update README.md 2021-09-01 13:35:53 +02:00
FelixKratz
f515f748a6 added brew installation instructions 2021-09-01 13:22:39 +02:00
FelixKratz
606939deb7 restructure makefile for better package manager compat 2021-09-01 12:08:06 +02:00
FelixKratz
0bfd62d6f5 added ability to offset the bar and add screen margin around it 2021-08-31 16:35:31 +02:00
FelixKratz
8559d85da2 added new toggles for drawing and scripting 2021-08-31 16:18:40 +02:00
FelixKratz
7ed2ee4ee2 make freeze option accessible 2021-08-31 15:03:48 +02:00
FelixKratz
4d503567e1 print duplicate names 2021-08-31 00:58:16 +02:00
FelixKratz
780e534a3b internal logic for freezing the bar 2021-08-31 00:52:06 +02:00
FelixKratz
da34899145 disallow readding the same item 2021-08-31 00:42:38 +02:00
FelixKratz
d88cda7dbb added option to comletely remove an item 2021-08-31 00:32:33 +02:00
FelixKratz
e505222dfe handle malformed input strings better 2021-08-30 22:04:15 +02:00
FelixKratz
52cb67c7f7 catch zero pointer assignments 2021-08-30 06:52:56 +02:00
FelixKratz
17144d3940 hotfix for update_freq = 0 with forced refresh 2021-08-28 19:57:22 +02:00
FelixKratz
6d3469405b new default refresh_freq = 0, which will never be triggered 2021-08-28 19:44:41 +02:00
FelixKratz
58c406838b Merge branch 'master' of github.com:FelixKratz/SketchyBar 2021-08-28 10:53:49 +02:00
FelixKratz
4093ba51c9 removed unused notification logic 2021-08-28 10:53:42 +02:00
Felix Kratz
2731086dc9
Added deprecation note for title component 2021-08-28 08:13:03 +02:00
FelixKratz
3c948d2659 make custom events more powerful (optional) 2021-08-27 21:57:48 +02:00
FelixKratz
7f7539872c better description of the bar 2021-08-24 11:26:07 +02:00
FelixKratz
d3a2194f67 allow hiding items 2021-08-24 10:56:59 +02:00
FelixKratz
3862b91271 fix clicks being registered for inactive items 2021-08-24 01:01:20 +02:00
FelixKratz
38ceab3d8a removed clutter 2021-08-24 00:45:24 +02:00
FelixKratz
2dc711f22f allow enabling and disabling of items 2021-08-23 22:57:09 +02:00