-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.inc.example
More file actions
45 lines (36 loc) · 2.35 KB
/
Settings.inc.example
File metadata and controls
45 lines (36 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
; =====================================================
; GitHub Grass - Settings.inc
; Copy this file to Settings.inc and fill in your info
; =====================================================
[Variables]
; ── Required ──────────────────────────────────────────────────────
GitHubUsername=your_github_username
GitHubToken=ghp_xxxxxxxxxxxxxxxxxxxx
; ── Color Theme ───────────────────────────────────────────────────
; Options: Green / Purple / Blue / Red / Orange / Pink / Mono / Mint / Yellow / Cyan / Light
ColorTheme=Green
; ── Size ──────────────────────────────────────────────────────────
; Cell size in pixels (recommended: 10-14)
CellSize=11
; Gap between cells (recommended: 2-3)
CellGap=2
; Widget outer padding
Padding=14
; ── Period ────────────────────────────────────────────────────────
; Weeks to display (52 = 1 year, 26 = 6 months)
WeeksToShow=52
; ── CommitView / IssueView repos ──────────────────────────────────
; Format: owner/repo (up to 3 repos)
Repo1=your_username/your_repo
Repo2=
Repo3=
; ── Auto Refresh ──────────────────────────────────────────────────
; Auto-refresh interval in minutes (0 = disabled, recommended: 5-30)
AutoRefreshMin=5
; ── Opacity ───────────────────────────────────────────────────────
; Background opacity (0 = transparent, 255 = solid)
Opacity=220
; ── Startup ───────────────────────────────────────────────────────
; Run all grassmeter skins on Windows startup (1 = enabled, 0 = disabled)
; Tip: enable this in the Settings GUI to auto-create the startup shortcut
RunOnStartup=0