Paste #269427

   
pasted on 29.04.2023 12:31
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
#------------------------------------------------------------------------------
# Modified Calculate Utilities 3.7.4.0
# Processed template files:
# /var/db/repos/calculate/profiles/templates/3_ac_install_live/1-merge/sys-apps/calculate-utils/ini.example/0-example
# /var/db/repos/calculate/profiles/templates/3_ac_install_live/1-merge/sys-apps/calculate-utils/ini.example/1-example.system
# /var/db/repos/calculate/profiles/templates/3_ac_install_live/1-merge/sys-apps/calculate-utils/ini.example/2-example.theme
# /var/db/repos/calculate/profiles/templates/3_ac_install_live/1-merge/sys-apps/calculate-utils/ini.example/3-example.profile
# To modify this file, create a /etc/calculate/ini.env.example.clt template.
#------------------------------------------------------------------------------
# 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
#
#============================= System settings ===============================
[system]
# Kernel and modules to be removed once sys-kernel/calculate-sources has been
# uninstalled
; remove_old_kernel = on


#============================== Theme settings ===============================
[theme]

# Authorization screen image. Preferred size 4266x2048
dm-login-background = /home/slavik/Pictures/12.jpeg

# Login screen image. Preferred size 4266x2048
dm-splash-background = /home/slavik/Pictures/12.jpeg

# Live USB boot menu screen
; gfxboot-background = /usr/share/themes/Calculate/gfxboot.jpg

# Live USB menu selection color
; gfxboot-select-color = 461804

# Live USB menu text color
; gfxboot-text-color = 958490

# Live USB menu selected text color
; gfxboot-text-highlight-color = fbcc89

# Calculate load screen image
; grub-background = /usr/share/themes/Calculate/grub.jpg

# Bootloader foreground/background text color if screen image defined.
# Accepted values: '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 = white/black

# Bootloader foreground/background selected text color if screen image
# defined. Accepted values: '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-highlight-color = black/light-gray

# Bootloader foreground/background text color if screen image not defined.
# Accepted values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'
; grub-text-color = white/black

# Bootloader foreground/background selected text color if screen image not
# defined. Accepted values: 'black', 'blue', 'green', 'cyan', 'red', 'magenta',
# 'brown', 'light-gray', 'dark-gray', 'light-blue', 'light-green',
# 'light-cyan', 'light-red', 'light-magenta', 'yellow', 'white'
; grub-text-highlight-color = black/light-gray

# Desktop wallpaper. Preferred size 4266x2048
; profile-background = /usr/share/themes/Calculate/wallpaper.jpg

# Vertical gradient begin color for shutdown screen
; splash-shutdown-background-color-begin = 000000

# Vertical gradient end color for shutdown screen
; splash-shutdown-background-color-end = 000000

# Shutdown screen image. Background image preferred size is 4266x2048
; splash-shutdown-picture = /usr/share/themes/Calculate/splash-shutdown.jpg

# The way to display the image for shutdown screen:
# 'logo' or 'background'
; splash-shutdown-type = background

# Shutdown notification text color
; splash-shutdown-text-color = ffff9c

# Vertical gradient begin color for boot screen
; splash-silent-background-color-begin = 090500

# Vertical gradient end color for boot screen
; splash-silent-background-color-end = 090500

# Boot screen image. Background image preferred size is 4266x2048
; splash-silent-picture = /usr/share/themes/Calculate/splash-silent.png

# The way to display the image for boot screen:
# 'logo' or 'background'
; splash-silent-type = logo

#=========================== User profile settings ===========================
[profile]

# Window border size
; appearance-border =

# Mouse cursor theme
; appearance-cursor = Calculate

# Icon theme
; appearance-icons = Calculate

# Look and feel
; appearance-style =

# Desktop settings
; appearance-theme =

# Desktop wallpaper. To change it, we recommended to use the parameters in
# the “theme” section
; appearance-wallpaper =

# Font size
; font-size = 10

# Keyboard delay (milliseconds)
; keyboard-delay = 330

# Keyboard repeat rate (characters per second)
; keyboard-rate = 30
Add Comment
Author