Skip to content

Instantly share code, notes, and snippets.

@byxorna
Created January 4, 2016 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byxorna/ea5a08b7a5e0040c7922 to your computer and use it in GitHub Desktop.
Save byxorna/ea5a08b7a5e0040c7922 to your computer and use it in GitHub Desktop.
const int MAX_TAG_LENGTH = 100;
const int MAX_NUMBER_TAGS = 100;
const int MAX_URL_LENGTH = 200;
const char* url_format = "https://www.tumblr.com/tv/%s";
const char* config_file = "~/.config/xscreensaver-tumblrtv/tags";
// if no tags are loaded, grab something from here
const char* default_tags[] = {
"@computersarerad",
"trippy"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment