update config
@ -8,7 +8,7 @@
|
|||||||
# Additional styling can be done using the stylesheet.qss
|
# Additional styling can be done using the stylesheet.qss
|
||||||
# file, also in the branding directory.
|
# file, also in the branding directory.
|
||||||
---
|
---
|
||||||
componentName: default
|
componentName: condorlinux
|
||||||
|
|
||||||
|
|
||||||
### WELCOME / OVERALL WORDING
|
### WELCOME / OVERALL WORDING
|
||||||
@ -48,7 +48,7 @@ windowExpanding: normal
|
|||||||
# This setting is ignored if "fullscreen" is selected for
|
# This setting is ignored if "fullscreen" is selected for
|
||||||
# *windowExpanding*, above. If not set, use constants defined
|
# *windowExpanding*, above. If not set, use constants defined
|
||||||
# in CalamaresUtilsGui, 800x520.
|
# in CalamaresUtilsGui, 800x520.
|
||||||
windowSize: 800px,520px
|
windowSize: 1200px,800px
|
||||||
|
|
||||||
# Placement of Calamares window. Either "center" or "free".
|
# Placement of Calamares window. Either "center" or "free".
|
||||||
# Whether "center" actually works does depend on the window
|
# Whether "center" actually works does depend on the window
|
||||||
@ -109,7 +109,7 @@ navigation: widget
|
|||||||
#
|
#
|
||||||
# These strings support substitution from /etc/os-release
|
# These strings support substitution from /etc/os-release
|
||||||
# if KDE Frameworks 5.58 are available at build-time. When
|
# if KDE Frameworks 5.58 are available at build-time. When
|
||||||
# enabled, ${varname} is replaced by the equivalent value
|
# enabled, @{var-name} is replaced by the equivalent value
|
||||||
# from os-release. All the supported var-names are in all-caps,
|
# from os-release. All the supported var-names are in all-caps,
|
||||||
# and are listed on the FreeDesktop.org site,
|
# and are listed on the FreeDesktop.org site,
|
||||||
# https://www.freedesktop.org/software/systemd/man/os-release.html
|
# https://www.freedesktop.org/software/systemd/man/os-release.html
|
||||||
@ -121,18 +121,18 @@ navigation: widget
|
|||||||
# are visible as buttons there if the corresponding *show* keys
|
# are visible as buttons there if the corresponding *show* keys
|
||||||
# are set to "true" (they can also be overridden).
|
# are set to "true" (they can also be overridden).
|
||||||
strings:
|
strings:
|
||||||
productName: Condor Linux
|
productName: CondorLinux
|
||||||
#shortProductName: Generic
|
shortProductName: CondorLinux
|
||||||
version: 2024.10.13
|
version: 1.0
|
||||||
shortVersion: 2023.10.13
|
shortVersion: 1.0
|
||||||
versionedName: Condor Linux "Uchiha"
|
versionedName: CondorLinux
|
||||||
#shortVersionedName: Condor Linux
|
shortVersionedName: CondorLinux
|
||||||
bootloaderEntryName: Condor Linux
|
bootloaderEntryName: CondorLinux
|
||||||
productUrl: https://condorcs.net/CondorLinux
|
# productUrl:
|
||||||
supportUrl: https://condorcs.net/CondorLinux
|
# supportUrl:
|
||||||
knownIssuesUrl: https://condorcs.net/CondorLinux
|
# knownIssuesUrl:
|
||||||
releaseNotesUrl: https://condorcs.net/CondorLinux
|
# releaseNotesUrl:
|
||||||
#donateUrl:
|
# donateUrl:
|
||||||
|
|
||||||
# These images are loaded from the branding module directory.
|
# These images are loaded from the branding module directory.
|
||||||
#
|
#
|
||||||
@ -163,27 +163,25 @@ strings:
|
|||||||
# These filenames can also use substitutions from os-release (see above).
|
# These filenames can also use substitutions from os-release (see above).
|
||||||
images:
|
images:
|
||||||
# productBanner: "banner.png"
|
# productBanner: "banner.png"
|
||||||
productIcon: "squid.png"
|
|
||||||
productLogo: "squid.png"
|
productLogo: "squid.png"
|
||||||
# productWallpaper: "wallpaper.png"
|
productIcon: "logo.png"
|
||||||
productWelcome: "languages.png"
|
productWallpaper: "wallpaper.png"
|
||||||
|
productWelcome: "calamares-0.png"
|
||||||
|
|
||||||
# Colors for text and background components.
|
# Colors for text and background components.
|
||||||
#
|
#
|
||||||
# - SidebarBackground is the background of the sidebar
|
# - sidebarBackground is the background of the sidebar
|
||||||
# - SidebarText is the (foreground) text color
|
# - sidebarText is the (foreground) text color
|
||||||
# - SidebarBackgroundCurrent sets the background of the current step.
|
# - sidebarTextHighlight sets the background of the selected (current) step.
|
||||||
# Optional, and defaults to the application palette.
|
# Optional, and defaults to the application palette.
|
||||||
# - SidebarTextCurrent is the text color of the current step.
|
# - sidebarSelect is the text color of the selected step.
|
||||||
#
|
#
|
||||||
# These colors can **also** be set through the stylesheet, if the
|
# These colors can **also** be set through the stylesheet, if the
|
||||||
# branding component also ships a stylesheet.qss. Then they are
|
# branding component also ships a stylesheet.qss. Then they are
|
||||||
# the corresponding CSS attributes of #sidebarApp.
|
# the corresponding CSS attributes of #sidebarApp.
|
||||||
style:
|
style:
|
||||||
SidebarBackground: "#292F34"
|
SidebarBackground: "#353945"
|
||||||
SidebarText: "#FFFFFF"
|
SidebarText: "#ECEDEE"
|
||||||
SidebarTextCurrent: "#292F34"
|
|
||||||
SidebarBackgroundCurrent: "#D35400"
|
|
||||||
|
|
||||||
### SLIDESHOW
|
### SLIDESHOW
|
||||||
#
|
#
|
||||||
@ -227,12 +225,6 @@ slideshowAPI: 2
|
|||||||
# - url : Defines the address of pastebin service to be used.
|
# - url : Defines the address of pastebin service to be used.
|
||||||
# Takes string as input. Important bits are the host and port,
|
# Takes string as input. Important bits are the host and port,
|
||||||
# the scheme is not used.
|
# the scheme is not used.
|
||||||
# - sizeLimit : Defines maximum size limit (in KiB) of log file to be pasted.
|
|
||||||
# The option must be set, to have the log option work.
|
|
||||||
# Takes integer as input. If < 0, no limit will be forced,
|
|
||||||
# else only last (approximately) 'n' KiB of log file will be pasted.
|
|
||||||
# Please note that upload size may be slightly over the limit (due
|
|
||||||
# to last minute logging), so provide a suitable value.
|
|
||||||
uploadServer :
|
uploadServer :
|
||||||
type : "fiche"
|
type : "fiche"
|
||||||
url : "http://termbin.com:9999"
|
url : "http://termbin.com:9999"
|
BIN
calamares/branding/condorlinux/calamares-0.png
Normal file
After Width: | Height: | Size: 155 KiB |
BIN
calamares/branding/condorlinux/calamares-1.png
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
calamares/branding/condorlinux/calamares-2.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
calamares/branding/condorlinux/calamares-3.png
Normal file
After Width: | Height: | Size: 128 KiB |
572
calamares/branding/condorlinux/calamares-widget-tree
Normal file
@ -0,0 +1,572 @@
|
|||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
|
||||||
|
"mainApp"
|
||||||
|
"sidebarApp"
|
||||||
|
"logoApp"
|
||||||
|
"sidebarMenuApp"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"debugButton"
|
||||||
|
""
|
||||||
|
"view-button-back"
|
||||||
|
"view-button-next"
|
||||||
|
"view-button-cancel"
|
||||||
|
"viewManager"
|
||||||
|
"viewManagerStack"
|
||||||
|
"FinishedPage"
|
||||||
|
"mainText"
|
||||||
|
"restartCheckBox"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"summaryStep"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"Page_UserSetup"
|
||||||
|
"labelWhatIsYourName"
|
||||||
|
"textBoxFullName"
|
||||||
|
"labelFullName"
|
||||||
|
"labelFullNameError"
|
||||||
|
"username_label_2"
|
||||||
|
"textBoxLoginName"
|
||||||
|
"labelUsername"
|
||||||
|
"labelUsernameError"
|
||||||
|
"hostname_label_2"
|
||||||
|
"textBoxHostName"
|
||||||
|
"labelHostname"
|
||||||
|
"labelHostnameError"
|
||||||
|
"password_label_2"
|
||||||
|
"textBoxUserPassword"
|
||||||
|
"textBoxUserVerifiedPassword"
|
||||||
|
"labelUserPassword"
|
||||||
|
"labelUserPasswordError"
|
||||||
|
"checkBoxRequireStrongPassword"
|
||||||
|
"checkBoxDoAutoLogin"
|
||||||
|
"checkBoxReusePassword"
|
||||||
|
"labelChooseRootPassword"
|
||||||
|
"textBoxRootPassword"
|
||||||
|
"textBoxVerifiedRootPassword"
|
||||||
|
"labelRootPassword"
|
||||||
|
"labelRootPasswordError"
|
||||||
|
""
|
||||||
|
"ChoicePage"
|
||||||
|
"m_drivesLabel"
|
||||||
|
"m_messageLabel"
|
||||||
|
"m_itemsScrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"scrollAreaWidgetContents"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"hLine"
|
||||||
|
"m_encryptWidget"
|
||||||
|
"m_encryptCheckBox"
|
||||||
|
"m_passphraseLineEdit"
|
||||||
|
"m_confirmLineEdit"
|
||||||
|
"m_iconLabel"
|
||||||
|
"m_reuseHomeCheckBox"
|
||||||
|
"m_selectLabel"
|
||||||
|
"m_previewAfterLabel"
|
||||||
|
"m_previewBeforeLabel"
|
||||||
|
"m_previewBeforeFrame"
|
||||||
|
"partitionBarView"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"partitionLabel"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"m_previewAfterFrame"
|
||||||
|
""
|
||||||
|
"bootInfoIcon"
|
||||||
|
"bootInfoLabel"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"deviceInfoIcon"
|
||||||
|
"deviceInfoLabel"
|
||||||
|
"Page_Keyboard"
|
||||||
|
""
|
||||||
|
"label"
|
||||||
|
"physicalModelSelector"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"buttonRestore"
|
||||||
|
"layoutSelector"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"variantSelector"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"LE_TestKeyboard"
|
||||||
|
""
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"Page_NetInst"
|
||||||
|
"label"
|
||||||
|
"scrollArea"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"groupswidget"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"netinst_status"
|
||||||
|
"WelcomePage"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"mainText"
|
||||||
|
"languageIcon"
|
||||||
|
"languageWidget"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"aboutButton"
|
||||||
|
"donateButton"
|
||||||
|
"supportButton"
|
||||||
|
"knownIssuesButton"
|
||||||
|
"releaseNotesButton"
|
||||||
|
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
|
||||||
|
"Calamares__DebugWindow"
|
||||||
|
"tabWidget"
|
||||||
|
"qt_tabwidget_stackedwidget"
|
||||||
|
"jobQueueTab"
|
||||||
|
"jobQueueText"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"globalStorageTab"
|
||||||
|
"globalStorageView"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"modulesTab"
|
||||||
|
"modulesListView"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"typeLabel"
|
||||||
|
"moduleTypeLabel"
|
||||||
|
"interfaceLabel"
|
||||||
|
"moduleInterfaceLabel"
|
||||||
|
"moduleConfigView"
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
"qt_scrollarea_viewport"
|
||||||
|
"qt_scrollarea_hcontainer"
|
||||||
|
""
|
||||||
|
"qt_scrollarea_vcontainer"
|
||||||
|
""
|
||||||
|
"toolsTab"
|
||||||
|
"crashButton"
|
||||||
|
"reloadStylesheetButton"
|
||||||
|
"widgetTreeButton"
|
||||||
|
"qt_tabwidget_tabbar"
|
||||||
|
""
|
||||||
|
""
|
||||||
|
Shutting down Calamares...
|
||||||
|
.. Finished shutdown.
|
||||||
|
[condor@CondorLinux]$
|
BIN
calamares/branding/condorlinux/condor.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
calamares/branding/condorlinux/languages.png
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
calamares/branding/condorlinux/logo-calamares.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
calamares/branding/condorlinux/logo.png
Normal file
After Width: | Height: | Size: 55 KiB |
223
calamares/branding/condorlinux/show.qml
Normal file
@ -0,0 +1,223 @@
|
|||||||
|
/* === This file is part of Calamares - <https://calamares.io> ===
|
||||||
|
*
|
||||||
|
* SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||||
|
* SPDX-FileCopyrightText: 2018 Adriaan de Groot <groot@kde.org>
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*
|
||||||
|
* Calamares is Free Software: see the License-Identifier above.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
import QtQuick 2.0;
|
||||||
|
import calamares.slideshow 1.0;
|
||||||
|
|
||||||
|
Presentation
|
||||||
|
{
|
||||||
|
id: presentation
|
||||||
|
|
||||||
|
function nextSlide() {
|
||||||
|
console.log("QML Component (default slideshow) Next slide");
|
||||||
|
presentation.goToNextSlide();
|
||||||
|
}
|
||||||
|
|
||||||
|
Timer {
|
||||||
|
id: advanceTimer
|
||||||
|
interval: 5000
|
||||||
|
running: presentation.activatedInCalamares
|
||||||
|
repeat: true
|
||||||
|
onTriggered: nextSlide()
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "calamares-0.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background2
|
||||||
|
source: "calamares-2.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background4
|
||||||
|
source: "calamares-3.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background5
|
||||||
|
source: "calamares-4.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background6
|
||||||
|
source: "calamares-5.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background7
|
||||||
|
source: "calamares-6.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background8
|
||||||
|
source: "calamares-7.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background9
|
||||||
|
source: "calamares-8.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background10
|
||||||
|
source: "calamares-9.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background11
|
||||||
|
source: "calamares-10.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background12
|
||||||
|
source: "calamares-11.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background13
|
||||||
|
source: "calamares-12.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
anchors.verticalCenterOffset: 0
|
||||||
|
Image {
|
||||||
|
id: background14
|
||||||
|
source: "calamares-13.png"
|
||||||
|
width: parent.width; height: parent.height
|
||||||
|
verticalAlignment: Image.AlignTop
|
||||||
|
fillMode: Image.Stretch
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function onActivate() {
|
||||||
|
console.log("QML Component (default slideshow) activated");
|
||||||
|
presentation.currentSlide = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
function onLeave() {
|
||||||
|
console.log("QML Component (default slideshow) deactivated");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
398
calamares/branding/condorlinux/stylesheet-codes.qss
Normal file
@ -0,0 +1,398 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
A branding component can ship a stylesheet (like this one)
|
||||||
|
which is applied to parts of the Calamares user-interface.
|
||||||
|
In principle, all parts can be styled through CSS.
|
||||||
|
Missing parts should be filed as issues.
|
||||||
|
|
||||||
|
The IDs are based on the object names in the C++ code.
|
||||||
|
You can use the Debug Dialog to find out object names:
|
||||||
|
- Open the debug dialog
|
||||||
|
- Choose tab *Tools*
|
||||||
|
- Click *Widget Tree* button
|
||||||
|
The list of object names is printed in the log.
|
||||||
|
|
||||||
|
Documentation for styling Qt Widgets through a stylesheet
|
||||||
|
can be found at
|
||||||
|
https://doc.qt.io/qt-5/stylesheet-examples.html
|
||||||
|
https://doc.qt.io/qt-5/stylesheet-reference.html
|
||||||
|
In Calamares, styling widget classes is supported (e.g.
|
||||||
|
using `QComboBox` as a selector).
|
||||||
|
|
||||||
|
This example stylesheet has all the actual styling commented out.
|
||||||
|
The examples are not exhaustive.
|
||||||
|
|
||||||
|
Use gammaray
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## MAIN APPLICATION WINDOW ########## */
|
||||||
|
|
||||||
|
#mainApp {
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainText{
|
||||||
|
font : bold 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarApp {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#logoApp {
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarMenuApp {
|
||||||
|
padding: 3px;
|
||||||
|
background-color: #353945;
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTextEdit, QListView {
|
||||||
|
}
|
||||||
|
QDialogButtonBox {
|
||||||
|
}
|
||||||
|
QAbstractSpinBox {
|
||||||
|
}
|
||||||
|
QListWidget::item:alternate {
|
||||||
|
}
|
||||||
|
|
||||||
|
#view-button-back:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#view-button-next:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#view-button-cancel:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#debugButton {
|
||||||
|
font: bold 8px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
#debugButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aboutButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#donateButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#supportButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#knownIssuesButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#releaseNotesButton:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## TOOLTIP ########## */
|
||||||
|
|
||||||
|
QToolTip {
|
||||||
|
background-color: #58B2D7;
|
||||||
|
font : 16px;
|
||||||
|
color: white;
|
||||||
|
padding: 3px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton {
|
||||||
|
font : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QDialogButtonBox {
|
||||||
|
dialogbuttonbox-buttons-have-icons: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## SCROLL BAR ########## */
|
||||||
|
|
||||||
|
QScrollBar:vertical {
|
||||||
|
background: #efefef;
|
||||||
|
width: 20px;
|
||||||
|
margin: 38px 0 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::handle:vertical {
|
||||||
|
background: #58B2D7;
|
||||||
|
max-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::sub-line:vertical {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
height: 20px;
|
||||||
|
subcontrol-position: top;
|
||||||
|
subcontrol-origin: margin;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::add-line:vertical {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
height: 20px;
|
||||||
|
subcontrol-position: bottom;
|
||||||
|
subcontrol-origin: margin;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## QLIST VIEW ########## */
|
||||||
|
|
||||||
|
QListView {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:alternate {
|
||||||
|
color: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:selected:!active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:hover {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView#listLayout::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView#listVariant::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## QLINE EDIT ########## */
|
||||||
|
|
||||||
|
QLineEdit#LE_TestKeyboard {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#m_passphraseLineEdit, QLineEdit#vgName,
|
||||||
|
QLineEdit#m_confirmLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#textBoxUserVerifiedPassword, QLineEdit#textBoxVerifiedRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#textBoxFullName, QLineEdit#textBoxLoginName, QLineEdit#textBoxHostName,
|
||||||
|
QLineEdit#textBoxUserPassword, QLineEdit#textBoxRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textBoxFullName, #textBoxLoginName, #textBoxHostName, #textBoxUserPassword,
|
||||||
|
#textBoxRootPassword, #textBoxAutoLogin, #vgName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textBoxUserVerifiedPassword, #textBoxVerifiedRootPassword,
|
||||||
|
#LE_TestKeyboard, #m_confirmLineEdit, #m_passphraseLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ##########PARTITION ########## */
|
||||||
|
|
||||||
|
#partitionLabel {
|
||||||
|
}
|
||||||
|
|
||||||
|
#partitionLabelsView {
|
||||||
|
}
|
||||||
|
|
||||||
|
#CreatePartitionDialog {
|
||||||
|
}
|
||||||
|
|
||||||
|
#partResizerWidget {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## PAGE_USERSETUP ########## */
|
||||||
|
|
||||||
|
#labelWhatIsYourName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxFullName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelFullName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelFullNameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#username_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxLoginName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUsername {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUsernameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#hostname_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxHostName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelHostname {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelHostnameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#password_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxUserPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxUserVerifiedPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUserPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUserPasswordError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxRequireStrongPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxDoAutoLogin {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxReusePassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelChooseRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxVerifiedRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelRootPasswordError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## COMBO BOX ########## */
|
||||||
|
|
||||||
|
QComboBox {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QComboBox::item:selected {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mountPointComboBox::drop-down {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## SPIN BOX ########## */
|
||||||
|
|
||||||
|
QSpinBox {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## TREE VIEW ########## */
|
||||||
|
|
||||||
|
QTreeView {
|
||||||
|
font: 16px;
|
||||||
|
show-decoration-selected: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::item {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::item:selected {
|
||||||
|
background: #58B2D7;
|
||||||
|
font: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::branch:has-siblings:!adjoins-item {
|
||||||
|
}
|
||||||
|
QTreeView::branch:has-siblings:adjoins-item {
|
||||||
|
}
|
||||||
|
QTreeView::branch:!has-children:!has-siblings:adjoins-item {
|
||||||
|
}
|
||||||
|
QTreeView::branch:has-children:!has-siblings:closed,
|
||||||
|
QTreeView::branch:closed:has-children:has-siblings {
|
||||||
|
}
|
||||||
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## CHECK BOX ########## */
|
||||||
|
|
||||||
|
QCheckBox {
|
||||||
|
}
|
||||||
|
QCheckBox::indicator:unchecked {
|
||||||
|
}
|
||||||
|
QCheckBox::indicator:checked {
|
||||||
|
}
|
||||||
|
QItemSelectionModel::Select {
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## HEADER VIEW ########## */
|
||||||
|
|
||||||
|
QHeaderView::section {
|
||||||
|
font : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## PROGRESS BAR ########## */
|
||||||
|
|
||||||
|
QProgressBar {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
QProgressBar::chunk {
|
||||||
|
background-color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#debugButton {
|
||||||
|
font: bold 8px;
|
||||||
|
color: #353945;
|
||||||
|
}
|
||||||
|
#debugButton:hover {
|
||||||
|
color: #353945;
|
||||||
|
}
|
347
calamares/branding/condorlinux/stylesheet.qss
Normal file
@ -0,0 +1,347 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
A branding component can ship a stylesheet (like this one)
|
||||||
|
which is applied to parts of the Calamares user-interface.
|
||||||
|
In principle, all parts can be styled through CSS.
|
||||||
|
Missing parts should be filed as issues.
|
||||||
|
|
||||||
|
The IDs are based on the object names in the C++ code.
|
||||||
|
You can use the Debug Dialog to find out object names:
|
||||||
|
- Open the debug dialog
|
||||||
|
- Choose tab *Tools*
|
||||||
|
- Click *Widget Tree* button
|
||||||
|
The list of object names is printed in the log.
|
||||||
|
|
||||||
|
Documentation for styling Qt Widgets through a stylesheet
|
||||||
|
can be found at
|
||||||
|
https://doc.qt.io/qt-5/stylesheet-examples.html
|
||||||
|
https://doc.qt.io/qt-5/stylesheet-reference.html
|
||||||
|
In Calamares, styling widget classes is supported (e.g.
|
||||||
|
using `QComboBox` as a selector).
|
||||||
|
|
||||||
|
This example stylesheet has all the actual styling commented out.
|
||||||
|
The examples are not exhaustive.
|
||||||
|
|
||||||
|
Use gammaray
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## MAIN APPLICATION WINDOW ########## */
|
||||||
|
|
||||||
|
#mainApp {
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarApp {
|
||||||
|
width : 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainText{
|
||||||
|
font : bold 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarMenuApp {
|
||||||
|
padding: 3px;
|
||||||
|
background-color: #353945;
|
||||||
|
}
|
||||||
|
|
||||||
|
QWidget {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#view-button-back:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#view-button-next:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
#view-button-cancel:hover {
|
||||||
|
color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## TOOLTIP ########## */
|
||||||
|
|
||||||
|
QToolTip {
|
||||||
|
background-color: #58B2D7;
|
||||||
|
font : 16px;
|
||||||
|
color: white;
|
||||||
|
padding: 3px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton {
|
||||||
|
font : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QDialogButtonBox {
|
||||||
|
dialogbuttonbox-buttons-have-icons: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## SCROLL BAR ########## */
|
||||||
|
|
||||||
|
QScrollBar:vertical {
|
||||||
|
background: #efefef;
|
||||||
|
width: 10px;
|
||||||
|
margin: 38px 0 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::handle:vertical {
|
||||||
|
background: #58B2D7;
|
||||||
|
max-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::sub-line:vertical {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
height: 10px;
|
||||||
|
subcontrol-position: top;
|
||||||
|
subcontrol-origin: margin;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::add-line:vertical {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
height: 10px;
|
||||||
|
subcontrol-position: bottom;
|
||||||
|
subcontrol-origin: margin;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## QLIST VIEW ########## */
|
||||||
|
|
||||||
|
QListView {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:alternate {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:selected:!active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:hover {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView#listLayout::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView#listVariant::item:!alternate:selected:active {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## QLINE EDIT ########## */
|
||||||
|
|
||||||
|
QLineEdit#LE_TestKeyboard {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#m_passphraseLineEdit, QLineEdit#vgName,
|
||||||
|
QLineEdit#m_confirmLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#textBoxUserVerifiedPassword, QLineEdit#textBoxVerifiedRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit#textBoxFullName, QLineEdit#textBoxLoginName, QLineEdit#textBoxHostName,
|
||||||
|
QLineEdit#textBoxUserPassword, QLineEdit#textBoxRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textBoxFullName, #textBoxLoginName, #textBoxHostName, #textBoxUserPassword,
|
||||||
|
#textBoxRootPassword, #textBoxAutoLogin, #vgName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#textBoxUserVerifiedPassword, #textBoxVerifiedRootPassword,
|
||||||
|
#LE_TestKeyboard, #m_confirmLineEdit, #m_passphraseLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ##########PARTITION ########## */
|
||||||
|
|
||||||
|
#partResizerWidget {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## PAGE_USERSETUP ########## */
|
||||||
|
|
||||||
|
#labelWhatIsYourName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxFullName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelFullName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelFullNameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#username_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxLoginName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUsername {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUsernameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#hostname_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxHostName {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelHostname {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelHostnameError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#password_label_2 {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxUserPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxUserVerifiedPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUserPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelUserPasswordError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxRequireStrongPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxDoAutoLogin {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#checkBoxReusePassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelChooseRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#textBoxVerifiedRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelRootPassword {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
#labelRootPasswordError {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## COMBO BOX ########## */
|
||||||
|
|
||||||
|
QComboBox {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QComboBox::item:selected {
|
||||||
|
background: #58B2D7;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mountPointComboBox::drop-down {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## SPIN BOX ########## */
|
||||||
|
|
||||||
|
QSpinBox {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit {
|
||||||
|
font: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## TREE VIEW ########## */
|
||||||
|
|
||||||
|
QTreeView {
|
||||||
|
font: 16px;
|
||||||
|
show-decoration-selected: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::item {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTreeView::item:selected {
|
||||||
|
background: #58B2D7;
|
||||||
|
font: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ########## HEADER VIEW ########## */
|
||||||
|
|
||||||
|
QHeaderView::section {
|
||||||
|
font : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ########## PROGRESS BAR ########## */
|
||||||
|
|
||||||
|
QProgressBar {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
QProgressBar::chunk {
|
||||||
|
background-color: #58B2D7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#debugButton {
|
||||||
|
background-color: none;
|
||||||
|
font: 12px;
|
||||||
|
color: #edecf0;
|
||||||
|
height: 32px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#debugButton:hover {
|
||||||
|
color: #ff7f7f;
|
||||||
|
}
|
||||||
|
|
||||||
|
#aboutButton {
|
||||||
|
background-color: none;
|
||||||
|
font: 12px;
|
||||||
|
color: #edecf0;
|
||||||
|
height: 32px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar:horizontal{
|
||||||
|
height:0
|
||||||
|
}
|
BIN
calamares/branding/condorlinux/wallpaper.png
Normal file
After Width: | Height: | Size: 156 KiB |
16
calamares/modules/bootloader-grub.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
efiBootLoader: "grub"
|
||||||
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
|
kernelPattern: "^vmlinuz.*"
|
||||||
|
loaderEntries:
|
||||||
|
- "timeout 5"
|
||||||
|
- "console-mode keep"
|
||||||
|
kernelParams: [ "quiet","nowatchdog" ]
|
||||||
|
|
||||||
|
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-rt","linux-rt-lts","linux-xanmod" ]
|
||||||
|
|
||||||
|
grubInstall: "grub-install"
|
||||||
|
grubMkconfig: "grub-mkconfig"
|
||||||
|
grubCfg: "/boot/grub/grub.cfg"
|
||||||
|
grubProbe: "grub-probe"
|
||||||
|
efiBootMgr: "efibootmgr"
|
||||||
|
installEFIFallback: true
|
16
calamares/modules/bootloader-refind.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
efiBootLoader: "refind"
|
||||||
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
|
kernelPattern: "^vmlinuz.*"
|
||||||
|
loaderEntries:
|
||||||
|
- "timeout 5"
|
||||||
|
- "console-mode keep"
|
||||||
|
kernelParams: [ "quiet","nowatchdog" ]
|
||||||
|
|
||||||
|
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-rt","linux-rt-lts","linux-xanmod" ]
|
||||||
|
|
||||||
|
grubInstall: "grub-install"
|
||||||
|
grubMkconfig: "grub-mkconfig"
|
||||||
|
grubCfg: "/boot/grub/grub.cfg"
|
||||||
|
grubProbe: "grub-probe"
|
||||||
|
efiBootMgr: "efibootmgr"
|
||||||
|
installEFIFallback: true
|
16
calamares/modules/bootloader-systemd.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
efiBootLoader: "systemd-boot"
|
||||||
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
|
kernelPattern: "^vmlinuz.*"
|
||||||
|
loaderEntries:
|
||||||
|
- "timeout 5"
|
||||||
|
- "console-mode keep"
|
||||||
|
kernelParams: [ "quiet","nowatchdog" ]
|
||||||
|
|
||||||
|
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-rt","linux-rt-lts","linux-xanmod" ]
|
||||||
|
|
||||||
|
grubInstall: "grub-install"
|
||||||
|
grubMkconfig: "grub-mkconfig"
|
||||||
|
grubCfg: "/boot/grub/grub.cfg"
|
||||||
|
grubProbe: "grub-probe"
|
||||||
|
efiBootMgr: "efibootmgr"
|
||||||
|
installEFIFallback: true
|
16
calamares/modules/bootloader.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
efiBootLoader: "grub"
|
||||||
|
kernelSearchPath: "/usr/lib/modules"
|
||||||
|
kernelPattern: "^vmlinuz.*"
|
||||||
|
loaderEntries:
|
||||||
|
- "timeout 5"
|
||||||
|
- "console-mode keep"
|
||||||
|
kernelParams: [ "quiet","nowatchdog" ]
|
||||||
|
|
||||||
|
refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened","linux-rt","linux-rt-lts","linux-xanmod" ]
|
||||||
|
|
||||||
|
grubInstall: "grub-install"
|
||||||
|
grubMkconfig: "grub-mkconfig"
|
||||||
|
grubCfg: "/boot/grub/grub.cfg"
|
||||||
|
grubProbe: "grub-probe"
|
||||||
|
efiBootMgr: "efibootmgr"
|
||||||
|
installEFIFallback: true
|
9
calamares/modules/displaymanager.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
displaymanagers:
|
||||||
|
- sddm
|
||||||
|
|
||||||
|
executable: "startkde"
|
||||||
|
desktopFile: "plasma"
|
||||||
|
|
||||||
|
basicSetup: false
|
||||||
|
|
||||||
|
sysconfigSetup: false
|
5
calamares/modules/finished.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
restartNowMode: user-checked
|
||||||
|
|
||||||
|
restartNowCommand: "systemctl -i reboot"
|
||||||
|
|
||||||
|
notifyOnFinished: false
|
11
calamares/modules/fstab.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
mountOptions:
|
||||||
|
default: defaults,noatime
|
||||||
|
btrfs: defaults,noatime,noautodefrag,compress=zstd
|
||||||
|
btrfs_swap: defaults,noatime
|
||||||
|
|
||||||
|
efiMountOptions: umask=0077
|
||||||
|
|
||||||
|
ssdExtraMountOptions:
|
||||||
|
btrfs: discard=async,ssd
|
||||||
|
|
||||||
|
crypttabOptions: luks
|
12
calamares/modules/grubcfg.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
overwrite: false
|
||||||
|
|
||||||
|
prefer_grub_d: false
|
||||||
|
|
||||||
|
keep_distributor: false
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
GRUB_TIMEOUT: 5
|
||||||
|
GRUB_DEFAULT: "saved"
|
||||||
|
GRUB_DISABLE_SUBMENU: true
|
||||||
|
GRUB_TERMINAL_OUTPUT: "console"
|
||||||
|
GRUB_DISABLE_RECOVERY: true
|
3
calamares/modules/initcpio.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kernel: linux
|
||||||
|
|
||||||
|
be_unsafe: false
|
9
calamares/modules/locale.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
region: "America"
|
||||||
|
zone: "New_York"
|
||||||
|
|
||||||
|
localeGenPath: "/etc/locale.gen"
|
||||||
|
|
||||||
|
geoip:
|
||||||
|
style: "json"
|
||||||
|
url: "https://geoip.kde.org/v1/calamares"
|
||||||
|
selector: ""
|
3
calamares/modules/machineid.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
systemd: true
|
||||||
|
dbus: true
|
||||||
|
dbus-symlink: true
|
48
calamares/modules/mount.conf
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
extraMounts:
|
||||||
|
- device: proc
|
||||||
|
fs: proc
|
||||||
|
mountPoint: /proc
|
||||||
|
- device: sys
|
||||||
|
fs: sysfs
|
||||||
|
mountPoint: /sys
|
||||||
|
- device: /dev
|
||||||
|
mountPoint: /dev
|
||||||
|
options: [ bind ]
|
||||||
|
- device: tmpfs
|
||||||
|
fs: tmpfs
|
||||||
|
mountPoint: /run
|
||||||
|
- device: /run/udev
|
||||||
|
mountPoint: /run/udev
|
||||||
|
options: [ bind ]
|
||||||
|
- device: efivarfs
|
||||||
|
fs: efivarfs
|
||||||
|
mountPoint: /sys/firmware/efi/efivars
|
||||||
|
efi: true
|
||||||
|
|
||||||
|
btrfsSubvolumes:
|
||||||
|
- mountPoint: /
|
||||||
|
subvolume: /@
|
||||||
|
- mountPoint: /home
|
||||||
|
subvolume: /@home
|
||||||
|
- mountPoint: /root
|
||||||
|
subvolume: /@root
|
||||||
|
- mountPoint: /srv
|
||||||
|
subvolume: /@srv
|
||||||
|
- mountPoint: /var/cache
|
||||||
|
subvolume: /@cache
|
||||||
|
- mountPoint: /var/log
|
||||||
|
subvolume: /@log
|
||||||
|
- mountPoint: /var/tmp
|
||||||
|
subvolume: /@tmp
|
||||||
|
|
||||||
|
btrfsSwapSubvol: /@swap
|
||||||
|
|
||||||
|
mountOptions:
|
||||||
|
- filesystem: default
|
||||||
|
options: [ defaults, noatime ]
|
||||||
|
- filesystem: efi
|
||||||
|
options: [ defaults, umask=0077 ]
|
||||||
|
- filesystem: btrfs
|
||||||
|
options: [ defaults, noatime, compress=zstd ]
|
||||||
|
- filesystem: btrfs_swap
|
||||||
|
options: [ defaults, noatime ]
|
13
calamares/modules/netinstall-applications.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-applications.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-applications.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Applications"
|
||||||
|
sidebar[nl]: "Applicaties"
|
||||||
|
sidebar[ja]: "アプリケーション"
|
||||||
|
title: "Applications"
|
||||||
|
title[nl]: "Applicaties"
|
||||||
|
title[ja]: "アプリケーション"
|
111
calamares/modules/netinstall-applications.yaml
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
- name: "Accessories"
|
||||||
|
description: "Accessories"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- cheese
|
||||||
|
- font-manager-git
|
||||||
|
- galculator
|
||||||
|
- gpick
|
||||||
|
- flameshot-git
|
||||||
|
- liferea
|
||||||
|
- mediainfo-gui
|
||||||
|
- mcomix
|
||||||
|
- nitrogen
|
||||||
|
- nomacs
|
||||||
|
- nomacs-git
|
||||||
|
- nomacs-qt6-git
|
||||||
|
- pdfarranger
|
||||||
|
- plank
|
||||||
|
- arcolinux-plank-themes-git
|
||||||
|
- screenkey-git
|
||||||
|
- variety
|
||||||
|
- name: "Conky"
|
||||||
|
description: "Conky and conky collection"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-conky-collection-git
|
||||||
|
- arcolinux-pipemenus-git
|
||||||
|
- conky-lua-archers
|
||||||
|
- yad
|
||||||
|
- name: "Git"
|
||||||
|
description: "Git applications"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- gitahead
|
||||||
|
- gitg
|
||||||
|
- gitfiend
|
||||||
|
- github-desktop-bin
|
||||||
|
- gitkraken
|
||||||
|
- name: "Password Manager"
|
||||||
|
description: "Password managers"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- bitwarden
|
||||||
|
- enpass-bin
|
||||||
|
- keepassxc
|
||||||
|
- lastpass
|
||||||
|
- name: "Privacy"
|
||||||
|
description: "Applications that ensure your privacy"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- torbrowser-launcher
|
||||||
|
- privoxy
|
||||||
|
- name: "Virtualbox for Linux kernel"
|
||||||
|
description: "Installs virtualbox for linux kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- virtualbox
|
||||||
|
- virtualbox-host-dkms
|
||||||
|
- linux
|
||||||
|
- linux-headers
|
||||||
|
- name: "Virtualbox for Linux-lts kernel"
|
||||||
|
description: "Installs virtualbox for linux-lts kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- virtualbox
|
||||||
|
- virtualbox-host-dkms
|
||||||
|
- linux-lts
|
||||||
|
- linux-lts-headers
|
||||||
|
- name: "Vmware"
|
||||||
|
description: "Installs vmware software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- open-vm-tools
|
||||||
|
- vmware-workstation
|
||||||
|
- vmware-keymaps
|
||||||
|
- name: "Qemu software"
|
||||||
|
description: "Installs qemu software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- qemu-base
|
||||||
|
- qemu-full
|
||||||
|
- quickemu
|
||||||
|
- quickemu-git
|
||||||
|
- quickgui-bin
|
13
calamares/modules/netinstall-arcolinux.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-arcolinux.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-arcolinux.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "ArcoLinux Tools"
|
||||||
|
sidebar[nl]: "ArcoLinux Tools"
|
||||||
|
sidebar[ja]: "ArcoLinux 道具"
|
||||||
|
title: "ArcoLinux Tools"
|
||||||
|
title[nl]: "ArcoLinux Tools"
|
||||||
|
title[ja]: "ArcoLinux 道具"
|
155
calamares/modules/netinstall-arcolinux.yaml
Normal file
@ -0,0 +1,155 @@
|
|||||||
|
- name: "ArcoLinux Plasma Packages"
|
||||||
|
description: "ArcoLinux plasma packages"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-plasma-keybindings-git
|
||||||
|
- arcolinux-plasma-servicemenus-git
|
||||||
|
- arcolinux-plasma-theme-candy-beauty-arc-dark-git
|
||||||
|
- arcolinux-plasma-theme-candy-beauty-nordic-git
|
||||||
|
- arcolinux-plasma-theme-surfn-arc-dark-git
|
||||||
|
- arcolinux-plasma-theme-surfn-nordic-git
|
||||||
|
- name: "ArcoLinux Meta Packages"
|
||||||
|
description: "ArcoLinux meta packages"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-meta-arc-theme
|
||||||
|
- arcolinux-meta-asian-fonts
|
||||||
|
- arcolinux-meta-fun
|
||||||
|
- arcolinux-meta-log
|
||||||
|
- arcolinux-meta-plasma-design
|
||||||
|
- arcolinux-meta-samba
|
||||||
|
- arcolinux-meta-sddm-themes
|
||||||
|
- arcolinux-meta-steam-amd
|
||||||
|
- arcolinux-meta-steam-intel
|
||||||
|
- arcolinux-meta-steam-nvidia
|
||||||
|
- arcolinux-meta-utilities
|
||||||
|
- arcolinux-meta-wine
|
||||||
|
- name: "ArcoLinux Applications"
|
||||||
|
description: "ArcoLinux applications"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- archlinux-logout-git
|
||||||
|
- archlinux-tweak-tool-git
|
||||||
|
- arcolinux-desktop-trasher-git
|
||||||
|
- arcolinux-powermenu-git
|
||||||
|
- arcolinux-reflector-simple-git
|
||||||
|
- arcolinux-teamviewer
|
||||||
|
- arcolinux-tellme-git
|
||||||
|
- arcolinux-xlunch-git
|
||||||
|
- name: "ArcoLinux Arc Theming"
|
||||||
|
description: "ArcoLinux arc theming packages"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-arc-aqua-git
|
||||||
|
- arcolinux-arc-archlinux-blue-git
|
||||||
|
- arcolinux-arc-arcolinux-blue-git
|
||||||
|
- arcolinux-arc-azul-git
|
||||||
|
- arcolinux-arc-azure-git
|
||||||
|
- arcolinux-arc-azure-dodger-blue-git
|
||||||
|
- arcolinux-arc-blood-git
|
||||||
|
- arcolinux-arc-blue-sky-git
|
||||||
|
- arcolinux-arc-blueberry-git
|
||||||
|
- arcolinux-arc-botticelli-git
|
||||||
|
- arcolinux-arc-bright-lilac-git
|
||||||
|
- arcolinux-arc-carnation-git
|
||||||
|
- arcolinux-arc-carolina-blue-git
|
||||||
|
- arcolinux-arc-casablanca-git
|
||||||
|
- arcolinux-arc-cornflower-blue-git
|
||||||
|
- arcolinux-arc-crimson-git
|
||||||
|
- arcolinux-arc-darkish-git
|
||||||
|
- arcolinux-arc-dawn-git
|
||||||
|
- arcolinux-arc-dodger-blue-git
|
||||||
|
- arcolinux-arc-emerald-git
|
||||||
|
- arcolinux-arc-evopop-git
|
||||||
|
- arcolinux-arc-fern-git
|
||||||
|
- arcolinux-arc-fire-git
|
||||||
|
- arcolinux-arc-froly-git
|
||||||
|
- arcolinux-arc-havelock-git
|
||||||
|
- arcolinux-arc-hibiscus-git
|
||||||
|
- arcolinux-arc-light-blue-grey-git
|
||||||
|
- arcolinux-arc-light-blue-surfn-git
|
||||||
|
- arcolinux-arc-light-salmon-git
|
||||||
|
- arcolinux-arc-mandy-git
|
||||||
|
- arcolinux-arc-mantis-git
|
||||||
|
- arcolinux-arc-medium-blue-git
|
||||||
|
- arcolinux-arc-niagara-git
|
||||||
|
- arcolinux-arc-nice-blue-git
|
||||||
|
- arcolinux-arc-numix-git
|
||||||
|
- arcolinux-arc-orchid-git
|
||||||
|
- arcolinux-arc-pale-grey-git
|
||||||
|
- arcolinux-arc-paper-git
|
||||||
|
- arcolinux-arc-pink-git
|
||||||
|
- arcolinux-arc-polo-git
|
||||||
|
- arcolinux-arc-punch-git
|
||||||
|
- arcolinux-arc-purpley-git
|
||||||
|
- arcolinux-arc-red-orange-git
|
||||||
|
- arcolinux-arc-red-violet-git
|
||||||
|
- arcolinux-arc-rusty-orange-git
|
||||||
|
- arcolinux-arc-sky-blue-git
|
||||||
|
- arcolinux-arc-slate-grey-git
|
||||||
|
- arcolinux-arc-smoke-git
|
||||||
|
- arcolinux-arc-soft-blue-git
|
||||||
|
- arcolinux-arc-tacao-git
|
||||||
|
- arcolinux-arc-tangerine-git
|
||||||
|
- arcolinux-arc-tory-git
|
||||||
|
- arcolinux-arc-twilight-git
|
||||||
|
- arcolinux-arc-warm-pink-git
|
||||||
|
- name: "ArcoLinux Theming"
|
||||||
|
description: "ArcoLinux theming packages"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- a-candy-beauty-icon-theme-git
|
||||||
|
- arcolinux-arc-kde
|
||||||
|
- arcolinux-mint-y-icons-git
|
||||||
|
- arcolinux-paleofetch-git
|
||||||
|
- arcolinux-plank-git
|
||||||
|
- arcolinux-plank-themes-git
|
||||||
|
- name: "ArcoLinux Wallpapers"
|
||||||
|
description: "ArcoLinux wallpapers"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- archlinux-login-backgrounds-git
|
||||||
|
- arcolinux-wallpapers-git
|
||||||
|
- arcolinux-wallpapers-candy-git
|
||||||
|
- arcolinux-wallpapers-dual-git
|
||||||
|
- name: "ArcoLinux Sddm themes"
|
||||||
|
description: "ArcoLinux Sddm themes"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- archlinux-login-backgrounds-git
|
||||||
|
- arcolinux-sddm-futuristic-git
|
||||||
|
- arcolinux-sddm-materia-git
|
||||||
|
- arcolinux-sddm-simplicity-git
|
||||||
|
- arcolinux-sddm-slice-git
|
||||||
|
- arcolinux-sddm-sugar-candy-git
|
||||||
|
- arcolinux-sddm-urbanlifestyle-git
|
||||||
|
- name: "Packages that will install plasma as a dependency"
|
||||||
|
description: "Plasma related"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-sddm-breeze-git
|
||||||
|
- arcolinux-sddm-breeze-minimal-git
|
13
calamares/modules/netinstall-arcolinuxdev.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-arcolinuxdev.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-arcolinuxdev.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "ArcoLinux Dev"
|
||||||
|
sidebar[nl]: "ArcoLinux Dev"
|
||||||
|
sidebar[ja]: "ArcoLinux 開発"
|
||||||
|
title: "ArcoLinux Dev"
|
||||||
|
title[nl]: "ArcoLinux Dev"
|
||||||
|
title[ja]: "ArcoLinux 開発"
|
23
calamares/modules/netinstall-arcolinuxdev.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
- name: "ArcoLinux Dev"
|
||||||
|
description: "Software for ArcoLinux developers and betatesters"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-local-xfce4-git
|
||||||
|
- arcolinux-powermenu-git
|
||||||
|
- arcolinux-xfce-git
|
||||||
|
- discord
|
||||||
|
- firefox
|
||||||
|
- flameshot-git
|
||||||
|
- gitahead
|
||||||
|
- meld
|
||||||
|
- scrot
|
||||||
|
- simplescreenrecorder
|
||||||
|
- sublime-text-4
|
||||||
|
- telegram-desktop
|
||||||
|
- the_platinum_searcher-bin
|
||||||
|
- thunar
|
||||||
|
- thunar-archive-plugin
|
||||||
|
- thunar-volman
|
13
calamares/modules/netinstall-communication.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-communication.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-communication.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Communication"
|
||||||
|
sidebar[nl]: "Communication"
|
||||||
|
sidebar[ja]: "コミュニケーション"
|
||||||
|
title: "Communication"
|
||||||
|
title[nl]: "Communication"
|
||||||
|
title[ja]: "コミュニケーション"
|
44
calamares/modules/netinstall-communication.yaml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
- name: "Communication"
|
||||||
|
description: "Communication software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- element-desktop
|
||||||
|
- discord
|
||||||
|
- discord_arch_electron
|
||||||
|
- google-chat-linux-bin
|
||||||
|
- hexchat
|
||||||
|
- jitsi-meet-desktop-bin
|
||||||
|
- mumble
|
||||||
|
- neochat
|
||||||
|
- pidgin
|
||||||
|
- qtox
|
||||||
|
- skypeforlinux-stable-bin
|
||||||
|
- signal-desktop
|
||||||
|
- signal-desktop-beta-bin
|
||||||
|
- slack-desktop
|
||||||
|
- teams
|
||||||
|
- telegram-desktop
|
||||||
|
- telegram-desktop-bin
|
||||||
|
- tweetdeck-desktop
|
||||||
|
- viber
|
||||||
|
- whatsapp-nativefier
|
||||||
|
- wire-desktop
|
||||||
|
- zoom
|
||||||
|
- name: "Connect Remotely"
|
||||||
|
description: "Applications to connect to other systems"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- anydesk-bin
|
||||||
|
- arcolinux-teamviewer
|
||||||
|
- krdc
|
||||||
|
- nomachine
|
||||||
|
- realvnc-vnc-server
|
||||||
|
- realvnc-vnc-viewer
|
||||||
|
- remmina
|
||||||
|
- tigervnc
|
13
calamares/modules/netinstall-desktop-wayland.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-desktop-wayland.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-desktop-wayland.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Desktop Wayland"
|
||||||
|
sidebar[nl]: "Desktop Wayland"
|
||||||
|
sidebar[jp]: "デスクトップ"
|
||||||
|
title: "Desktop Wayland"
|
||||||
|
title[nl]: "Desktop Wayland"
|
||||||
|
title[jp]: "デスクトップ"
|
84
calamares/modules/netinstall-desktop-wayland.yaml
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
- name: "Desktop: Hyprland - Wayland"
|
||||||
|
description: "Installs hyprland - only on real metal"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- archlinux-logout-git
|
||||||
|
- arcolinux-hyprland-git
|
||||||
|
- arcolinux-kitty-git
|
||||||
|
- hyprland-git
|
||||||
|
- kitty
|
||||||
|
- swaybg
|
||||||
|
- thunar
|
||||||
|
- ttf-jetbrains-mono-nerd
|
||||||
|
- waybar-git
|
||||||
|
- wofi
|
||||||
|
- xfce4-terminal
|
||||||
|
- name: "Desktop: Sway - Wayland"
|
||||||
|
description: "Installs sway - only on real metal"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- archlinux-logout-git
|
||||||
|
- arcolinux-kitty-git
|
||||||
|
- arcolinux-nwg-drawer-git
|
||||||
|
- arcolinux-sway-git
|
||||||
|
- kitty
|
||||||
|
- nwg-drawer-bin
|
||||||
|
- rofi-lbonn-wayland-only-git
|
||||||
|
- thunar
|
||||||
|
- sway
|
||||||
|
- swaybg
|
||||||
|
- swayidle
|
||||||
|
- swaylock
|
||||||
|
- ttf-iosevka-nerd
|
||||||
|
- waybar-git
|
||||||
|
- name: "Desktop: Wayfire - Wayland"
|
||||||
|
description: "Installs wayfire - only on real metal"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- a-candy-beauty-icon-theme-git
|
||||||
|
- archlinux-logout-git
|
||||||
|
- arcolinux-foot-git
|
||||||
|
- arcolinux-kitty-git
|
||||||
|
- arcolinux-rofi-git
|
||||||
|
- arcolinux-rofi-themes-git
|
||||||
|
- arcolinux-wallpapers-wayfire-git
|
||||||
|
- arcolinux-wayfire-git
|
||||||
|
- arcolinux-xfce-git
|
||||||
|
- feh
|
||||||
|
- foot
|
||||||
|
- grim
|
||||||
|
- kitty
|
||||||
|
- libdisplay-info
|
||||||
|
- libliftoff
|
||||||
|
- mako
|
||||||
|
- polkit-gnome
|
||||||
|
- rofi-lbonn-wayland-only-git
|
||||||
|
- slurp
|
||||||
|
- swaybg
|
||||||
|
- swayidle
|
||||||
|
- swaylock
|
||||||
|
- swww
|
||||||
|
- thunar
|
||||||
|
- ttf-jetbrains-mono-nerd
|
||||||
|
- waybar-git
|
||||||
|
- wayfire-git
|
||||||
|
- wayfire-plugins-extra-git
|
||||||
|
- wcm-git
|
||||||
|
- wf-kill-git
|
||||||
|
- wf-shell-git
|
||||||
|
- wl-clipboard
|
||||||
|
- wofi
|
||||||
|
- xdg-desktop-portal-wlr
|
||||||
|
- xfce4-terminal
|
13
calamares/modules/netinstall-desktop.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-desktop.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-desktop.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Desktop"
|
||||||
|
sidebar[nl]: "Desktop"
|
||||||
|
sidebar[jp]: "デスクトップ"
|
||||||
|
title: "Desktop"
|
||||||
|
title[nl]: "Desktop"
|
||||||
|
title[jp]: "デスクトップ"
|
1175
calamares/modules/netinstall-desktop.yaml
Normal file
13
calamares/modules/netinstall-development.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-development.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-development.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Development"
|
||||||
|
sidebar[nl]: "Development"
|
||||||
|
sidebar[ja]: "開発ソフトウェア"
|
||||||
|
title: "Development"
|
||||||
|
title[nl]: "Development"
|
||||||
|
title[ja]: "開発ソフトウェア"
|
34
calamares/modules/netinstall-development.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
- name: "Development"
|
||||||
|
description: "Development software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arduino
|
||||||
|
- bluefish
|
||||||
|
- brackets-bin
|
||||||
|
- code
|
||||||
|
- codeblocks
|
||||||
|
- emacs
|
||||||
|
- geany
|
||||||
|
- geany-plugins
|
||||||
|
- glade
|
||||||
|
- intellij-idea-community-edition
|
||||||
|
- kdevelop
|
||||||
|
- kde-dev-utils
|
||||||
|
- leafpad
|
||||||
|
- meld
|
||||||
|
- micro
|
||||||
|
- netbeans
|
||||||
|
- notepadqq
|
||||||
|
- openscad
|
||||||
|
- pulsar-bin
|
||||||
|
- pycharm-community-edition
|
||||||
|
- qt5-tools
|
||||||
|
- qtcreator
|
||||||
|
- sublime-text-4
|
||||||
|
- vim
|
||||||
|
- vim-runtime
|
||||||
|
- visual-studio-code-bin
|
||||||
|
- vscodium-bin
|
11
calamares/modules/netinstall-drivers.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-drivers.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-drivers.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Drivers"
|
||||||
|
sidebar[nl]: "Drivers"
|
||||||
|
title: "Drivers"
|
||||||
|
title[nl]: "Drivers"
|
41
calamares/modules/netinstall-drivers.yaml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
- name: "Xf86-video-nouveau"
|
||||||
|
description: "Installs xf86-video-nouveau"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- xf86-video-nouveau
|
||||||
|
- name: "Xf86-video-amdgpu"
|
||||||
|
description: "Installs xf86-video-amdgpu"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- xf86-video-amdgpu
|
||||||
|
- name: "Xf86-video-ati"
|
||||||
|
description: "Installs xf86-video-ati"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- xf86-video-ati
|
||||||
|
- name: "Xf86-video-vesa"
|
||||||
|
description: "Installs xf86-video-vesa"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- xf86-video-vesa
|
||||||
|
- name: "Xf86-video-openchrome"
|
||||||
|
description: "Installs xf86-video-openchrome"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- xf86-video-openchrome
|
13
calamares/modules/netinstall-filemanagers.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-filemanagers.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-filemanagers.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Filemanagers"
|
||||||
|
sidebar[nl]: "Filemanagers"
|
||||||
|
sidebar[ja]: "ファイルマネージャー"
|
||||||
|
title: "Filemanagers"
|
||||||
|
title[nl]: "Filemanagers"
|
||||||
|
title[ja]: "ファイルマネージャー"
|
23
calamares/modules/netinstall-filemanagers.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
- name: "Filemanagers"
|
||||||
|
description: "Filemanagers"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- caja
|
||||||
|
- dolphin
|
||||||
|
- doublecmd-qt5
|
||||||
|
- joshuto
|
||||||
|
- lf
|
||||||
|
- nnn
|
||||||
|
- mc
|
||||||
|
- nautilus
|
||||||
|
- nemo
|
||||||
|
- nemo-fileroller
|
||||||
|
- pcmanfm
|
||||||
|
- ranger
|
||||||
|
- thunar
|
||||||
|
- thunar-archive-plugin
|
||||||
|
- thunar-volman
|
||||||
|
- thunar-shares-plugin
|
13
calamares/modules/netinstall-fonts.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-fonts.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-fonts.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Fonts"
|
||||||
|
sidebar[nl]: "Fonts"
|
||||||
|
sidebar[ja]: "フォント"
|
||||||
|
title: "Fonts"
|
||||||
|
title[nl]: "Fonts"
|
||||||
|
title[ja]: "フォント"
|
55
calamares/modules/netinstall-fonts.yaml
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
- name: "Fonts"
|
||||||
|
description: "Fonts"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- adobe-source-code-pro-fonts
|
||||||
|
- adobe-source-sans-fonts
|
||||||
|
- adobe-source-serif-fonts
|
||||||
|
- awesome-terminal-fonts
|
||||||
|
- libertinus-font
|
||||||
|
- lohit-fonts
|
||||||
|
- nerd-fonts-source-code-pro
|
||||||
|
- noto-fonts
|
||||||
|
- noto-fonts-emoji
|
||||||
|
- ttf-anonymous-pro
|
||||||
|
- ttf-bitstream-vera
|
||||||
|
- ttf-caladea
|
||||||
|
- ttf-carlito
|
||||||
|
- ttf-cascadia-code
|
||||||
|
- ttf-cormorant
|
||||||
|
- ttf-croscore
|
||||||
|
- ttf-dejavu
|
||||||
|
- ttf-droid
|
||||||
|
- ttf-eurof
|
||||||
|
- ttf-fantasque-sans-mono
|
||||||
|
- ttf-fira-code
|
||||||
|
- ttf-fira-mono
|
||||||
|
- ttf-fira-sans
|
||||||
|
- ttf-font-awesome
|
||||||
|
- ttf-hack
|
||||||
|
- ttf-hactor
|
||||||
|
- ttf-hellvetica
|
||||||
|
- ttf-ibm-plex
|
||||||
|
- ttf-inconsolata
|
||||||
|
- ttf-iosevka-nerd
|
||||||
|
- ttf-jetbrains-mono
|
||||||
|
- ttf-jetbrains-mono-nerd
|
||||||
|
- ttf-joypixels
|
||||||
|
- ttf-lato
|
||||||
|
- ttf-liberation
|
||||||
|
- ttf-linux-libertine
|
||||||
|
- ttf-linux-libertine-g
|
||||||
|
- ttf-meslo-nerd-font-powerlevel10k
|
||||||
|
- ttf-mac-fonts
|
||||||
|
- ttf-monofur
|
||||||
|
- ttf-ms-fonts
|
||||||
|
- ttf-nerd-fonts-symbols
|
||||||
|
- ttf-nerd-fonts-symbols-mono
|
||||||
|
- ttf-opensans
|
||||||
|
- ttf-proggy-clean
|
||||||
|
- ttf-roboto
|
||||||
|
- ttf-roboto-mono
|
||||||
|
- ttf-ubuntu-font-family
|
13
calamares/modules/netinstall-gaming.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-gaming.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-gaming.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Gaming"
|
||||||
|
sidebar[nl]: "Gaming"
|
||||||
|
sidebar[ja]: "ゲーム"
|
||||||
|
title: "Gaming"
|
||||||
|
title[nl]: "Gaming"
|
||||||
|
title[ja]: "ゲーム"
|
64
calamares/modules/netinstall-gaming.yaml
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
- name: "Games"
|
||||||
|
description: "Gaming software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- aisleriot
|
||||||
|
- armagetronad
|
||||||
|
- astromenace
|
||||||
|
- chromium-bsu
|
||||||
|
- extremetuxracer
|
||||||
|
- freeciv
|
||||||
|
- gnome-chess
|
||||||
|
- gnuchess
|
||||||
|
- hedgewars
|
||||||
|
- kbreakout
|
||||||
|
- knights
|
||||||
|
- mari0
|
||||||
|
- minecraft-launcher
|
||||||
|
- multimc-git
|
||||||
|
- neverball
|
||||||
|
- sauerbraten
|
||||||
|
- sauerbraten-data
|
||||||
|
- supertux
|
||||||
|
- supertuxkart
|
||||||
|
- warsow
|
||||||
|
- wesnoth
|
||||||
|
- xonotic
|
||||||
|
- xonotic-data
|
||||||
|
- name: "Game utilities"
|
||||||
|
description: "Game utilities"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- arcolinux-meta-steam-amd
|
||||||
|
- arcolinux-meta-steam-intel
|
||||||
|
- arcolinux-meta-steam-nvidia
|
||||||
|
- gamehub-bin
|
||||||
|
- gamemode
|
||||||
|
- game-devices-udev
|
||||||
|
- goverlay-bin
|
||||||
|
- heroic-games-launcher-bin
|
||||||
|
- itch
|
||||||
|
- legendary
|
||||||
|
- lutris
|
||||||
|
- mangohud
|
||||||
|
- minigalaxy
|
||||||
|
- playonlinux
|
||||||
|
- proton-community-updater
|
||||||
|
- proton-ge-custom-bin
|
||||||
|
- protontricks
|
||||||
|
- protontricks-git
|
||||||
|
- protonup-qt-bin
|
||||||
|
- protonup-git
|
||||||
|
- rare
|
||||||
|
- replay-sorcery
|
||||||
|
- supergfxctl
|
||||||
|
- steam-buddy
|
||||||
|
- steam-tweaks
|
||||||
|
- steamtinkerlaunch
|
||||||
|
- vkbasalt
|
13
calamares/modules/netinstall-graphics.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-graphics.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-graphics.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Graphics"
|
||||||
|
sidebar[nl]: "Grahpics"
|
||||||
|
sidebar[ja]: "グラフィックス"
|
||||||
|
title: "Graphics"
|
||||||
|
title[nl]: "Graphics"
|
||||||
|
title[ja]: "グラフィックス"
|
13
calamares/modules/netinstall-graphics.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
- name: "Graphics"
|
||||||
|
description: "Graphics"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- blender
|
||||||
|
- darktable
|
||||||
|
- digikam
|
||||||
|
- gimp
|
||||||
|
- inkscape
|
||||||
|
- krita
|
13
calamares/modules/netinstall-internet.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-internet.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-internet.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Internet"
|
||||||
|
sidebar[nl]: "Internet"
|
||||||
|
sidebar[ja]: "インターネット"
|
||||||
|
title: "Internet"
|
||||||
|
title[nl]: "Internet"
|
||||||
|
title[ja]: "インターネット"
|
77
calamares/modules/netinstall-internet.yaml
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
- name: "Browsers"
|
||||||
|
description: "Browsers"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- brave-bin
|
||||||
|
- chrome-gnome-shell
|
||||||
|
- chromium
|
||||||
|
- chromium-widevine
|
||||||
|
- falkon
|
||||||
|
- firefox
|
||||||
|
- firefox-adblock-plus
|
||||||
|
- firefox-ublock-origin
|
||||||
|
- google-chrome
|
||||||
|
- icecat
|
||||||
|
- librewolf-bin
|
||||||
|
- netsurf
|
||||||
|
- opera
|
||||||
|
- qutebrowser
|
||||||
|
- torbrowser-launcher
|
||||||
|
- vivaldi
|
||||||
|
- vivaldi-ffmpeg-codecs
|
||||||
|
- vivaldi-widevine
|
||||||
|
- name: "Downloaders"
|
||||||
|
description: "Downloaders"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- aria2
|
||||||
|
- deluge
|
||||||
|
- filezilla
|
||||||
|
- fragments
|
||||||
|
- freedownloadmanager
|
||||||
|
- gdown
|
||||||
|
- jdownloader2
|
||||||
|
- ktorrent
|
||||||
|
- persepolis
|
||||||
|
- qbittorrent
|
||||||
|
- transmission-gtk
|
||||||
|
- xdman
|
||||||
|
- name: "Cloud Software"
|
||||||
|
description: "Cloud software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- dropbox
|
||||||
|
- insync
|
||||||
|
- megasync-bin
|
||||||
|
- nextcloud-client
|
||||||
|
- name: "Mail Clients"
|
||||||
|
description: "Mail clients"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- evolution
|
||||||
|
- geary
|
||||||
|
- mailspring
|
||||||
|
- thunderbird
|
||||||
|
- name: "Vpn Software"
|
||||||
|
description: "Vpn Software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- mullvad-vpn-bin
|
||||||
|
- nordtray-bin
|
||||||
|
- nordpass-bin
|
||||||
|
- nordvpn-bin
|
11
calamares/modules/netinstall-kernel.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-kernel.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-kernel.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Kernel"
|
||||||
|
sidebar[nl]: "Kernel"
|
||||||
|
title: "Kernel"
|
||||||
|
title[nl]: "Kernel"
|
48
calamares/modules/netinstall-kernel.yaml
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
- name: "Linux kernel"
|
||||||
|
description: "Installs the latest linux kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- linux
|
||||||
|
- linux-headers
|
||||||
|
- name: "Linux-lts kernel"
|
||||||
|
description: "Installs the linux-lts kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- linux-lts
|
||||||
|
- linux-lts-headers
|
||||||
|
- name: "Linux-hardened kernel"
|
||||||
|
description: "Installs the linux-hardened kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- linux-hardened
|
||||||
|
- linux-hardened-headers
|
||||||
|
- name: "Linux-zen kernel"
|
||||||
|
description: "Installs the linux-zen kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- linux-zen
|
||||||
|
- linux-zen-headers
|
||||||
|
- name: "Intel-ucode"
|
||||||
|
description: "Installs intel-ucode"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- intel-ucode
|
||||||
|
- name: "Amd-ucode"
|
||||||
|
description: "Installs amd-ucode"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- amd-ucode
|
13
calamares/modules/netinstall-login.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-login.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-login.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Login"
|
||||||
|
sidebar[nl]: "Login"
|
||||||
|
sidebar[jp]: "ログイン"
|
||||||
|
title: "Login"
|
||||||
|
title[nl]: "Login"
|
||||||
|
title[jp]: "ログイン"
|
50
calamares/modules/netinstall-login.yaml
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
- name: "Login Manager: Sddm"
|
||||||
|
description: "Installs sddm"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- sddm
|
||||||
|
- arcolinux-sddm-futuristic-git
|
||||||
|
- arcolinux-sddm-materia-git
|
||||||
|
- arcolinux-sddm-simplicity-git
|
||||||
|
- arcolinux-sddm-slice-git
|
||||||
|
- arcolinux-sddm-sugar-candy-git
|
||||||
|
- arcolinux-sddm-urbanlifestyle-git
|
||||||
|
- name: "Login Manager: Lightdm"
|
||||||
|
description: "Installs lightdm"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- lightdm
|
||||||
|
- lightdm-gtk-greeter
|
||||||
|
- lightdm-gtk-greeter-settings
|
||||||
|
- lightdm-webkit-theme-aether
|
||||||
|
- lightdm-webkit2-theme-reactive
|
||||||
|
- arcolinux-wallpapers-git
|
||||||
|
- lightdm-slick-greeter
|
||||||
|
- name: "Login Manager: Gdm"
|
||||||
|
description: "Installs gdm"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- gdm
|
||||||
|
- arcolinux-wallpapers-git
|
||||||
|
- name: "Login Manager: Lxdm"
|
||||||
|
description: "Installs lxdm"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- lxdm
|
||||||
|
- arcolinux-wallpapers-git
|
||||||
|
- name: "Login Manager: Ly"
|
||||||
|
description: "Installs ly"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- ly
|
||||||
|
- arcolinux-wallpapers-git
|
13
calamares/modules/netinstall-multimedia.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-multimedia.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-multimedia.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Multimedia"
|
||||||
|
sidebar[nl]: "Multimedia"
|
||||||
|
sidebar[ja]: "マルチメディア"
|
||||||
|
title: "Multimedia"
|
||||||
|
title[nl]: "Multimedia"
|
||||||
|
title[ja]: "マルチメディア"
|
77
calamares/modules/netinstall-multimedia.yaml
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
- name: "Audio Software"
|
||||||
|
description: "Primarily Audio software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- amberol
|
||||||
|
- ardour
|
||||||
|
- audacious
|
||||||
|
- audacious-plugins
|
||||||
|
- audacity
|
||||||
|
- byte
|
||||||
|
- cava
|
||||||
|
- clementine
|
||||||
|
- curseradio-git
|
||||||
|
- deadbeef
|
||||||
|
- deezer
|
||||||
|
- elisa
|
||||||
|
- gmusicbrowser
|
||||||
|
- g4music
|
||||||
|
- juk
|
||||||
|
- kwave
|
||||||
|
- lollypop
|
||||||
|
- lxmusic
|
||||||
|
- lmms
|
||||||
|
- ncmpcpp
|
||||||
|
- olivia
|
||||||
|
- pragha
|
||||||
|
- radiotray
|
||||||
|
- rhythmbox
|
||||||
|
- sayonara-player
|
||||||
|
- shortwave
|
||||||
|
- soundconverter
|
||||||
|
- spotify
|
||||||
|
- spotifywm-git
|
||||||
|
- spotify-adblock-git
|
||||||
|
- tauon-music-box
|
||||||
|
- name: "Video Software"
|
||||||
|
description: "Primarily Video software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- celluloid
|
||||||
|
- clapper
|
||||||
|
- freetube-bin
|
||||||
|
- guvcview
|
||||||
|
- handbrake
|
||||||
|
- hypnotix
|
||||||
|
- juk
|
||||||
|
- kazam
|
||||||
|
- kdenlive
|
||||||
|
- kodi-x11
|
||||||
|
- kodi
|
||||||
|
- kodi-addons
|
||||||
|
- losslesscut-bin
|
||||||
|
- obs-studio
|
||||||
|
- openshot
|
||||||
|
- makemkv
|
||||||
|
- mkvtoolnix-gui
|
||||||
|
- mpc
|
||||||
|
- mpd
|
||||||
|
- mpv
|
||||||
|
- peek
|
||||||
|
- pitivi
|
||||||
|
- plex-media-player
|
||||||
|
- plex-media-server
|
||||||
|
- qtwebflix-git
|
||||||
|
- simplescreenrecorder
|
||||||
|
- simplescreenrecorder-git
|
||||||
|
- smplayer
|
||||||
|
- vlc
|
||||||
|
- youtube-dl
|
||||||
|
- youtube-dl-gui-git
|
||||||
|
- yt-dlp
|
11
calamares/modules/netinstall-nvidia.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-nvidia.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-nvidia.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Drivers Nv"
|
||||||
|
sidebar[nl]: "Drivers Nv"
|
||||||
|
title: "Drivers Nvidia"
|
||||||
|
title[nl]: "Drivers Nvidia"
|
74
calamares/modules/netinstall-nvidia.yaml
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
- name: "Nvidia-dkms for linux kernel - installed by default"
|
||||||
|
description: "Installs nvidia-dkms for linux kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- linux
|
||||||
|
- linux-headers
|
||||||
|
- nvidia-dkms
|
||||||
|
- nvidia-settings
|
||||||
|
- nvidia-utils
|
||||||
|
- name: "Nvidia-dkms for linux-lts kernel"
|
||||||
|
description: "Installs nvidia-dkms for linux-lts kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- linux-lts
|
||||||
|
- linux-lts-headers
|
||||||
|
- nvidia-dkms
|
||||||
|
- nvidia-settings
|
||||||
|
- nvidia-utils
|
||||||
|
- name: "Nvidia-dkms for linux-hardened kernel"
|
||||||
|
description: "Installs nvidia-dkms for linux-hardened kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- linux-hardened
|
||||||
|
- linux-hardened-headers
|
||||||
|
- nvidia-dkms
|
||||||
|
- nvidia-settings
|
||||||
|
- nvidia-utils
|
||||||
|
- name: "Nvidia-dkms for linux-zen kernel"
|
||||||
|
description: "Installs nvidia-dkms for linux-zen kernel"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- linux-zen
|
||||||
|
- linux-zen-headers
|
||||||
|
- nvidia-dkms
|
||||||
|
- nvidia-settings
|
||||||
|
- nvidia-utils
|
||||||
|
- name: "Nvidia Related"
|
||||||
|
description: "Nvidia related applications"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
immutable: false
|
||||||
|
expanded: false
|
||||||
|
packages:
|
||||||
|
- bumblebee
|
||||||
|
- bumblebee-status
|
||||||
|
- bumblebee-status-git
|
||||||
|
- cuda
|
||||||
|
- envycontrol
|
||||||
|
- gwe
|
||||||
|
- nvflash
|
||||||
|
- nvidia
|
||||||
|
- nvidia-lts
|
||||||
|
- nvidia-prime
|
||||||
|
- nvidia-xrun
|
||||||
|
- nvtop
|
||||||
|
- optimus-manager
|
||||||
|
- optimus-manager-qt
|
13
calamares/modules/netinstall-office.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-office.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-office.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Office"
|
||||||
|
sidebar[nl]: "Office"
|
||||||
|
sidebar[ja]: "オフィスソフトウェア"
|
||||||
|
title: "Office"
|
||||||
|
title[nl]: "Office"
|
||||||
|
title[ja]: "オフィスソフトウェア"
|
123
calamares/modules/netinstall-office.yaml
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
- name: "Abiword"
|
||||||
|
description: "Abiword"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- abiword
|
||||||
|
- name: "Calligra"
|
||||||
|
description: "Office Suite"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- calligra
|
||||||
|
- calligra-plan
|
||||||
|
- name: "Epub"
|
||||||
|
description: "Epub"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- calibre
|
||||||
|
- sigil
|
||||||
|
- name: "Freeoffice"
|
||||||
|
description: "Freeoffice"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- freeoffice
|
||||||
|
- name: "Focuswriter"
|
||||||
|
description: "Focuswriter"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- focuswriter
|
||||||
|
- name: "Ghostwriter"
|
||||||
|
description: "Ghostwriter"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- ghostwriter
|
||||||
|
- name: "Gnumeric"
|
||||||
|
description: "Gnumeric"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- gnumeric
|
||||||
|
- name: "Libre Office Fresh"
|
||||||
|
description: "Installs libre office fresh - feature branch - conflicts with still"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- libreoffice-fresh
|
||||||
|
- hunspell
|
||||||
|
- name: "Libre Office Still"
|
||||||
|
description: "Installs libre office still - stable branch - conflicts with fresh"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- libreoffice-still
|
||||||
|
- hunspell
|
||||||
|
- name: "Ms Office Online"
|
||||||
|
description: "Microsoft Office Suite Online as a native application"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- ms-office-online
|
||||||
|
- name: "Moneydance"
|
||||||
|
description: "Moneydance"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- moneydance
|
||||||
|
- name: "Onlyoffice"
|
||||||
|
description: "Onlyoffice"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- onlyoffice-bin
|
||||||
|
- name: "Openoffice"
|
||||||
|
description: "Openoffice"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- openoffice-bin
|
||||||
|
- name: "PDF applications"
|
||||||
|
description: "PDF applications"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- atril
|
||||||
|
- evince
|
||||||
|
- okular
|
||||||
|
- pdfarranger
|
||||||
|
- xpdf
|
||||||
|
- xreader
|
||||||
|
- name: "Scribus"
|
||||||
|
description: "Scribus"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- scribus
|
||||||
|
- name: "WPS Office"
|
||||||
|
description: "Installs wps office"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- wps-office
|
||||||
|
- wps-office-mime
|
||||||
|
- ttf-wps-fonts
|
13
calamares/modules/netinstall-terminals.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-terminals.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-terminals.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Terminals"
|
||||||
|
sidebar[nl]: "Terminals"
|
||||||
|
sidebar[ja]: "ターミナル"
|
||||||
|
title: "Terminals"
|
||||||
|
title[nl]: "Terminals"
|
||||||
|
title[ja]: "ターミナル"
|
101
calamares/modules/netinstall-terminals.yaml
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
- name: "Terminals"
|
||||||
|
description: "Terminals"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- alacritty
|
||||||
|
- alacritty-themes
|
||||||
|
- base16-alacritty-git
|
||||||
|
- gnome-terminal
|
||||||
|
- gnome-terminal-transparency
|
||||||
|
- guake
|
||||||
|
- kitty
|
||||||
|
- konsole
|
||||||
|
- lxterminal
|
||||||
|
- nautilus-open-any-terminal
|
||||||
|
- oh-my-zsh-powerline-theme-git
|
||||||
|
- prot16-xfce4-terminal
|
||||||
|
- rxvt-unicode
|
||||||
|
- sakura
|
||||||
|
- tabby-bin
|
||||||
|
- tempus-themes-xfce4-terminal-git
|
||||||
|
- terminator
|
||||||
|
- termite
|
||||||
|
- tilix
|
||||||
|
- tilda
|
||||||
|
- tmux
|
||||||
|
- urxvt-fullscreen
|
||||||
|
- urxvt-perls
|
||||||
|
- urxvt-resize-font-git
|
||||||
|
- xfce4-terminal
|
||||||
|
- xfce4-terminal-base16-colors-git
|
||||||
|
- name: "Terminal Tools To Search"
|
||||||
|
description: "Terminal tools to search"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- ripgrep
|
||||||
|
- ripgrep-all
|
||||||
|
- the_platinum_searcher-bin
|
||||||
|
- the_silver_searcher
|
||||||
|
- name: "Terminal Fun"
|
||||||
|
description: "Terminal fun"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- asciiquarium
|
||||||
|
- bash-pipes
|
||||||
|
- boxes
|
||||||
|
- bpytop
|
||||||
|
- cava
|
||||||
|
- c-lolcat
|
||||||
|
- cool-retro-term
|
||||||
|
- cowfortune
|
||||||
|
- cmatrix-git
|
||||||
|
- cpufetch-git
|
||||||
|
- curseradio-git
|
||||||
|
- cxxmatrix-git
|
||||||
|
- figlet
|
||||||
|
- gotop-bin
|
||||||
|
- inetutils
|
||||||
|
- lolcat
|
||||||
|
- mc
|
||||||
|
- nixieclock
|
||||||
|
- pipes.sh
|
||||||
|
- pfetch
|
||||||
|
- python-pywal
|
||||||
|
- ranger
|
||||||
|
- sl
|
||||||
|
- slurm
|
||||||
|
- sparklines-git
|
||||||
|
- toilet
|
||||||
|
- tty-clock
|
||||||
|
- tty-clock-git
|
||||||
|
- ufetch-git
|
||||||
|
- ufetch-arco-git
|
||||||
|
- unimatrix-git
|
||||||
|
- wttr
|
||||||
|
- name: "Zsh"
|
||||||
|
description: "Zsh"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- zsh
|
||||||
|
- zsh-autosuggestions-git
|
||||||
|
- zsh-completions
|
||||||
|
- zsh-fast-syntax-highlighting
|
||||||
|
- zsh-history-substring-search-git
|
||||||
|
- zsh-syntax-highlighting
|
||||||
|
- zsh-syntax-highlighting-git
|
||||||
|
- zsh-theme-powerlevel10k-git
|
||||||
|
- arcolinux-zsh-git
|
||||||
|
- oh-my-zsh-git
|
||||||
|
- oh-my-zsh-powerline-theme-git
|
13
calamares/modules/netinstall-theming.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-theming.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-theming.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Theming"
|
||||||
|
sidebar[nl]: "Theming"
|
||||||
|
sidebar[ja]: "テーマ"
|
||||||
|
title: "Theming"
|
||||||
|
title[nl]: "Theming"
|
||||||
|
title[ja]: "テーマ"
|
150
calamares/modules/netinstall-theming.yaml
Normal file
@ -0,0 +1,150 @@
|
|||||||
|
- name: "Themes"
|
||||||
|
description: "Themes"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- adapta-gtk-theme
|
||||||
|
- arc-darkest-theme-git
|
||||||
|
- arcolinux-arc-kde
|
||||||
|
- arcolinux-sweet-mars-git
|
||||||
|
- ayu-theme
|
||||||
|
- breeze
|
||||||
|
- dracula-gtk-theme
|
||||||
|
- fluent-gtk-theme
|
||||||
|
- fluent-kde-theme-git
|
||||||
|
- graphite-gtk-theme-git
|
||||||
|
- kripton-theme-git
|
||||||
|
- layan-gtk-theme-git
|
||||||
|
- layan-kde-git
|
||||||
|
- materia-gtk-theme
|
||||||
|
- materia-kde
|
||||||
|
- nordic-kde-git
|
||||||
|
- numix-gtk-theme-git
|
||||||
|
- openbox-themes-pambudi-git
|
||||||
|
- orchis-kde-theme-git
|
||||||
|
- orchis-theme-git
|
||||||
|
- plata-theme
|
||||||
|
- qogir-gtk-theme-git
|
||||||
|
- sweet-theme-git
|
||||||
|
- sweet-gtk-theme-dark
|
||||||
|
- name: "Icons"
|
||||||
|
description: "Icons"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- a-candy-beauty-icon-theme-git
|
||||||
|
- arc-icon-theme
|
||||||
|
- arc-x-icons-theme
|
||||||
|
- breeze-icons
|
||||||
|
- dracula-icons-git
|
||||||
|
- faba-icon-theme-git
|
||||||
|
- faba-mono-icons-git
|
||||||
|
- flat-remix-git
|
||||||
|
- fluent-icon-theme-git
|
||||||
|
- halo-icons-git
|
||||||
|
- la-capitaine-icon-theme-git
|
||||||
|
- luna-icon-theme-git
|
||||||
|
- moka-icon-theme-git
|
||||||
|
- nordzy-icon-theme-git
|
||||||
|
- numix-circle-arc-icons-git
|
||||||
|
- numix-circle-icon-theme-git
|
||||||
|
- numix-icon-theme-git
|
||||||
|
- numix-kde-theme-git
|
||||||
|
- obsidian-icon-theme
|
||||||
|
- oranchelo-icon-theme-git
|
||||||
|
- paper-icon-theme
|
||||||
|
- papirus-folders-git
|
||||||
|
- papirus-folders-gui-bin
|
||||||
|
- papirus-folders-nordic
|
||||||
|
- papirus-icon-theme
|
||||||
|
- papirus-linux-universe
|
||||||
|
- papirus-nord
|
||||||
|
- qogir-icon-theme
|
||||||
|
- sardi-icons
|
||||||
|
- sardi-colora-variations-icons-git
|
||||||
|
- sardi-flat-colora-variations-icons-git
|
||||||
|
- sardi-flat-mint-y-icons-git
|
||||||
|
- sardi-flat-mixing-icons-git
|
||||||
|
- sardi-flexible-colora-variations-icons-git
|
||||||
|
- sardi-flexible-luv-colora-variations-icons-git
|
||||||
|
- sardi-flexible-mint-y-icons-git
|
||||||
|
- sardi-flexible-mixing-icons-git
|
||||||
|
- sardi-flexible-variations-icons-git
|
||||||
|
- sardi-ghost-flexible-colora-variations-icons-git
|
||||||
|
- sardi-ghost-flexible-mint-y-icons-git
|
||||||
|
- sardi-ghost-flexible-mixing-icons-git
|
||||||
|
- sardi-ghost-flexible-variations-icons-git
|
||||||
|
- sardi-mint-y-icons-git
|
||||||
|
- sardi-mixing-icons-git
|
||||||
|
- sardi-mono-colora-variations-icons-git
|
||||||
|
- sardi-mono-mint-y-icons-git
|
||||||
|
- sardi-mono-mixing-icons-git
|
||||||
|
- sardi-mono-numix-colora-variations-icons-git
|
||||||
|
- sardi-mono-papirus-colora-variations-icons-git
|
||||||
|
- sardi-orb-colora-mint-y-icons-git
|
||||||
|
- sardi-orb-colora-mixing-icons-git
|
||||||
|
- sardi-orb-colora-variations-icons-git
|
||||||
|
- surfn-icons-git
|
||||||
|
- surfn-arc-breeze-icons-git
|
||||||
|
- surfn-mint-y-icons-git
|
||||||
|
- surfn-plasma-dark-icons-git
|
||||||
|
- surfn-plasma-light-icons-git
|
||||||
|
- tela-circle-icon-theme-git
|
||||||
|
- vimix-icon-theme-git
|
||||||
|
- we10x-icon-theme-git
|
||||||
|
- whitesur-icon-theme-git
|
||||||
|
- zafiro-icon-theme
|
||||||
|
- name: "Cursors"
|
||||||
|
description: "Cursors"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- bibata-cursor-theme-bin
|
||||||
|
- bibata-cursor-translucent
|
||||||
|
- bibata-extra-cursor-theme
|
||||||
|
- bibata-rainbow-cursor-theme
|
||||||
|
- capitaine-cursors
|
||||||
|
- catppuccin-cursors-git
|
||||||
|
- dracula-cursors-git
|
||||||
|
- layan-cursor-theme-git
|
||||||
|
- oxy-neon
|
||||||
|
- phinger-cursors
|
||||||
|
- sweet-cursor-theme-git
|
||||||
|
- vimix-cursors
|
||||||
|
- xcursor-arch-cursor-complete
|
||||||
|
- xcursor-breeze
|
||||||
|
- xcursor-comix
|
||||||
|
- xcursor-flatbed
|
||||||
|
- xcursor-neutral
|
||||||
|
- xcursor-premium
|
||||||
|
- xcursor-simpleandsoft
|
||||||
|
- name: "Changing the look"
|
||||||
|
description: "Changing the look"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- kvantum-qt5-git
|
||||||
|
- kvantum-qt6-git
|
||||||
|
- kvantum-theme-materia
|
||||||
|
- kvantum-theme-qogir-git
|
||||||
|
- picom
|
||||||
|
- picom-jonaburg-git
|
||||||
|
- picom-ibhagwan-git
|
||||||
|
- picom-git
|
||||||
|
- name: "Packages that will install plasma as a dependency"
|
||||||
|
description: "Plasma related"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- qogir-kde-theme-git
|
||||||
|
- sweet-kde-theme-mars-git
|
13
calamares/modules/netinstall-usb.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-usb.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-usb.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Usb Utilities"
|
||||||
|
sidebar[nl]: " Usb Utilities"
|
||||||
|
sidebar[ja]: "ユーティリティ"
|
||||||
|
title: "Utilities"
|
||||||
|
title[nl]: "Utilities"
|
||||||
|
title[ja]: "ユーティリティ"
|
36
calamares/modules/netinstall-usb.yaml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
- name: "Usb/Disk Utilities"
|
||||||
|
description: "Utility software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- baobab
|
||||||
|
- brasero
|
||||||
|
- etcher-bin
|
||||||
|
- imagewriter
|
||||||
|
- mintstick-git
|
||||||
|
- ventoy-bin
|
||||||
|
- woeusb
|
||||||
|
- xfburn
|
||||||
|
- name: "Printing Utilities"
|
||||||
|
description: "Printing software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- hplip
|
||||||
|
- name: "Accessibility Utilities"
|
||||||
|
description: "Accessibility Utility software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- brltty
|
||||||
|
- espeak-ng
|
||||||
|
- florence
|
||||||
|
- mousetweaks
|
||||||
|
- onboard
|
||||||
|
- orca
|
13
calamares/modules/netinstall-utilities.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
groupsUrl:
|
||||||
|
- https://raw.githubusercontent.com/arcolinux/arcob-calamares-config-plasma/master/calamares/modules/netinstall-utilities.yaml
|
||||||
|
- file:///etc/calamares/modules/netinstall-utilities.yaml
|
||||||
|
|
||||||
|
required: false
|
||||||
|
|
||||||
|
label:
|
||||||
|
sidebar: "Utilities"
|
||||||
|
sidebar[nl]: "Utilities"
|
||||||
|
sidebar[ja]: "ユーティリティ"
|
||||||
|
title: "Utilities"
|
||||||
|
title[nl]: "Utilities"
|
||||||
|
title[ja]: "ユーティリティ"
|
222
calamares/modules/netinstall-utilities.yaml
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
- name: "Utilities for Timeshift and Btrfs"
|
||||||
|
description: "Utility software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- grub-btrfs
|
||||||
|
- timeshift
|
||||||
|
- timeshift-autosnap
|
||||||
|
- name: "Utilities for Snapper and Btrfs"
|
||||||
|
description: "Utility software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- btrfs-assistant
|
||||||
|
- btrfsmaintenance
|
||||||
|
- grub-btrfs
|
||||||
|
- snap-pac
|
||||||
|
- snapper
|
||||||
|
- snapper-support
|
||||||
|
- snapper-tools
|
||||||
|
- name: "Utilities for Android"
|
||||||
|
description: "Utility software android"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- airdroid-nativefier
|
||||||
|
- android-tools
|
||||||
|
- android-file-transfer
|
||||||
|
- android-sdk-platform-tools
|
||||||
|
- droidcam
|
||||||
|
- qtscrcpy
|
||||||
|
- scrcpy
|
||||||
|
- waydroid
|
||||||
|
- name: "Utilities for IOS"
|
||||||
|
description: "Utility software ios"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- ifuse
|
||||||
|
- shairport-sync
|
||||||
|
- name: "Utilities for benchmarking"
|
||||||
|
description: "Utility software benchmarking"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- blender-benchmark
|
||||||
|
- geekbench
|
||||||
|
- gputest
|
||||||
|
- phoronix-test-suite
|
||||||
|
- name: "Application installers or launchers"
|
||||||
|
description: "Application installers or launchers"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- albert
|
||||||
|
- appimagelauncher
|
||||||
|
- aura-bin
|
||||||
|
- bauh
|
||||||
|
- flatpak
|
||||||
|
- gnome-software
|
||||||
|
- octopi
|
||||||
|
- octopi-notifier-qt5
|
||||||
|
- pace
|
||||||
|
- pace-git
|
||||||
|
- pacui
|
||||||
|
- pacui-git
|
||||||
|
- pacseek-bin
|
||||||
|
- paru
|
||||||
|
- paru-bin
|
||||||
|
- paru-git
|
||||||
|
- pikaur-git
|
||||||
|
- rate-mirrors
|
||||||
|
- rate-mirrors-bin
|
||||||
|
- skippy-xd-git
|
||||||
|
- snapd
|
||||||
|
- synapse
|
||||||
|
- topgrade
|
||||||
|
- topgrade-bin
|
||||||
|
- topgrade-git
|
||||||
|
- trizen
|
||||||
|
- ulauncher
|
||||||
|
- xlunch-git
|
||||||
|
- yay
|
||||||
|
- yay-bin
|
||||||
|
- yay-git
|
||||||
|
- name: "Power Management"
|
||||||
|
description: "Power Management"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- upower
|
||||||
|
- system76-power
|
||||||
|
- name: "Backlight"
|
||||||
|
description: "Backlight"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- acpilight
|
||||||
|
- brightnessctl
|
||||||
|
- brillo
|
||||||
|
- gummy
|
||||||
|
- light
|
||||||
|
- name: "Utilities for hardware discovery"
|
||||||
|
description: "Utility software for hardware discovery"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- alsi
|
||||||
|
- archey3
|
||||||
|
- bottom
|
||||||
|
- btop
|
||||||
|
- cpufetch-git
|
||||||
|
- cpuid
|
||||||
|
- cpu-x
|
||||||
|
- dmidecode
|
||||||
|
- duf
|
||||||
|
- edid-decode-git
|
||||||
|
- fastfetch
|
||||||
|
- fastfetch-git
|
||||||
|
- glances
|
||||||
|
- gnome-disk-utility
|
||||||
|
- gotop-bin
|
||||||
|
- gsmartcontrol
|
||||||
|
- gtop
|
||||||
|
- hddtemp
|
||||||
|
- htop
|
||||||
|
- hw-probe
|
||||||
|
- inxi
|
||||||
|
- lm_sensors
|
||||||
|
- lshw
|
||||||
|
- neofetch
|
||||||
|
- nvtop
|
||||||
|
- nvtop-git
|
||||||
|
- ookla-speedtest-bin
|
||||||
|
- pfetch
|
||||||
|
- powertop
|
||||||
|
- screenfetch
|
||||||
|
- slurm
|
||||||
|
- speedtest-cli-git
|
||||||
|
- s-tui
|
||||||
|
- sysprof
|
||||||
|
- name: "Utilities Kernels"
|
||||||
|
description: "Utility software kernels"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- mkinitcpio-firmware
|
||||||
|
- name: "Utilities"
|
||||||
|
description: "Utility software"
|
||||||
|
critical: false
|
||||||
|
hidden: false
|
||||||
|
selected: false
|
||||||
|
expanded: true
|
||||||
|
packages:
|
||||||
|
- auto-cpufreq
|
||||||
|
- betterlockscreen
|
||||||
|
- betterlockscreen-git
|
||||||
|
- bleachbit
|
||||||
|
- btrbk
|
||||||
|
- caffeine
|
||||||
|
- caffeine-ng
|
||||||
|
- catfish
|
||||||
|
- ckb-next-git
|
||||||
|
- debtap
|
||||||
|
- deja-dup
|
||||||
|
- downgrade
|
||||||
|
- fancontrol-gui-git
|
||||||
|
- find-the-command-git
|
||||||
|
- fingerprint-gui
|
||||||
|
- flavours
|
||||||
|
- hardcode-fixer-git
|
||||||
|
- galculator
|
||||||
|
- gammy
|
||||||
|
- google-earth-pro
|
||||||
|
- grsync
|
||||||
|
- grub-customizer
|
||||||
|
- gufw
|
||||||
|
- hardinfo-gtk3
|
||||||
|
- kbackup
|
||||||
|
- konsave
|
||||||
|
- linux-wifi-hotspot
|
||||||
|
- pacback
|
||||||
|
- parcellite
|
||||||
|
- piper
|
||||||
|
- power-profiles-daemon
|
||||||
|
- powerpill
|
||||||
|
- putty
|
||||||
|
- redshift
|
||||||
|
- simple-scan
|
||||||
|
- slimbookbattery
|
||||||
|
- solaar
|
||||||
|
- stacer
|
||||||
|
- stacer-bin
|
||||||
|
- systemd-manager-git
|
||||||
|
- tlp
|
||||||
|
- tuxboot
|
||||||
|
- tuxboot-git
|
||||||
|
- vnstat
|
||||||
|
- wacom-settings-git
|
||||||
|
- wireshark-qt
|
||||||
|
- workrave
|
||||||
|
- yin-yang-git
|
30
calamares/modules/packages-no-system-update.conf
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
backend: pacman
|
||||||
|
|
||||||
|
skip_if_no_internet: false
|
||||||
|
update_db: false
|
||||||
|
update_system: false
|
||||||
|
|
||||||
|
pacman:
|
||||||
|
num_retries: 1
|
||||||
|
disable_download_timeout: true
|
||||||
|
needed_only: true
|
||||||
|
|
||||||
|
operations:
|
||||||
|
- try_remove:
|
||||||
|
- arco-calamares-wayland
|
||||||
|
- arcob-calamares-config-plasma-git
|
||||||
|
- kpmcore
|
||||||
|
- mkinitcpio-archiso
|
||||||
|
- boost-libs
|
||||||
|
- ckbcomp
|
||||||
|
- kservice5
|
||||||
|
- ki18n5
|
||||||
|
- kconfig5
|
||||||
|
- kwidgetsaddons5
|
||||||
|
- kcoreaddons5
|
||||||
|
- intel-ucode
|
||||||
|
- amd-ucode
|
||||||
|
- qt5-xmlpatterns
|
||||||
|
- doxygen
|
||||||
|
- squashfs-tools
|
||||||
|
- yaml-cpp
|
30
calamares/modules/packages-system-update.conf
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
backend: pacman
|
||||||
|
|
||||||
|
skip_if_no_internet: false
|
||||||
|
update_db: true
|
||||||
|
update_system: true
|
||||||
|
|
||||||
|
pacman:
|
||||||
|
num_retries: 1
|
||||||
|
disable_download_timeout: true
|
||||||
|
needed_only: true
|
||||||
|
|
||||||
|
operations:
|
||||||
|
- try_remove:
|
||||||
|
- arco-calamares-wayland
|
||||||
|
- arcob-calamares-config-plasma-git
|
||||||
|
- kpmcore
|
||||||
|
- mkinitcpio-archiso
|
||||||
|
- boost-libs
|
||||||
|
- ckbcomp
|
||||||
|
- kservice5
|
||||||
|
- ki18n5
|
||||||
|
- kconfig5
|
||||||
|
- kwidgetsaddons5
|
||||||
|
- kcoreaddons5
|
||||||
|
- intel-ucode
|
||||||
|
- amd-ucode
|
||||||
|
- qt5-xmlpatterns
|
||||||
|
- doxygen
|
||||||
|
- squashfs-tools
|
||||||
|
- yaml-cpp
|
30
calamares/modules/packages.conf
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
backend: pacman
|
||||||
|
|
||||||
|
skip_if_no_internet: false
|
||||||
|
update_db: true
|
||||||
|
update_system: false
|
||||||
|
|
||||||
|
pacman:
|
||||||
|
num_retries: 1
|
||||||
|
disable_download_timeout: true
|
||||||
|
needed_only: true
|
||||||
|
|
||||||
|
operations:
|
||||||
|
- try_remove:
|
||||||
|
- arco-calamares-wayland
|
||||||
|
- arcob-calamares-config-plasma-git
|
||||||
|
- kpmcore
|
||||||
|
- mkinitcpio-archiso
|
||||||
|
- boost-libs
|
||||||
|
- ckbcomp
|
||||||
|
- kservice5
|
||||||
|
- ki18n5
|
||||||
|
- kconfig5
|
||||||
|
- kwidgetsaddons5
|
||||||
|
- kcoreaddons5
|
||||||
|
- intel-ucode
|
||||||
|
- amd-ucode
|
||||||
|
- qt5-xmlpatterns
|
||||||
|
- doxygen
|
||||||
|
- squashfs-tools
|
||||||
|
- yaml-cpp
|
25
calamares/modules/partition.conf
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
efi:
|
||||||
|
mountPoint: "/boot/efi"
|
||||||
|
recommendedSize: 1000MiB
|
||||||
|
minimumSize: 32MiB
|
||||||
|
label: "EFI"
|
||||||
|
|
||||||
|
userSwapChoices:
|
||||||
|
- none # Create no swap, use no swap
|
||||||
|
- small # Up to 4GB
|
||||||
|
- suspend # At least main memory size
|
||||||
|
- file # To swap file instead of partition
|
||||||
|
|
||||||
|
luksGeneration: luks1
|
||||||
|
|
||||||
|
drawNestedPartitions: false
|
||||||
|
|
||||||
|
alwaysShowPartitionLabels: true
|
||||||
|
|
||||||
|
initialPartitioningChoice: none
|
||||||
|
|
||||||
|
initialSwapChoice: none
|
||||||
|
|
||||||
|
defaultFileSystemType: "btrfs"
|
||||||
|
|
||||||
|
availableFileSystemTypes: ["ext4","btrfs","jfs","reiser","f2fs","xfs"]
|
7
calamares/modules/preservefiles.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
files:
|
||||||
|
- from: log
|
||||||
|
dest: /var/log/Calamares.log
|
||||||
|
perm: root:root:644
|
||||||
|
- from: config
|
||||||
|
dest: /var/log/Calamares-install.json
|
||||||
|
perm: root:root:644
|
1
calamares/modules/removeuser.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
username: liveuser
|
8
calamares/modules/shellprocess-before.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
i18n:
|
||||||
|
name: "Preparing your system for CondorLinux"
|
||||||
|
|
||||||
|
dontChroot: false
|
||||||
|
timeout: 999
|
||||||
|
script:
|
||||||
|
- command: "/usr/local/bin/arcolinux-before"
|
||||||
|
- command: "/usr/local/bin/arcolinux-remove-nvidia"
|
17
calamares/modules/shellprocess-final.conf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
i18n:
|
||||||
|
name: "Preparing your system for CondorLinux"
|
||||||
|
|
||||||
|
dontChroot: false
|
||||||
|
timeout: 999
|
||||||
|
script:
|
||||||
|
- command: "/usr/local/bin/arcolinux-all-cores"
|
||||||
|
- command: "/usr/local/bin/arcolinux-desktop-specific-x11"
|
||||||
|
- command: "/usr/local/bin/arcolinux-desktop-specific-wayland"
|
||||||
|
- command: "/usr/local/bin/arcolinux-displaymanager-check"
|
||||||
|
- command: "/usr/local/bin/arcolinux-fixes"
|
||||||
|
- command: "/usr/local/bin/arcolinux-set-bootloader"
|
||||||
|
- command: "/usr/local/bin/arcolinux-system"
|
||||||
|
- command: "/usr/local/bin/arcolinux-nvidia-settings"
|
||||||
|
- command: "/usr/local/bin/arcolinux-virtual-machine-check"
|
||||||
|
- command: "/usr/bin/pacman -R --noconfirm arcolinux-system-installation-git"
|
||||||
|
- command: "/usr/local/bin/arcolinux-snapper"
|
3
calamares/modules/ucode.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
keyrings:
|
||||||
|
- archlinux
|
1
calamares/modules/umount.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
emergency: true
|
4
calamares/modules/unpackfs1.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
unpack:
|
||||||
|
- source: "/run/archiso/bootmnt/arch/x86_64/airootfs.sfs"
|
||||||
|
sourcefs: "squashfs"
|
||||||
|
destination: ""
|
4
calamares/modules/unpackfs2.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
unpack:
|
||||||
|
- source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux"
|
||||||
|
sourcefs: "file"
|
||||||
|
destination: "/boot/vmlinuz-linux"
|
37
calamares/modules/users.conf
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
defaultGroups:
|
||||||
|
- name: users
|
||||||
|
must_exist: true
|
||||||
|
system: true
|
||||||
|
- lp
|
||||||
|
- power
|
||||||
|
- video
|
||||||
|
- network
|
||||||
|
- storage
|
||||||
|
- name: wheel
|
||||||
|
must_exist: false
|
||||||
|
system: true
|
||||||
|
- audio
|
||||||
|
- sys
|
||||||
|
- optical
|
||||||
|
- scanner
|
||||||
|
- rfkill
|
||||||
|
|
||||||
|
autologinGroup: autologin
|
||||||
|
|
||||||
|
doAutologin: false
|
||||||
|
|
||||||
|
sudoersGroup: wheel
|
||||||
|
|
||||||
|
sudoersConfigureWithGroup: true
|
||||||
|
|
||||||
|
setRootPassword: true
|
||||||
|
|
||||||
|
doReusePassword: false
|
||||||
|
|
||||||
|
userShell: /bin/bash
|
||||||
|
|
||||||
|
avatarFilePath: ~/.face
|
||||||
|
|
||||||
|
hostname:
|
||||||
|
location: EtcFile
|
||||||
|
writeHostsFile: true
|
2
calamares/modules/webview.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
prettyName: "Release Notes"
|
||||||
|
url: ""
|
31
calamares/modules/welcome.conf
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
showSupportUrl: false
|
||||||
|
showKnownIssuesUrl: false
|
||||||
|
showReleaseNotesUrl: false
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
requiredStorage: 15
|
||||||
|
|
||||||
|
requiredRam: 1.0
|
||||||
|
|
||||||
|
internetCheckUrl:
|
||||||
|
- http://google.com
|
||||||
|
- http://condorbs.net
|
||||||
|
- http://www.kde.org
|
||||||
|
- http://www.freebsd.org
|
||||||
|
|
||||||
|
check:
|
||||||
|
- storage
|
||||||
|
- ram
|
||||||
|
- power
|
||||||
|
- internet
|
||||||
|
- root
|
||||||
|
|
||||||
|
required:
|
||||||
|
- ram
|
||||||
|
- storage
|
||||||
|
- root
|
||||||
|
|
||||||
|
geoip:
|
||||||
|
style: "json"
|
||||||
|
url: "https://geoip.kde.org/v1/calamares"
|
||||||
|
selector: ""
|
167
calamares/settings-advanced-no-nivida.conf
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
|
instances:
|
||||||
|
- id: kernel
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-kernel.conf
|
||||||
|
- id: drivers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-drivers.conf
|
||||||
|
- id: nvidia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-nvidia.conf
|
||||||
|
- id: services
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-services.conf
|
||||||
|
- id: login
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-login.conf
|
||||||
|
- id: desktop
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop.conf
|
||||||
|
- id: desktop-wayland
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop-wayland.conf
|
||||||
|
- id: arcolinux
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinux.conf
|
||||||
|
- id: communication
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-communication.conf
|
||||||
|
- id: development
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-development.conf
|
||||||
|
- id: office
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-office.conf
|
||||||
|
- id: fonts
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-fonts.conf
|
||||||
|
- id: multimedia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-multimedia.conf
|
||||||
|
- id: internet
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-internet.conf
|
||||||
|
- id: theming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-theming.conf
|
||||||
|
- id: graphics
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-graphics.conf
|
||||||
|
- id: gaming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-gaming.conf
|
||||||
|
- id: terminals
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-terminals.conf
|
||||||
|
- id: filemanagers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-filemanagers.conf
|
||||||
|
- id: utilitiesusb
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-usb.conf
|
||||||
|
- id: utilities
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-utilities.conf
|
||||||
|
- id: applications
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-applications.conf
|
||||||
|
- id: arcolinuxdev
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinuxdev.conf
|
||||||
|
- id: rootfs
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs1.conf
|
||||||
|
weight: 50
|
||||||
|
- id: vmlinuz
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs2.conf
|
||||||
|
weight: 1
|
||||||
|
- id: choice
|
||||||
|
module: packages
|
||||||
|
config: packages.conf
|
||||||
|
weight: 20
|
||||||
|
- id: before
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-before.conf
|
||||||
|
- id: final
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-final.conf
|
||||||
|
|
||||||
|
sequence:
|
||||||
|
- show:
|
||||||
|
- welcome
|
||||||
|
- netinstall@kernel
|
||||||
|
- netinstall@drivers
|
||||||
|
# - netinstall@nvidia
|
||||||
|
- netinstall@login
|
||||||
|
- netinstall@desktop
|
||||||
|
- netinstall@desktop-wayland
|
||||||
|
- netinstall@arcolinux
|
||||||
|
- netinstall@communication
|
||||||
|
- netinstall@development
|
||||||
|
- netinstall@office
|
||||||
|
- netinstall@fonts
|
||||||
|
- netinstall@multimedia
|
||||||
|
- netinstall@internet
|
||||||
|
- netinstall@theming
|
||||||
|
- netinstall@graphics
|
||||||
|
- netinstall@gaming
|
||||||
|
- netinstall@terminals
|
||||||
|
- netinstall@filemanagers
|
||||||
|
- netinstall@utilitiesusb
|
||||||
|
- netinstall@utilities
|
||||||
|
- netinstall@applications
|
||||||
|
- netinstall@arcolinuxdev
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- partition
|
||||||
|
- users
|
||||||
|
# - tracking
|
||||||
|
- summary
|
||||||
|
- exec:
|
||||||
|
- partition
|
||||||
|
- mount
|
||||||
|
- unpackfs@rootfs
|
||||||
|
- unpackfs@vmlinuz
|
||||||
|
- machineid
|
||||||
|
- fstab
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- localecfg
|
||||||
|
- luksbootkeyfile
|
||||||
|
- luksopenswaphookcfg
|
||||||
|
- shellprocess@before
|
||||||
|
- initcpiocfg
|
||||||
|
- initcpio
|
||||||
|
- networkcfg
|
||||||
|
- hwclock
|
||||||
|
- packages@choice
|
||||||
|
- removeuser
|
||||||
|
- users
|
||||||
|
- displaymanager
|
||||||
|
- ucode
|
||||||
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
|
- shellprocess@final
|
||||||
|
- preservefiles
|
||||||
|
- umount
|
||||||
|
- show:
|
||||||
|
- finished
|
||||||
|
|
||||||
|
branding: condorlinux
|
||||||
|
|
||||||
|
prompt-install: true
|
||||||
|
|
||||||
|
dont-chroot: false
|
||||||
|
|
||||||
|
oem-setup: false
|
||||||
|
|
||||||
|
disable-cancel: false
|
||||||
|
|
||||||
|
disable-cancel-during-exec: false
|
||||||
|
|
||||||
|
hide-back-and-next-during-exec: false
|
||||||
|
|
||||||
|
quit-at-end: false
|
167
calamares/settings-advanced.conf
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
|
instances:
|
||||||
|
- id: kernel
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-kernel.conf
|
||||||
|
- id: drivers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-drivers.conf
|
||||||
|
- id: nvidia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-nvidia.conf
|
||||||
|
- id: services
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-services.conf
|
||||||
|
- id: login
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-login.conf
|
||||||
|
- id: desktop
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop.conf
|
||||||
|
- id: desktop-wayland
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop-wayland.conf
|
||||||
|
- id: arcolinux
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinux.conf
|
||||||
|
- id: communication
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-communication.conf
|
||||||
|
- id: development
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-development.conf
|
||||||
|
- id: office
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-office.conf
|
||||||
|
- id: fonts
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-fonts.conf
|
||||||
|
- id: multimedia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-multimedia.conf
|
||||||
|
- id: internet
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-internet.conf
|
||||||
|
- id: theming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-theming.conf
|
||||||
|
- id: graphics
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-graphics.conf
|
||||||
|
- id: gaming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-gaming.conf
|
||||||
|
- id: terminals
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-terminals.conf
|
||||||
|
- id: filemanagers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-filemanagers.conf
|
||||||
|
- id: utilitiesusb
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-usb.conf
|
||||||
|
- id: utilities
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-utilities.conf
|
||||||
|
- id: applications
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-applications.conf
|
||||||
|
- id: arcolinuxdev
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinuxdev.conf
|
||||||
|
- id: rootfs
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs1.conf
|
||||||
|
weight: 50
|
||||||
|
- id: vmlinuz
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs2.conf
|
||||||
|
weight: 1
|
||||||
|
- id: choice
|
||||||
|
module: packages
|
||||||
|
config: packages.conf
|
||||||
|
weight: 20
|
||||||
|
- id: before
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-before.conf
|
||||||
|
- id: final
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-final.conf
|
||||||
|
|
||||||
|
sequence:
|
||||||
|
- show:
|
||||||
|
- welcome
|
||||||
|
- netinstall@kernel
|
||||||
|
- netinstall@drivers
|
||||||
|
- netinstall@nvidia
|
||||||
|
- netinstall@login
|
||||||
|
- netinstall@desktop
|
||||||
|
- netinstall@desktop-wayland
|
||||||
|
- netinstall@arcolinux
|
||||||
|
- netinstall@communication
|
||||||
|
- netinstall@development
|
||||||
|
- netinstall@office
|
||||||
|
- netinstall@fonts
|
||||||
|
- netinstall@multimedia
|
||||||
|
- netinstall@internet
|
||||||
|
- netinstall@theming
|
||||||
|
- netinstall@graphics
|
||||||
|
- netinstall@gaming
|
||||||
|
- netinstall@terminals
|
||||||
|
- netinstall@filemanagers
|
||||||
|
- netinstall@utilitiesusb
|
||||||
|
- netinstall@utilities
|
||||||
|
- netinstall@applications
|
||||||
|
- netinstall@arcolinuxdev
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- partition
|
||||||
|
- users
|
||||||
|
# - tracking
|
||||||
|
- summary
|
||||||
|
- exec:
|
||||||
|
- partition
|
||||||
|
- mount
|
||||||
|
- unpackfs@rootfs
|
||||||
|
- unpackfs@vmlinuz
|
||||||
|
- machineid
|
||||||
|
- fstab
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- localecfg
|
||||||
|
- luksbootkeyfile
|
||||||
|
- luksopenswaphookcfg
|
||||||
|
- shellprocess@before
|
||||||
|
- initcpiocfg
|
||||||
|
- initcpio
|
||||||
|
- networkcfg
|
||||||
|
- hwclock
|
||||||
|
- packages@choice
|
||||||
|
- removeuser
|
||||||
|
- users
|
||||||
|
- displaymanager
|
||||||
|
- ucode
|
||||||
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
|
- shellprocess@final
|
||||||
|
- preservefiles
|
||||||
|
- umount
|
||||||
|
- show:
|
||||||
|
- finished
|
||||||
|
|
||||||
|
branding: condorlinux
|
||||||
|
|
||||||
|
prompt-install: true
|
||||||
|
|
||||||
|
dont-chroot: false
|
||||||
|
|
||||||
|
oem-setup: false
|
||||||
|
|
||||||
|
disable-cancel: false
|
||||||
|
|
||||||
|
disable-cancel-during-exec: false
|
||||||
|
|
||||||
|
hide-back-and-next-during-exec: false
|
||||||
|
|
||||||
|
quit-at-end: false
|
145
calamares/settings-beginner.conf
Normal file
@ -0,0 +1,145 @@
|
|||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
|
instances:
|
||||||
|
- id: kernel
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-kernel.conf
|
||||||
|
- id: drivers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-drivers.conf
|
||||||
|
- id: nvidia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-nvidia.conf
|
||||||
|
- id: services
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-services.conf
|
||||||
|
- id: login
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-login.conf
|
||||||
|
- id: desktop
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop.conf
|
||||||
|
- id: desktop-wayland
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop-wayland.conf
|
||||||
|
- id: arcolinux
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinux.conf
|
||||||
|
- id: communication
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-communication.conf
|
||||||
|
- id: development
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-development.conf
|
||||||
|
- id: office
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-office.conf
|
||||||
|
- id: fonts
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-fonts.conf
|
||||||
|
- id: multimedia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-multimedia.conf
|
||||||
|
- id: internet
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-internet.conf
|
||||||
|
- id: theming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-theming.conf
|
||||||
|
- id: graphics
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-graphics.conf
|
||||||
|
- id: gaming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-gaming.conf
|
||||||
|
- id: terminals
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-terminals.conf
|
||||||
|
- id: filemanagers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-filemanagers.conf
|
||||||
|
- id: utilitiesusb
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-usb.conf
|
||||||
|
- id: utilities
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-utilities.conf
|
||||||
|
- id: applications
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-applications.conf
|
||||||
|
- id: arcolinuxdev
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinuxdev.conf
|
||||||
|
- id: rootfs
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs1.conf
|
||||||
|
weight: 50
|
||||||
|
- id: vmlinuz
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs2.conf
|
||||||
|
weight: 1
|
||||||
|
- id: choice
|
||||||
|
module: packages
|
||||||
|
config: packages.conf
|
||||||
|
weight: 20
|
||||||
|
- id: before
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-before.conf
|
||||||
|
- id: final
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-final.conf
|
||||||
|
|
||||||
|
sequence:
|
||||||
|
- show:
|
||||||
|
- welcome
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- partition
|
||||||
|
- users
|
||||||
|
# - tracking
|
||||||
|
- summary
|
||||||
|
- exec:
|
||||||
|
- partition
|
||||||
|
- mount
|
||||||
|
- unpackfs@rootfs
|
||||||
|
- unpackfs@vmlinuz
|
||||||
|
- machineid
|
||||||
|
- fstab
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- localecfg
|
||||||
|
- luksbootkeyfile
|
||||||
|
- luksopenswaphookcfg
|
||||||
|
- shellprocess@before
|
||||||
|
- initcpiocfg
|
||||||
|
- initcpio
|
||||||
|
- networkcfg
|
||||||
|
- hwclock
|
||||||
|
- packages@choice
|
||||||
|
- removeuser
|
||||||
|
- users
|
||||||
|
- displaymanager
|
||||||
|
- ucode
|
||||||
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
|
- shellprocess@final
|
||||||
|
- preservefiles
|
||||||
|
- umount
|
||||||
|
- show:
|
||||||
|
- finished
|
||||||
|
|
||||||
|
branding: condorlinux
|
||||||
|
|
||||||
|
prompt-install: true
|
||||||
|
|
||||||
|
dont-chroot: false
|
||||||
|
|
||||||
|
oem-setup: false
|
||||||
|
|
||||||
|
disable-cancel: false
|
||||||
|
|
||||||
|
disable-cancel-during-exec: false
|
||||||
|
|
||||||
|
hide-back-and-next-during-exec: false
|
||||||
|
|
||||||
|
quit-at-end: false
|
145
calamares/settings.conf
Normal file
@ -0,0 +1,145 @@
|
|||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
|
instances:
|
||||||
|
- id: kernel
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-kernel.conf
|
||||||
|
- id: drivers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-drivers.conf
|
||||||
|
- id: nvidia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-nvidia.conf
|
||||||
|
- id: services
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-services.conf
|
||||||
|
- id: login
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-login.conf
|
||||||
|
- id: desktop
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop.conf
|
||||||
|
- id: desktop-wayland
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-desktop-wayland.conf
|
||||||
|
- id: arcolinux
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinux.conf
|
||||||
|
- id: communication
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-communication.conf
|
||||||
|
- id: development
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-development.conf
|
||||||
|
- id: office
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-office.conf
|
||||||
|
- id: fonts
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-fonts.conf
|
||||||
|
- id: multimedia
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-multimedia.conf
|
||||||
|
- id: internet
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-internet.conf
|
||||||
|
- id: theming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-theming.conf
|
||||||
|
- id: graphics
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-graphics.conf
|
||||||
|
- id: gaming
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-gaming.conf
|
||||||
|
- id: terminals
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-terminals.conf
|
||||||
|
- id: filemanagers
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-filemanagers.conf
|
||||||
|
- id: utilitiesusb
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-usb.conf
|
||||||
|
- id: utilities
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-utilities.conf
|
||||||
|
- id: applications
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-applications.conf
|
||||||
|
- id: arcolinuxdev
|
||||||
|
module: netinstall
|
||||||
|
config: netinstall-arcolinuxdev.conf
|
||||||
|
- id: rootfs
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs1.conf
|
||||||
|
weight: 50
|
||||||
|
- id: vmlinuz
|
||||||
|
module: unpackfs
|
||||||
|
config: unpackfs2.conf
|
||||||
|
weight: 1
|
||||||
|
- id: choice
|
||||||
|
module: packages
|
||||||
|
config: packages.conf
|
||||||
|
weight: 20
|
||||||
|
- id: before
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-before.conf
|
||||||
|
- id: final
|
||||||
|
module: shellprocess
|
||||||
|
config: shellprocess-final.conf
|
||||||
|
|
||||||
|
sequence:
|
||||||
|
- show:
|
||||||
|
- welcome
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- partition
|
||||||
|
- users
|
||||||
|
# - tracking
|
||||||
|
- summary
|
||||||
|
- exec:
|
||||||
|
- partition
|
||||||
|
- mount
|
||||||
|
- unpackfs@rootfs
|
||||||
|
- unpackfs@vmlinuz
|
||||||
|
- machineid
|
||||||
|
- fstab
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- localecfg
|
||||||
|
- luksbootkeyfile
|
||||||
|
- luksopenswaphookcfg
|
||||||
|
- shellprocess@before
|
||||||
|
- initcpiocfg
|
||||||
|
- initcpio
|
||||||
|
- networkcfg
|
||||||
|
- hwclock
|
||||||
|
- packages@choice
|
||||||
|
- removeuser
|
||||||
|
- users
|
||||||
|
- displaymanager
|
||||||
|
- ucode
|
||||||
|
- grubcfg
|
||||||
|
- bootloader
|
||||||
|
- shellprocess@final
|
||||||
|
- preservefiles
|
||||||
|
- umount
|
||||||
|
- show:
|
||||||
|
- finished
|
||||||
|
|
||||||
|
branding: condorlinux
|
||||||
|
|
||||||
|
prompt-install: true
|
||||||
|
|
||||||
|
dont-chroot: false
|
||||||
|
|
||||||
|
oem-setup: false
|
||||||
|
|
||||||
|
disable-cancel: false
|
||||||
|
|
||||||
|
disable-cancel-during-exec: false
|
||||||
|
|
||||||
|
hide-back-and-next-during-exec: false
|
||||||
|
|
||||||
|
quit-at-end: false
|
Before Width: | Height: | Size: 5.8 KiB |
@ -1,2 +0,0 @@
|
|||||||
SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later
|
|
Before Width: | Height: | Size: 84 KiB |
@ -1,2 +0,0 @@
|
|||||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later
|
|
@ -1,77 +0,0 @@
|
|||||||
/* === This file is part of Calamares - <https://calamares.io> ===
|
|
||||||
*
|
|
||||||
* SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
|
||||||
* SPDX-FileCopyrightText: 2018 Adriaan de Groot <groot@kde.org>
|
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
*
|
|
||||||
* Calamares is Free Software: see the License-Identifier above.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
import QtQuick 2.0;
|
|
||||||
import calamares.slideshow 1.0;
|
|
||||||
|
|
||||||
Presentation
|
|
||||||
{
|
|
||||||
id: presentation
|
|
||||||
|
|
||||||
function nextSlide() {
|
|
||||||
console.log("QML Component (default slideshow) Next slide");
|
|
||||||
presentation.goToNextSlide();
|
|
||||||
}
|
|
||||||
|
|
||||||
Timer {
|
|
||||||
id: advanceTimer
|
|
||||||
interval: 1000
|
|
||||||
running: presentation.activatedInCalamares
|
|
||||||
repeat: true
|
|
||||||
onTriggered: nextSlide()
|
|
||||||
}
|
|
||||||
|
|
||||||
Slide {
|
|
||||||
|
|
||||||
Image {
|
|
||||||
id: background
|
|
||||||
source: "squid.png"
|
|
||||||
width: 200; height: 200
|
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
|
||||||
Text {
|
|
||||||
anchors.horizontalCenter: background.horizontalCenter
|
|
||||||
anchors.top: background.bottom
|
|
||||||
text: "This is a customizable QML slideshow.<br/>"+
|
|
||||||
"Distributions should provide their own slideshow and list it in <br/>"+
|
|
||||||
"their custom branding.desc file.<br/>"+
|
|
||||||
"To create a Calamares presentation in QML, import calamares.slideshow,<br/>"+
|
|
||||||
"define a Presentation element with as many Slide elements as needed."
|
|
||||||
wrapMode: Text.WordWrap
|
|
||||||
width: presentation.width
|
|
||||||
horizontalAlignment: Text.Center
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Slide {
|
|
||||||
centeredText: qsTr("This is a second Slide element.")
|
|
||||||
}
|
|
||||||
|
|
||||||
Slide {
|
|
||||||
centeredText: qsTr("This is a third Slide element.")
|
|
||||||
}
|
|
||||||
|
|
||||||
// When this slideshow is loaded as a V1 slideshow, only
|
|
||||||
// activatedInCalamares is set, which starts the timer (see above).
|
|
||||||
//
|
|
||||||
// In V2, also the onActivate() and onLeave() methods are called.
|
|
||||||
// These example functions log a message (and re-start the slides
|
|
||||||
// from the first).
|
|
||||||
function onActivate() {
|
|
||||||
console.log("QML Component (default slideshow) activated");
|
|
||||||
presentation.currentSlide = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
function onLeave() {
|
|
||||||
console.log("QML Component (default slideshow) deactivated");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|