Добавлено формирование файла примера настроек /etc/calculate/ini.env.example

rasdark 921
Alexander Tratsevskiy 7 years ago
parent 83045364fa
commit a23e71942d

@ -1,91 +1,53 @@
# User Profile Settings
[profile]
# Window border (cld, cldc, cldm, cldx)
#appearance-border =
# Mouse cursor theme (cld, cldc, cldm, cldx)
;appearance-border =
appearance-cursor = Calculate
# Icon theme (cld, cldc, cldm, cldx)
appearance-icons = Calculate
# Look and feel (cld, cldc, cldm, cldx)
#appearance-style =
# Desktop theme (cld)
#appearance-theme =
# Desktop background (cld, cldc, cldm, cldx)
#appearance-wallpaper =
# Font size (cld, cldc, cldm, cldx)
;appearance-style =
;appearance-theme =
;appearance-wallpaper =
font-size = 10
# Задержка в миллисекундах (cld, cldc, cldm, cldx)
keyboard-delay = 330
# Частота повтора знаков в секунду (cld, cldc, cldm, cldx)
keyboard-rate = 30
# Mouse click policy 'single', 'double' (cldc, cldm, cldx)
mouse-clickpolicy = single
# (cldc, cldm, cldx)
mouse-doubleclick-delayed = 400
# Настройка мышки для левшей (cld, cldc, cldm, cldx)
mouse-lefthanded = off
# Time in seconds after which put the to sleep an inactive computer, '0' - newer (cldm)
power-computer-sleep = 0
# Time in seconds after which the display is turned off when idle, '0' - newer (cldc, cldm)
power-display-sleep = 30
# Activate screensaver when computer is idle (cldm)
screensaver-activation = on
# Time in minutes, after which the computer is idle (cldm)
screensaver-delay = 10
# Lock screen when screensaver is active (cldm)
screensaver-lock = on
# Интервал смены обоев в минутах, '0' - newer (cldx)
wallpaper-cycle = 0
# Icon size (cldx)
wm-icon-size = 48
# (cldm, cldx)
wm-panel-main-autohide = off
# The position of the main panel: 'top', 'bottom', 'left', 'right' (cldm)
wm-panel-main-position = top
# The size of the Main panel (cldx, cldm)
wm-panel-main-size = 32
# (cldm, cldx)
wm-panel-menu-autohide = on
# Position the Quick Launch toolbar: 'top', 'bottom', 'left', 'right' (cldm)
wm-panel-menu-position = bottom
# The size of the Quick Launch toolbar (cldm, cldx)
wm-panel-menu-size = 56
[theme]
# better 4266x2048
dm-login-background = /usr/share/themes/Calculate/dm-login.jpg
# better 4266x2048
dm-splash-background = /usr/share/themes/Calculate/dm-splash.jpg
# 640x480 jpeg image not more than 16K
gfxboot-background = /usr/share/themes/Calculate/gfxboot.jpg
gfxboot-select-color = 461804
gfxboot-text-color = 958490
gfxboot-text-highlight-color = fbcc89
# image which will be converted to 1920x1440
grub-background = /usr/share/themes/Calculate/grub.png
# foreground/background: 'black', 'blue', 'green', 'cyan', 'red', 'magenta', 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green', 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'
grub-gfx-text-color = black/black
grub-gfx-text-highlight-color = light-green/black
grub-text-color = white/black
grub-text-highlight-color = black/light-gray
# better 4266x2048
profile-background = /usr/share/themes/Calculate/wallpaper.jpg
# better 4266x2048
splash-shutdown-background = /usr/share/themes/Calculate/splash-shutdown.jpg
splash-shutdown-progress-color-begin = ffff9c
splash-shutdown-progress-color-end = 28171f
# shutdown progress type: fade, progress*
splash-shutdown-progress-type = fade
splash-shutdown-text-color = ffff9c
# better 4266x2048
splash-silent-background = /usr/share/themes/Calculate/splash-silent.jpg
splash-silent-progress-color-begin = cdc481
splash-silent-progress-color-end = 5a1d08
# silent progress type: fade, progress*
splash-silent-progress-type = fade
# better 4266x2048
splash-verbose-background = /usr/share/themes/Calculate/splash-verbose.jpg
[system]
# Remove old kernel from /boot, /lib/modules
remove_old_kernel = on

@ -0,0 +1,8 @@
# Calculate name=ini.env.example
# Это файл настройки параметров шаблонов участвующих в настройке системы
# и профиля пользователя.
#
# Any line which starts with a ; (semi-colon) or a # (hash) is a comment and
# is ignored. In this example we will use a # for commentry and a ; for parts
# of the config file that you may wish to enable
#

@ -0,0 +1,17 @@
# Calculate name=ini.env.example append=after
#?os_install_locale_language!=ru#
#============================= System settings ===============================
#os_install_locale_language#
#?os_install_locale_language==ru#
#============================ Настройки системы ==============================
#os_install_locale_language#
[system]
#?os_install_locale_language!=ru#
# Delete a kernel and modules when sys-kernel/calculate-sources is uninstalled.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Удалить ядро и модули при удалении пакета sys-kernel/calculate-sources.
#os_install_locale_language#
; remove_old_kernel = on

