aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-10-23 13:10:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-10-23 13:10:00 -0300
commitfed3ac490d5193029d4d271a6ee1b5b48828d961 (patch)
treedaf9a02e7dcc04b4aa260407109f3991b63695e3
parent6e53fbfb041dcae1f383d550c0b846182d3b7c18 (diff)
downloadpuppet-nodo-fed3ac490d5193029d4d271a6ee1b5b48828d961.tar.gz
puppet-nodo-fed3ac490d5193029d4d271a6ee1b5b48828d961.tar.bz2
Feat: libreoffice with gtk3 theme
-rw-r--r--manifests/utils/interface.pp4
-rw-r--r--manifests/utils/office/gui.pp1
2 files changed, 4 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 62c2281..843f256 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -25,6 +25,8 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
'ratpoison',
'sm',
'i3lock',
+ 'materia-gtk-theme',
+ 'blackbird-gtk-theme',
#'unagi',
#'xcompmgr',
#'compton',
@@ -75,7 +77,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
}
# To be considered
- #package {
+ #package {
# 'needrestart-session',
#]:
# ensure => present,
diff --git a/manifests/utils/office/gui.pp b/manifests/utils/office/gui.pp
index 91812d6..0bfe3dc 100644
--- a/manifests/utils/office/gui.pp
+++ b/manifests/utils/office/gui.pp
@@ -4,6 +4,7 @@ class nodo::utils::office::gui (
package { [
'gobby',
'libreoffice',
+ 'libreoffice-gtk3',
'zathura',
'zathura-djvu',
'fbreader',