diff options
-rw-r--r-- | files/etc/gdm/gdm.conf | 1 | ||||
-rw-r--r-- | manifests/subsystems/gdm.pp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/files/etc/gdm/gdm.conf b/files/etc/gdm/gdm.conf index e38b336..b66bace 100644 --- a/files/etc/gdm/gdm.conf +++ b/files/etc/gdm/gdm.conf @@ -65,6 +65,7 @@ GraphicalTheme=crunchbang GraphicalThemes=crunchbang/:Tuxtastic Browser=false +GraphicalThemedColor=#000000 [chooser] diff --git a/manifests/subsystems/gdm.pp b/manifests/subsystems/gdm.pp index 1ac4b32..024b4cd 100644 --- a/manifests/subsystems/gdm.pp +++ b/manifests/subsystems/gdm.pp @@ -28,7 +28,7 @@ class gdm { # This mode will also apply to files from the source directory mode => 0644, # Puppet will automatically set +x for directories - source => 'puppet:///modules/nodo/etc/gdm/themes/crunchbag', + source => 'puppet:///modules/nodo/etc/gdm/themes/crunchbang', } file { '/usr/share/gdm/themes/Tuxtastic': |