summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 346f0f5..bb44738 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -25,7 +25,8 @@ from lib_cman import *
from lib_rhel import *
-FONT = 'Inconsolata'
+#FONT = 'Inconsolata' # yum install levien-inconsolata-fonts
+FONT = 'Droid Sans Mono' # yum install google-droid-sans-mono-fonts
FONTDEF = map(lambda switch: '-' + switch + 'fontname=' + FONT, "GNE")
BLACKLIST = []
#BLACKLIST = [Daemon]