diff options
| -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"/> | 
