diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-17 11:44:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-17 11:44:15 -0300 |
commit | 9761852e695e460482066792a0dc35f74b2b7c86 (patch) | |
tree | 3b9e0eb4df7117b16710045300a129f124e6c964 /files | |
parent | 1e25494bfb0231e0fcfe03fb9450fe119548e9f5 (diff) | |
download | puppet-nodo-9761852e695e460482066792a0dc35f74b2b7c86.tar.gz puppet-nodo-9761852e695e460482066792a0dc35f74b2b7c86.tar.bz2 |
Do not show hostname at login screen
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/gdm/themes/Tuxtastic/gdm.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/files/etc/gdm/themes/Tuxtastic/gdm.xml b/files/etc/gdm/themes/Tuxtastic/gdm.xml index 676c524..c280d1c 100644 --- a/files/etc/gdm/themes/Tuxtastic/gdm.xml +++ b/files/etc/gdm/themes/Tuxtastic/gdm.xml @@ -23,11 +23,13 @@ <box xpadding="0" ypadding="0" spacing="5" orientation="horizontal"> <item type="label" id="hostname"> <normal color="#ffffff" font="Sans 12" alpha="1"/> - <text>%h</text> + <!--<text>%h</text>--> + <text>Welcome</text> </item> <item type="label" id="at"> <normal color="#ffffff" font="Sans 12" alpha="1"/> - <text>@</text> + <!--<text>@</text>--> + <text>-</text> </item> <item type="label" id="clock"> <normal color="#ffffff" font="Sans 12" alpha="1"/> |