summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfrikanalen/bin/scheduler4
1 files changed, 2 insertions, 2 deletions
diff --git a/frikanalen/bin/scheduler b/frikanalen/bin/scheduler
index b274e1f..3d8f757 100755
--- a/frikanalen/bin/scheduler
+++ b/frikanalen/bin/scheduler
@@ -22,8 +22,8 @@
# ttf-liberation
# TrueType font name/path used by GD to draw text
-#my $gdfont = "/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf";
-my $gdfont = "./fonts/LiberationSans-Regular.ttf";
+my $gdfont = "/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf";
+#my $gdfont = "./fonts/LiberationSans-Regular.ttf";
# Set to 0 if VLC should not play in full screen mode
my $fullscreen = 1;