Skip to content

Commit e5ccd02

Browse files
committed
Add new theme to workflows
1 parent d6a832a commit e5ccd02

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/system-monitor-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19-
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu", "LandscapeMagicBlue" ]
19+
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu",
20+
"LandscapeMagicBlue", "BigClock" ]
2021

2122
steps:
2223
- uses: actions/checkout@v3

.github/workflows/system-monitor-macos.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19-
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu", "LandscapeMagicBlue" ]
19+
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu",
20+
"LandscapeMagicBlue", "BigClock" ]
2021

2122
steps:
2223
- uses: actions/checkout@v3

.github/workflows/system-monitor-windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
19-
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu", "LandscapeMagicBlue" ]
19+
theme: [ "3.5inchTheme2", "Cyberpunk", "Landscape6Grid", "Terminal", "bash-dark-green", "bash-dark-green-gpu",
20+
"LandscapeMagicBlue", "BigClock" ]
2021

2122
steps:
2223
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)