mirror of
https://github.com/Clortox/dashboard.git
synced 2026-05-08 13:47:59 +00:00
Add static plex strings
This commit is contained in:
@@ -75,8 +75,9 @@ const FONT_SIZE_STRING CONST_STRINGS[] = {
|
|||||||
//Overlay strings
|
//Overlay strings
|
||||||
{ "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
||||||
{ "Wireless", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "Wireless", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
||||||
|
{ "Plex", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
|
||||||
//sample panel
|
//sample panel
|
||||||
{ "Sample Panel", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
|
//{ "Sample Panel", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
|
||||||
|
|
||||||
//Weather strings
|
//Weather strings
|
||||||
{ "Clear Skies", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "Clear Skies", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
||||||
@@ -95,5 +96,10 @@ const FONT_SIZE_STRING CONST_STRINGS[] = {
|
|||||||
{ "Tommorow,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "Tommorow,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
||||||
{ "Day after,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "Day after,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
||||||
|
|
||||||
|
//Plex
|
||||||
|
{ "Historical", {"Roboto_Mono/RobotoMono-Medium.ttf", 28} }
|
||||||
|
{ "Playing", {"Roboto_Mono/RobotoMono-Medium.ttf", 28} }
|
||||||
|
{ "Top Users", {"Roboto_Mono/RobotoMono-Medium.ttf", 50} }
|
||||||
|
|
||||||
};
|
};
|
||||||
size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]);
|
size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user