@ -0,0 +1,260 @@
# Calculate name=ini.env.example append=after
#?os_install_locale_language!=ru#
#============================== Setting themes ===============================
#os_install_locale_language#
#?os_install_locale_language==ru#
#============================== Настройки темы ===============================
#os_install_locale_language#
[theme]
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The background image of the authorization screen. Preferred size 4266x2048.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение экрана авторизации. Предпочтительный размер 4266x2048.
#os_install_locale_language#
; dm-login-background = /usr/share/themes/Calculate/dm-login.jpg
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Background image during login. Preferred size 4266x2048.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение во время входа в сеанс. Предпочтительный размер 4266x2048.
#os_install_locale_language#
; dm-login-background = /usr/share/themes/Calculate/dm-login.jpg
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# Live USB boot menu. JPEG 640x480 and not more then 16K.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение меню Live USB. JPEG 640x480 не более 16 Кб.
#os_install_locale_language#
; dm-login-background = /usr/share/themes/Calculate/dm-login.jpg
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# Color selection in the Live USB menu.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет выделения в Live USB меню.
#os_install_locale_language#
; gfxboot-select-color = 461804
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# Text color in the Live USB menu.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет текста в Live USB меню.
#os_install_locale_language#
; gfxboot-text-color = 958490
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# The color of the selected text in the Live USB menu.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет выделенного текста в Live USB меню.
#os_install_locale_language#
; gfxboot-text-highlight-color = fbcc89
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Backround image of the system loader. It is converted to 1920x1440.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображения загрузчика системы. Преобразуется в 1920x1440.
#os_install_locale_language#
; grub-background = /usr/share/themes/Calculate/grub.png
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Foreground/background text color of system boot loader in the presence of
# a background image.
# Available values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет текста/фона загрузчика системы при наличии фонового изображения.
# Допустимые значения: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
; grub-gfx-text-color = black/black
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Foreground/background selected text color of system boot loader in the
# presence of a background image.
# Available values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет выделенного текста/фона загрузчика системы при наличии фонового
# изображения.
# Допустимые значения: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
; grub-gfx-text-highlight-color = light-green/black
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# Foreground/background text color of system boot loader when there is no
# background image.
# Available values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет текста/фона загрузчика системы при отсутствии фонового изображения.
# Допустимые значения: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
; grub-text-color = black/black
#in#
#?in(os_linux_pkglist, calculate)!=#
#?os_install_locale_language!=ru#
# Foreground/background selected text color of system boot loader when there
# is no background image.
# Available values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет выделенного текста/фона загрузчика системы при отсутствии фонового
# изображения.
# Допустимые значения: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'.
#os_install_locale_language#
; grub-text-highlight-color = light-green/black
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Desktop background image. Preferred size 4266x2048.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение рабочего стола. Предпочтительный размер 4266x2048.
#os_install_locale_language#
; profile-background = /usr/share/themes/Calculate/wallpaper.jpg
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Background image of the shutdown screen. Preferred size 4266x2048.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение экрана завершения работы. Предпочтительный размер 4266x2048.
#os_install_locale_language#
; splash-shutdown-background = /usr/share/themes/Calculate/splash-shutdown.jpg
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The initial color of the computer shutdown indicator.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Начальный цвет индикатора завершения работы компьютера.
#os_install_locale_language#
; splash-shutdown-progress-color-begin = ffff9c
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The end color of the computer shutdown indicator.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Конечный цвет индикатора завершения работы компьютера.
#os_install_locale_language#
; splash-shutdown-progress-color-end = 28171f
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The type of the shutdown indicator is 'fade' or 'progress' (default).
#os_install_locale_language#
#?os_install_locale_language==ru#
# Тип индикатора завершения работы: 'fade' или 'progress' (по-умолчанию).
#os_install_locale_language#
; splash-shutdown-progress-type = fade
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The color of the text message about the shutdown of the computer.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Цвет текста сообщения о завершении работы компьютера.
#os_install_locale_language#
; splash-shutdown-text-color = ffff9c
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Background image of the system boot screen. Preferred size 4266x2048.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение окна загрузки системы. Предпочтительный размер 4266x2048.
#os_install_locale_language#
; splash-silent-background = /usr/share/themes/Calculate/splash-silent.jpg
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The initial color of the system boot indicator.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Начальный цвет индикатора загрузки системы.
#os_install_locale_language#
; splash-silent-progress-color-begin = cdc481
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The end color of the system boot indicator.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Конечный цвет индикатора загрузки системы.
#os_install_locale_language#
; splash-silent-progress-color-end = 5a1d08
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Type of the system boot indicator: 'fade' or 'progress' (default).
#os_install_locale_language#
#?os_install_locale_language==ru#
# Тип индикатора загрузки системы: 'fade' или 'progress' (по-умолчанию).
#os_install_locale_language#
; splash-silent-progress-type = fade
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Background image of the terminal screen
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение экрана терминала
#os_install_locale_language#
; splash-verbose-background = /usr/share/themes/Calculate/splash-verbose.jpg
#in#

