Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
v1.2.3: Reduce time overlay font size to avoid triggering motion even…
Browse files Browse the repository at this point in the history
…ts (#34)
  • Loading branch information
Ullaakut authored and Brendan LE GLAUNEC committed Oct 4, 2017
1 parent 72325a7 commit 31b97ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ std::string time_overlay(std::shared_ptr<t_config> &config) {
if (config->time) {
return " ! timeoverlay halignment=left valignment=top "
"shaded-background=true "
"font-desc=\"Sans 24\" ! "
"font-desc=\"Sans 10\" ! "
"clockoverlay halignment=right valignment=top "
"shaded-background=true "
"font-desc=\"Sans 24\"";
"font-desc=\"Sans 10\"";
}
return "";
}
Expand Down

0 comments on commit 31b97ae

Please sign in to comment.