Commit graph

1067 commits

Author SHA1 Message Date
FelixKratz
950f63e08e Merge branch 'master' of github.com:FelixKratz/SketchyBar 2021-08-14 12:35:10 +02:00
FelixKratz
6236f8696e added network graph 2021-08-14 12:35:02 +02:00
Felix Kratz
610da03a0b
Update README.md 2021-08-14 02:21:10 +02:00
Felix Kratz
acf8255544 Merge branch 'master' of github.com:FelixKratz/SketchyBar 2021-08-14 02:03:59 +02:00
Felix Kratz
3db87926da added image 2021-08-14 02:03:51 +02:00
FelixKratz
f0a7bb878e new graphing rc 2021-08-14 01:10:40 +02:00
FelixKratz
4afe5d48cb cpu graph plugins 2021-08-13 23:55:43 +02:00
FelixKratz
32a80803f6 better graph component 2021-08-13 23:24:41 +02:00
FelixKratz
434305149b added example rc 2021-08-13 16:33:06 +02:00
FelixKratz
f1cda70f86 added readme 2021-08-13 16:30:44 +02:00
FelixKratz
44a0156c3e rename spree 2021-08-13 15:58:00 +02:00
FelixKratz
f28d18c265 integer division correction for the graphs 2021-08-12 23:48:58 +02:00
FelixKratz
19a8972fc0 fixed pesky graph bug 2021-08-12 19:29:45 +02:00
FelixKratz
281128650d deleted unused functions 2021-08-11 18:39:12 +02:00
FelixKratz
6a9203b43d only small comments 2021-08-11 11:54:20 +02:00
FelixKratz
9f1b4433af small layout fixes with the graphs 2021-08-11 11:06:30 +02:00
FelixKratz
63218e5aae added missing cpu files 2021-08-10 18:20:31 +02:00
FelixKratz
d033cc4e83 added graphs and started with cpu and mem, but can be arbitrary graphs (stock?) 2021-08-10 18:20:02 +02:00
FelixKratz
f0a5257096 remove even more trash 2021-08-10 12:51:47 +02:00
FelixKratz
d1a1d27ef3 remove trash 2021-08-10 12:47:42 +02:00
FelixKratz
73e65d526b sid and did swap fixed 2021-08-10 12:31:49 +02:00
FelixKratz
72b23e6c43 fixed messaging typo 2021-08-10 12:25:49 +02:00
FelixKratz
1e1bf3dd78 fixed a layout bug 2021-08-10 12:08:11 +02:00
FelixKratz
8e37e190ab scripting working 2021-08-10 01:10:31 +02:00
FelixKratz
a6a5846f48 getting scripts to work 2021-08-10 00:33:45 +02:00
FelixKratz
75f23cbaa7 working prototype 2021-08-10 00:08:31 +02:00
FelixKratz
bd86c42cba removed the junk 2021-08-09 19:06:10 +02:00
Calum MacRae
ca4c58c05f
docs: Add sponsor badge to README 2021-04-28 12:38:43 +01:00
Calum MacRae
e75ad0c991
repo: Add GitHub Sponsorship metadata 2021-04-27 20:51:49 +01:00
Calum MacRae
d5ac9607ca
docs: Add note to README linking to release archive 2021-04-25 17:11:27 +01:00
Calum MacRae
dce298fd52
docs: Set version for flake usage in README 2021-04-25 17:08:31 +01:00
Calum MacRae
96e210e579
release: 1.3.0 2021-04-25 16:45:44 +01:00
Calum MacRae
01cb8bbb6a
docs: Add GitHub Discussions badge to README 2021-04-09 16:11:15 +01:00
Calum MacRae
d47f941fa0
tooling: Provide a release tarball
Closes #63
2021-04-09 11:15:59 +01:00
Calum MacRae
ee4bac9dc1
tooling: Provide a Nix Flake 2021-04-09 10:45:59 +01:00
Calum MacRae
43e526e3ce
feature|fix: Add enable option for DND indicator & fix for Big Sur
As reported in #41 - this is now fixed
2021-04-08 17:22:39 +01:00
Calum MacRae
147672c5cd
fix: When instantiating a handle for a process, ensure it's released
Addressing #59
2021-04-08 17:02:23 +01:00
Calum MacRae
103cca618b
fix: Typo in run_shell when returning error 2021-04-08 14:04:26 +01:00
Calum MacRae
15498e6eb6
fix: Implement separate timer loop for shell refresh
Addressing #59
2021-04-08 13:59:39 +01:00
Calum MacRae
169029527e
fix: Refactor run_shell function to handle buffer/cursor correctly
This should hopefully squash the bug seen in #59 - where setting shell
output early in config was causing the bar to lock up.
2021-04-08 11:39:31 +01:00
Calum MacRae
1a74c0267a
enhancement: Improve efficiency of bar's initialisation
Only use `bar_manager_set_<THING>` functions (which tend to call
refresh/resize/destroy operations) where necessary in
`bar_manager_init`
2021-04-08 10:57:20 +01:00
Calum MacRae
9feb85f469
feature: Option to draw single bar or multiple bars, per display
Closes #47
2021-04-08 10:47:50 +01:00
Calum MacRae
1b0d1d644f
Merge branch 'feature/spaces_for_all_displays' 2021-04-07 15:54:31 +01:00
Calum MacRae
e99175722c
feature: Show spaces for all displays
Also some bugfixes for shell output :)
2021-04-07 15:46:58 +01:00
Calum MacRae
99425bfa62
docs: Fix 'Unreleased' link in CHANGELOG 2021-04-07 15:19:55 +01:00
Calum MacRae
8183469c4e
docs: Example config/links in README should point to latest release
Part of (potentially all of?) the solution to #61
2021-04-07 15:11:57 +01:00
Calum MacRae
67a44cca70
tooling: Move to GitHub Actions
Closes #54
2021-03-31 16:30:16 +01:00
Calum MacRae
ce0872c9da
docs: Set icon font to "Solid" style 2021-03-30 22:22:23 +01:00
Calum MacRae
c9305ddf33
feature: Add padding options 2021-03-30 22:11:25 +01:00
Calum MacRae
e4d5e6fa57
docs: Update changelog to note new shell sections 2021-03-30 21:32:45 +01:00