update software selection and installer artwork
|
@ -72,11 +72,14 @@ debsecan
|
||||||
net-tools
|
net-tools
|
||||||
cockpit
|
cockpit
|
||||||
cockpit-podman
|
cockpit-podman
|
||||||
|
cockpit-machines
|
||||||
|
cockpit-pcp
|
||||||
podman
|
podman
|
||||||
#libvirt
|
nfs-common
|
||||||
|
firewalld
|
||||||
#samba
|
#samba
|
||||||
#cups
|
cups
|
||||||
#gvfs-backends
|
gvfs-backends
|
||||||
|
|
||||||
|
|
||||||
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
" >> $uchinanchu/fusato/config/package-lists/package.list.chroot
|
||||||
|
@ -85,7 +88,7 @@ podman
|
||||||
cp $uchinanchu/pepgrub/grub $uchinanchu/fusato/config/includes.chroot/etc/default
|
cp $uchinanchu/pepgrub/grub $uchinanchu/fusato/config/includes.chroot/etc/default
|
||||||
cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal
|
cp $uchinanchu/pephooks/normal/* $uchinanchu/fusato/config/hooks/normal
|
||||||
cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives
|
cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives
|
||||||
cp $uchinanchu/pepfirewall/* $uchinanchu/fusato/config/includes.chroot/etc
|
#cp $uchinanchu/pepfirewall/* $uchinanchu/fusato/config/includes.chroot/etc
|
||||||
cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer
|
cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||||||
|
|
||||||
# List of services to be enabled
|
# List of services to be enabled
|
||||||
services=("nftables" "cockpit" "ssh" "sshguard" "apache2") # Add more services as needed
|
services=("firewalld" "cockpit" "ssh" "sshguard" "apache2") # Add more services as needed
|
||||||
|
|
||||||
# Loop to enable each service
|
# Loop to enable each service
|
||||||
for service in "${services[@]}"; do
|
for service in "${services[@]}"; do
|
||||||
|
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -1,8 +1,7 @@
|
||||||
# Author: BSM
|
# Author: BSM
|
||||||
|
|
||||||
gtk_color_scheme = "fg_color:#D0D0D0\nbg_color:#444444\ntext_color:#d0d0d0\nbase_color:#262626\nselected_fg_color:#d0d0d0\nselected_bg_color:#222222\ntooltip_fg_color:#D0D0D0\ntooltip_bg_color:#363636"#########
|
gtk_color_scheme = "fg_color:#101010101010\nbg_color:#C0C0C0\ntext_color:#1a1a1a1a1a1a\nbase_color:#ffffffffffff\nselected_fg_color:#ffffff\nselected_bg_color:#F62817\ntooltip_fg_color:#000000000000\ntooltip_bg_color:#f1f1f1"#########
|
||||||
gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=24,24" # This enables "compact-mode".
|
gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=24,24" # This enables "compact-mode".
|
||||||
|
|
||||||
gtk-button-images = 0 # Enables or disables icons on buttons (OS X-like).
|
gtk-button-images = 0 # Enables or disables icons on buttons (OS X-like).
|
||||||
|
|
||||||
include "panel.rc"
|
include "panel.rc"
|
||||||
|
@ -154,11 +153,7 @@ style "clearlooks-notebook" = "clearlooks-notebook-bg"
|
||||||
|
|
||||||
style "clearlooks-menu" = "clearlooks-wider"
|
style "clearlooks-menu" = "clearlooks-wider"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = shade(0.20,@bg_color)
|
bg[NORMAL] = shade (1.05, @bg_color) # Color of menu background.
|
||||||
bg[ACTIVE] = shade(0.25,@bg_color)
|
|
||||||
bg[PRELIGHT] = shade(0.4,@bg_color)
|
|
||||||
bg[SELECTED] = shade(0.60, @bg_color)
|
|
||||||
|
|
||||||
engine "clearlooks"
|
engine "clearlooks"
|
||||||
{
|
{
|
||||||
radius = 1.0 # Roundness of menu items.
|
radius = 1.0 # Roundness of menu items.
|
||||||
|
@ -171,39 +166,27 @@ style "clearlooks-menu-item" = "clearlooks-wider"
|
||||||
fg[PRELIGHT] = @selected_fg_color # Color of selected menu item text.
|
fg[PRELIGHT] = @selected_fg_color # Color of selected menu item text.
|
||||||
bg[SELECTED] = shade (1.25, @selected_bg_color) # Color of menu items.
|
bg[SELECTED] = shade (1.25, @selected_bg_color) # Color of menu items.
|
||||||
bg[PRELIGHT] = shade (1.25, @selected_bg_color) # Color of menu items.
|
bg[PRELIGHT] = shade (1.25, @selected_bg_color) # Color of menu items.
|
||||||
|
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 4
|
ythickness = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
style "clearlooks-separator-menu-item"
|
style "clearlooks-separator-menu-item"
|
||||||
{
|
{
|
||||||
fg[NORMAL] = "#D0D0D0"
|
bg[NORMAL] = "#ffffff"
|
||||||
xthickness = 0
|
xthickness = 0
|
||||||
ythickness = 2
|
ythickness = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
style "clearlooks-menubar"
|
style "clearlooks-menubar"
|
||||||
{
|
{
|
||||||
# fg[NORMAL] = "#666666"
|
|
||||||
xthickness = 1
|
xthickness = 1
|
||||||
ythickness = 3
|
ythickness = 0
|
||||||
engine "clearlooks"
|
engine "clearlooks"
|
||||||
{
|
{
|
||||||
hint = "menubar"
|
hint = "menubar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "clearlooks-menubar-item" = "clearlooks-wider"
|
|
||||||
{
|
|
||||||
|
|
||||||
# fg[PRELIGHT] = @selected_fg_color # Color of selected menu item text.
|
|
||||||
# fg[NORMAL] = "#222222"
|
|
||||||
|
|
||||||
xthickness = 0
|
|
||||||
ythickness = 4
|
|
||||||
}
|
|
||||||
|
|
||||||
style "clearlooks-treeview"
|
style "clearlooks-treeview"
|
||||||
{
|
{
|
||||||
bg[SELECTED] = shade (1.25, @selected_bg_color)
|
bg[SELECTED] = shade (1.25, @selected_bg_color)
|
||||||
|
@ -236,13 +219,14 @@ style "clearlooks-treeview-header" = "clearlooks-default"
|
||||||
|
|
||||||
style "clearlooks-frame-title"
|
style "clearlooks-frame-title"
|
||||||
{
|
{
|
||||||
#fg[NORMAL] = lighter (@fg_color)
|
fg[NORMAL] = lighter (@fg_color)
|
||||||
}
|
}
|
||||||
|
|
||||||
style "clearlooks-tooltips" = "clearlooks-wider"
|
style "clearlooks-tooltips" = "clearlooks-wider"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = @tooltip_bg_color
|
bg[NORMAL] = lighter(@tooltip_fg_color)
|
||||||
fg[NORMAL] = @tooltip_fg_color
|
fg[NORMAL] = @tooltip_bg_color
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "metacity-frame"# = "clearlooks-default"
|
style "metacity-frame"# = "clearlooks-default"
|
||||||
|
@ -323,7 +307,7 @@ style "clearlooks-nautilus-location" # Workaround for nautilus' messages.
|
||||||
|
|
||||||
style "clearlooks-radiocheck" = "clearlooks-default"
|
style "clearlooks-radiocheck" = "clearlooks-default"
|
||||||
{
|
{
|
||||||
text[NORMAL] = "#D0D0D0" # Color for checks/radio items.
|
text[NORMAL] = shade (0.8, @selected_bg_color) # Color for checks/radio items.
|
||||||
# bg[SELECTED] = lighter (@selected_bg_color) # Color for prelight of check/radio buttons.
|
# bg[SELECTED] = lighter (@selected_bg_color) # Color for prelight of check/radio buttons.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -367,7 +351,7 @@ style "clearlooks-vscrollbar" = "clearlooks-scrollbar"
|
||||||
|
|
||||||
style "clearlooks-toolbar" = "clearlooks-default"
|
style "clearlooks-toolbar" = "clearlooks-default"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = @bg_color
|
bg[NORMAL] = "#E1E1E1"
|
||||||
#bg[NORMAL] = shade (0.965, @bg_color) # Darkens gradient toolbars to match with unified metacity theme.
|
#bg[NORMAL] = shade (0.965, @bg_color) # Darkens gradient toolbars to match with unified metacity theme.
|
||||||
#engine "clearlooks"
|
#engine "clearlooks"
|
||||||
#{
|
#{
|
||||||
|
@ -387,7 +371,9 @@ style "clearlooks-evo-new-button-workaround"
|
||||||
|
|
||||||
style "opera"
|
style "opera"
|
||||||
{
|
{
|
||||||
bg[NORMAL] = "#3D3D3D"
|
#GtkToolbar ::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified.
|
||||||
|
bg[NORMAL] = "#CDCDCD"
|
||||||
|
#bg[ACTIVE] = "#cdcdcd"
|
||||||
}
|
}
|
||||||
|
|
||||||
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "clearlooks-evo-new-button-workaround"
|
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "clearlooks-evo-new-button-workaround"
|
||||||
|
@ -437,11 +423,9 @@ widget_class "*<GtkStatusbar>*" style "clearlooks-statusbar"
|
||||||
widget_class "*<GtkComboBoxEntry>*" style "clearlooks-comboboxentry"
|
widget_class "*<GtkComboBoxEntry>*" style "clearlooks-comboboxentry"
|
||||||
widget_class "*<GtkCombo>*" style "clearlooks-comboboxentry"
|
widget_class "*<GtkCombo>*" style "clearlooks-comboboxentry"
|
||||||
|
|
||||||
|
widget_class "*<GtkMenuBar>*" style "clearlooks-menubar"
|
||||||
widget_class "*<GtkMenu>*" style "clearlooks-menu"
|
widget_class "*<GtkMenu>*" style "clearlooks-menu"
|
||||||
widget_class "*<GtkMenuItem>*" style "clearlooks-menu-item"
|
widget_class "*<GtkMenuItem>*" style "clearlooks-menu-item"
|
||||||
widget_class "*<GtkMenuBar>*" style "clearlooks-menubar"
|
|
||||||
#widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "clearlooks-menubar-item"
|
|
||||||
|
|
||||||
widget_class "*<GtkSeparatorMenuItem>*" style "clearlooks-separator-menu-item"
|
widget_class "*<GtkSeparatorMenuItem>*" style "clearlooks-separator-menu-item"
|
||||||
|
|
||||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "clearlooks-frame-title"
|
widget_class "*.<GtkFrame>.<GtkLabel>" style "clearlooks-frame-title"
|
||||||
|
@ -524,4 +508,3 @@ widget_class "*<EelEditableLabel>" style "clearlooks-fg-is-text-color-workaround
|
||||||
#widget "*GtkToolbar*" style "opera" #Enable this if you use Opera
|
#widget "*GtkToolbar*" style "opera" #Enable this if you use Opera
|
||||||
|
|
||||||
# The answer to the ultimate question of life, the universe, and everything is 42.
|
# The answer to the ultimate question of life, the universe, and everything is 42.
|
||||||
|
|
||||||
|
|