summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-06 21:00:16 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-06 21:00:16 +0100
commitb2a6637e836ac603291b48aa68fae0370e809325 (patch)
treec639e38cf8d62ec04e5bf3b430030c9bb26aa1a8 /cluster-cman.py
parent4574fa474e957343bb78f13d7f6f3594ae4e5f92 (diff)
downloadcluster-overview-b2a6637e836ac603291b48aa68fae0370e809325.tar.gz
cluster-overview-b2a6637e836ac603291b48aa68fae0370e809325.tar.xz
cluster-overview-b2a6637e836ac603291b48aa68fae0370e809325.zip
Tentatively switch default font of cluster-cman to Droid Sans Mono
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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]