@ -0,0 +1,265 @@
# Calculate name=ini.env.example append=after in(os_linux_pkglist,desktop)!=
#?os_install_locale_language!=ru#
#=========================== User profile settings ===========================
#os_install_locale_language#
#?os_install_locale_language==ru#
#======================= Настройки профиля пользователя ======================
#os_install_locale_language#
[profile]
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Window border.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Размер границы окна.
#os_install_locale_language#
; appearance-border =
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Mouse cursor theme.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Тема курсора мышки.
#os_install_locale_language#
; appearance-cursor = Calculate
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Icon theme.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Тема иконок.
#os_install_locale_language#
; appearance-icons = Calculate
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Look and feel.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Внешний вид.
#os_install_locale_language#
; appearance-style =
#in#
#?in(os_linux_pkglist, CLD)!=#
#?os_install_locale_language!=ru#
# Desktop theme.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Настройка рабочего стола.
#os_install_locale_language#
; appearance-theme =
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Desktop background.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Фоновое изображение рабочего стола. Эффективней менять обои при помощи
# настройки темы в секции "theme".
#os_install_locale_language#
; appearance-wallpaper =
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Font size.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Размер шрифта.
#os_install_locale_language#
; font-size = 10
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Keyboard delay.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Задержка нажатия клавиш в миллисекундах.
#os_install_locale_language#
; keyboard-delay = 330
#in#
#?in(os_linux_pkglist, CLD, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Keyboard rate.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Частота повтора (знаков в секунду).
#os_install_locale_language#
; keyboard-rate = 30
#in#
#?in(os_linux_pkglist, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Mouse click policy ('single' or 'double').
#os_install_locale_language#
#?os_install_locale_language==ru#
# Настройка клика мышки ('single' or 'double').
#os_install_locale_language#
; mouse-clickpolicy = single
#in#
#?in(os_linux_pkglist, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Mouse doubleclick delayed.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Задержка в миллисекундах двойного клика мышки.
#os_install_locale_language#
; mouse-doubleclick-delayed = 400
#in#
#?in(os_linux_pkglist, CLDC, CLDC, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Setting up the mouse for left-handers.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Настройка мышки для левшей.
#os_install_locale_language#
; mouse-lefthanded = off
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Time in seconds after which put the to sleep an inactive computer,
# '0' - newer.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Время в секундах, после которого усыпляется неактивный компьютер,
# '0' - никогда.
#os_install_locale_language#
; power-computer-sleep = 0
#in#
#?in(os_linux_pkglist, CLDC, CLDM)!=#
#?os_install_locale_language!=ru#
# Time in seconds after which the display is turned off when idle,
# '0' - newer.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Время в секундах, после которого дисплей переходит в режим ожидания,
# '0' - никогда.
#os_install_locale_language#
; power-display-sleep = 30
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Activate screensaver when computer is idle.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Включать экранной заставки во время простоя компьютера.
#os_install_locale_language#
; screensaver-activation = on
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Time in minutes, after which the computer is idle.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Время в минутах до включения экранной заставки.
#os_install_locale_language#
; screensaver-delay = 10
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Lock screen when screensaver is active.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Блокировать доступ при отображении экранной заставки.
#os_install_locale_language#
; screensaver-lock = on
#in#
#?in(os_linux_pkglist, CLDX)!=#
#?os_install_locale_language!=ru#
# The interval of changing wallpaper in minutes, '0' - newer.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Интервал смены обоев в минутах, '0' - никогда.
#os_install_locale_language#
; wallpaper-cycle = 0
#in#
#?in(os_linux_pkglist, CLDX)!=#
#?os_install_locale_language!=ru#
# Icon size.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Размер иконок.
#os_install_locale_language#
; wm-icon-size = 48
#in#
#?in(os_linux_pkglist, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Automatically hide the main panel.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Автоматически скрывать главную панель.
#os_install_locale_language#
; wm-panel-main-autohide = off
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Main panel location: 'top', 'bottom', 'left', 'right'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Расположение главной панели: 'top', 'bottom', 'left', 'right'.
#os_install_locale_language#
; wm-panel-main-position = top
#in#
#?in(os_linux_pkglist, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The size of the Main toolbar.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Размер главной панели.
#os_install_locale_language#
; wm-panel-main-size = 32
#in#
#?in(os_linux_pkglist, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# Automatically hide the menu panel.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Автоматически скрывать панель меню.
#os_install_locale_language#
; wm-panel-menu-autohide = on
#in#
#?in(os_linux_pkglist, CLDM)!=#
#?os_install_locale_language!=ru#
# Quick Launch toolbar location: 'top', 'bottom', 'left', 'right'.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Расположение панели быстрого запуска: 'top', 'bottom', 'left', 'right'.
#os_install_locale_language#
; wm-panel-menu-position = bottom
#in#
#?in(os_linux_pkglist, CLDM, CLDX)!=#
#?os_install_locale_language!=ru#
# The size of the Quick Launch toolbar.
#os_install_locale_language#
#?os_install_locale_language==ru#
# Размер панели быстрого запуска.
#os_install_locale_language#
; wm-panel-menu-size = 56
#in#
Loading…
Cancel
Save