|
| 1 | +# This file is a sample theme that contains every possible data to be displayed on screen |
| 2 | +# It can be used to start the development of a new theme: it should be copied to a sub-folder with its PNG resources |
| 3 | +# See the wiki to edit this file: https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-themes |
| 4 | + |
| 5 | +# NOTE: Every HW sensor is hidden in this example, to show a sensor change 'SHOW: False' to 'SHOW: True' |
| 6 | +--- |
| 7 | +# If you indicate @ with your GitHub username, there will be a hyperlink to your GitHub profile in the Config. Wizard |
| 8 | +# Otherwise, you can just indicate any text e.g. author: "Your Name" |
| 9 | +# You can also remove the line if you don't want to be credited |
| 10 | +author: "@hicwic" |
| 11 | + |
| 12 | +display: |
| 13 | + # Specify the display size in inch for this theme: 3.5" (default) or 5" |
| 14 | + DISPLAY_SIZE: 3.5" |
| 15 | + |
| 16 | + # Specify the display orientation for this theme: portrait or landscape (reverse orientation is managed in config.yaml) |
| 17 | + DISPLAY_ORIENTATION: landscape |
| 18 | + |
| 19 | + # Backplate RGB LED color (for HW revision 'flagship' devices only), set one that match your theme dominant color |
| 20 | + DISPLAY_RGB_LED: 255, 0, 0 |
| 21 | + |
| 22 | +static_images: |
| 23 | + BACKGROUND: |
| 24 | + PATH: background.png |
| 25 | + X: 0 |
| 26 | + Y: 0 |
| 27 | + WIDTH: 480 |
| 28 | + HEIGHT: 320 |
| 29 | + |
| 30 | + |
| 31 | +STATS: |
| 32 | + CPU: |
| 33 | + PERCENTAGE: |
| 34 | + INTERVAL: 1 |
| 35 | + RADIAL: |
| 36 | + SHOW: True |
| 37 | + X: 80 |
| 38 | + Y: 70 |
| 39 | + RADIUS: 39 |
| 40 | + WIDTH: 15 |
| 41 | + MIN_VALUE: 0 |
| 42 | + MAX_VALUE: 100 |
| 43 | + ANGLE_START: 60 |
| 44 | + ANGLE_END: 420 |
| 45 | + ANGLE_STEPS: 20 |
| 46 | + ANGLE_SEP: 0 |
| 47 | + CLOCKWISE: True |
| 48 | + BAR_COLOR: 248, 177, 51 |
| 49 | + SHOW_TEXT: True |
| 50 | + SHOW_UNIT: True |
| 51 | + FONT: roboto/Roboto-Bold.ttf |
| 52 | + FONT_SIZE: 20 |
| 53 | + FONT_COLOR: 248, 177, 51 |
| 54 | + #BACKGROUND_COLOR: 200, 200, 200 |
| 55 | + BACKGROUND_IMAGE: background.png |
| 56 | + TEMPERATURE: |
| 57 | + INTERVAL: 5 |
| 58 | + TEXT: |
| 59 | + SHOW: True |
| 60 | + SHOW_UNIT: True |
| 61 | + X: 34 |
| 62 | + Y: 135 |
| 63 | + FONT: roboto/Roboto-Bold.ttf |
| 64 | + FONT_SIZE: 23 |
| 65 | + FONT_COLOR: 248, 177, 51 |
| 66 | + # BACKGROUND_COLOR: 132, 154, 165 |
| 67 | + BACKGROUND_IMAGE: background.png |
| 68 | + MEMORY: |
| 69 | + INTERVAL: 5 |
| 70 | + VIRTUAL: |
| 71 | + RADIAL: |
| 72 | + SHOW: True |
| 73 | + X: 110 |
| 74 | + Y: 211 |
| 75 | + RADIUS: 31 |
| 76 | + WIDTH: 13 |
| 77 | + MIN_VALUE: 0 |
| 78 | + MAX_VALUE: 100 |
| 79 | + ANGLE_START: 20 |
| 80 | + ANGLE_END: 20 |
| 81 | + ANGLE_STEPS: 1 |
| 82 | + ANGLE_SEP: 25 |
| 83 | + CLOCKWISE: True |
| 84 | + BAR_COLOR: 200, 100, 50 |
| 85 | + SHOW_TEXT: True |
| 86 | + SHOW_UNIT: True |
| 87 | + FONT: roboto/Roboto-Bold.ttf |
| 88 | + FONT_SIZE: 13 |
| 89 | + FONT_COLOR: 248, 177, 51 |
| 90 | + # BACKGROUND_COLOR: 0, 0, 0 |
| 91 | + BACKGROUND_IMAGE: background.png |
| 92 | + GPU: |
| 93 | + INTERVAL: 1 |
| 94 | + PERCENTAGE: |
| 95 | + RADIAL: |
| 96 | + SHOW: True |
| 97 | + X: 387 |
| 98 | + Y: 166 |
| 99 | + RADIUS: 51 |
| 100 | + WIDTH: 25 |
| 101 | + MIN_VALUE: 0 |
| 102 | + MAX_VALUE: 100 |
| 103 | + ANGLE_START: 110 |
| 104 | + ANGLE_END: 110 |
| 105 | + ANGLE_STEPS: 5 |
| 106 | + ANGLE_SEP: 0 |
| 107 | + CLOCKWISE: True |
| 108 | + BAR_COLOR: 255, 0, 0 |
| 109 | + SHOW_TEXT: True |
| 110 | + SHOW_UNIT: True |
| 111 | + FONT: roboto/Roboto-Bold.ttf |
| 112 | + FONT_SIZE: 20 |
| 113 | + FONT_COLOR: 21, 176, 231 |
| 114 | + # BACKGROUND_COLOR: 0, 0, 0 |
| 115 | + BACKGROUND_IMAGE: background.png |
| 116 | + MEMORY_PERCENT: |
| 117 | + GRAPH: |
| 118 | + SHOW: True |
| 119 | + X: 349 |
| 120 | + Y: 48 |
| 121 | + WIDTH: 102 |
| 122 | + HEIGHT: 9 |
| 123 | + MIN_VALUE: 0 |
| 124 | + MAX_VALUE: 100 |
| 125 | + BAR_COLOR: 255, 0, 0 |
| 126 | + BAR_OUTLINE: False |
| 127 | + # BACKGROUND_COLOR: 0, 0, 0 |
| 128 | + BACKGROUND_IMAGE: background.png |
| 129 | + TEXT: |
| 130 | + SHOW: True |
| 131 | + SHOW_UNIT: True |
| 132 | + X: 295 |
| 133 | + Y: 46 |
| 134 | + FONT: jetbrains-mono/JetBrainsMono-Bold.ttf |
| 135 | + FONT_SIZE: 20 |
| 136 | + FONT_COLOR: 21, 176, 231 |
| 137 | + #BACKGROUND_COLOR: 132, 154, 165 |
| 138 | + BACKGROUND_IMAGE: background.png |
| 139 | + TEMPERATURE: |
| 140 | + TEXT: |
| 141 | + SHOW: True |
| 142 | + SHOW_UNIT: True |
| 143 | + X: 234 |
| 144 | + Y: 158 |
| 145 | + FONT: roboto/Roboto-Bold.ttf |
| 146 | + FONT_SIZE: 23 |
| 147 | + FONT_COLOR: 248, 177, 51 |
| 148 | + #BACKGROUND_COLOR: 100, 100, 100 |
| 149 | + BACKGROUND_IMAGE: background.png |
| 150 | + NET: |
| 151 | + INTERVAL: 1 |
| 152 | + ETH: |
| 153 | + UPLOAD: |
| 154 | + TEXT: |
| 155 | + SHOW: True |
| 156 | + X: 351 |
| 157 | + Y: 293 |
| 158 | + FONT: jetbrains-mono/JetBrainsMono-Bold.ttf |
| 159 | + FONT_SIZE: 10 |
| 160 | + FONT_COLOR: 255, 255, 255 |
| 161 | + # BACKGROUND_COLOR: 132, 154, 165 |
| 162 | + BACKGROUND_IMAGE: background.png |
| 163 | + DOWNLOAD: |
| 164 | + TEXT: |
| 165 | + SHOW: True |
| 166 | + X: 398 |
| 167 | + Y: 257 |
| 168 | + FONT: jetbrains-mono/JetBrainsMono-Bold.ttf |
| 169 | + FONT_SIZE: 10 |
| 170 | + FONT_COLOR: 255, 255, 255 |
| 171 | + # BACKGROUND_COLOR: 132, 154, 165 |
| 172 | + BACKGROUND_IMAGE: background.png |
| 173 | + CUSTOM: |
| 174 | + INTERVAL: 1 |
| 175 | + GpuNvidiaFanPercent: |
| 176 | + RADIAL: |
| 177 | + SHOW: True |
| 178 | + X: 233 |
| 179 | + Y: 68 |
| 180 | + RADIUS: 31 |
| 181 | + WIDTH: 13 |
| 182 | + MIN_VALUE: 0 |
| 183 | + MAX_VALUE: 100 |
| 184 | + ANGLE_START: 320 |
| 185 | + ANGLE_END: 320 |
| 186 | + ANGLE_STEPS: 20 |
| 187 | + ANGLE_SEP: 0 |
| 188 | + CLOCKWISE: False |
| 189 | + BAR_COLOR: 200, 100, 50 |
| 190 | + SHOW_TEXT: True |
| 191 | + SHOW_UNIT: True |
| 192 | + FONT: roboto/Roboto-Bold.ttf |
| 193 | + FONT_SIZE: 15 |
| 194 | + FONT_COLOR: 248, 177, 51 |
| 195 | + #BACKGROUND_COLOR: 200, 200, 200 |
| 196 | + BACKGROUND_IMAGE: background.png |
| 197 | + RTSSFps: |
| 198 | + TEXT: |
| 199 | + SHOW: True |
| 200 | + X: 46 |
| 201 | + Y: 279 |
| 202 | + MIN_SIZE: 4 |
| 203 | + FONT: jetbrains-mono/JetBrainsMono-Bold.ttf |
| 204 | + FONT_SIZE: 27 |
| 205 | + FONT_COLOR: 255, 255, 255 |
| 206 | + #BACKGROUND_COLOR: 100, 100, 100 |
| 207 | + BACKGROUND_IMAGE: background.png |
| 208 | + PLOT: |
| 209 | + SHOW: True |
| 210 | + X: 180 |
| 211 | + Y: 220 |
| 212 | + WIDTH: 133 |
| 213 | + HEIGHT: 82 |
| 214 | + MIN_VALUE: 0 |
| 215 | + MAX_VALUE: 144 |
| 216 | + AUTOSCALE: True |
| 217 | + LINE_COLOR: 255, 255, 255 |
| 218 | + AXIS: True |
| 219 | + BACKGROUND_IMAGE: background.png |
| 220 | + CpuFanPercent: |
| 221 | + RADIAL: |
| 222 | + SHOW: True |
| 223 | + X: 170 |
| 224 | + Y: 130 |
| 225 | + RADIUS: 31 |
| 226 | + WIDTH: 13 |
| 227 | + MIN_VALUE: 0 |
| 228 | + MAX_VALUE: 100 |
| 229 | + ANGLE_START: 220 |
| 230 | + ANGLE_END: 220 |
| 231 | + ANGLE_STEPS: 20 |
| 232 | + ANGLE_SEP: 0 |
| 233 | + CLOCKWISE: True |
| 234 | + BAR_COLOR: 200, 100, 50 |
| 235 | + SHOW_TEXT: True |
| 236 | + SHOW_UNIT: True |
| 237 | + FONT: roboto/Roboto-Bold.ttf |
| 238 | + FONT_SIZE: 15 |
| 239 | + FONT_COLOR: 248, 177, 51 |
| 240 | + #BACKGROUND_COLOR: 200, 200, 200 |
| 241 | + BACKGROUND_IMAGE: background.png |
| 242 | + |
0 commit comments