From fed3ac490d5193029d4d271a6ee1b5b48828d961 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Oct 2020 13:10:00 -0300 Subject: Feat: libreoffice with gtk3 theme --- manifests/utils/interface.pp | 4 +++- manifests/utils/office/gui.pp | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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', -- cgit v1.2.3