summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_now.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_now.py')
-rw-r--r--glances/plugins/glances_now.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/glances/plugins/glances_now.py b/glances/plugins/glances_now.py
index a7713ae5..7c57d6d9 100644
--- a/glances/plugins/glances_now.py
+++ b/glances/plugins/glances_now.py
@@ -37,12 +37,9 @@ class Plugin(GlancesPlugin):
# We want to display the stat in the curse interface
self.display_curse = True
+
# Set the message position
- # It is NOT the curse position but the Glances column/line
- # Enter -1 to right align
- self.column_curse = 0
- # Enter -1 to diplay bottom
- self.line_curse = -1
+ self.set_align('bottom')
def update(self):
"""Update current date/time."""