File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
GITHUB="<github_token>"
8
8
GITHUB_USERNAME="<github_username>"
9
9
10
+ DESCRIPTION="Your description"
11
+
10
12
WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
11
13
WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
12
14
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ export class WidgetService {
100
100
101
101
json = {
102
102
name : github_data . data . user ?. name ?? 'n/a' ,
103
+ description : process . env . DESCRIPTION ,
103
104
followers : github_data . data . user ?. followers ?. totalCount ?? 'n/a' ,
104
105
total_stars : github_data . data . user ?. repositories ?. totalCount ?? 'n/a' ,
105
106
top_repos : top_repos ?? 'n/a' ,
You can’t perform that action at this time.
0 commit comments