aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp41
1 files changed, 20 insertions, 21 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 843f256..a6d1ac3 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -6,7 +6,6 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
'weather-util',
'conky',
'conky-all',
- 'xscreensaver',
'gpick',
'vmg',
'x11-apps',
@@ -22,29 +21,10 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
'xserver-xephyr',
'policykit-1-gnome',
'firejail',
- 'ratpoison',
'sm',
'i3lock',
'materia-gtk-theme',
'blackbird-gtk-theme',
- #'unagi',
- #'xcompmgr',
- #'compton',
- #'xzoom',
- #'xautomation',
- #'gtk-theme-switch',
- #'gtk-smooth-themes',
- #'lxappearance',
- #'wmctrl',
- #'pcmanfm',
- #'xinput',
- #'metar',
- #'i3',
- #'rxvt',
- #'thunar',
- #'xterm',
- #'eterm',
- #'gnome-terminal',
]:
ensure => installed,
}
@@ -67,11 +47,30 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
ensure => present,
}
- # Old stuff
+ # Not in use
package { [
+ 'ratpoison',
+ 'xscreensaver',
'terminology',
'conkyforecast',
'fluxbox',
+ 'unagi',
+ 'xcompmgr',
+ 'compton',
+ 'xzoom',
+ 'xautomation',
+ 'gtk-theme-switch',
+ 'gtk-smooth-themes',
+ 'lxappearance',
+ 'wmctrl',
+ 'pcmanfm',
+ 'metar',
+ 'i3',
+ 'rxvt',
+ 'thunar',
+ 'xterm',
+ 'eterm',
+ 'gnome-terminal',
]:
ensure => absent,
}