Fix installer colors
This commit is contained in:
parent
451522f432
commit
8622a82185
7 changed files with 21 additions and 18 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
calamares-settings-tileos (2.0.2~tileos) unstable; urgency=medium
|
||||
|
||||
* Fix installer colors
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sun, 15 Jun 2025 21:47:18 +0400
|
||||
|
||||
calamares-settings-tileos (2.0.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Add Niri installer
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -15,7 +15,8 @@ override_dh_missing:
|
|||
mkdir -pv debian/calamares-settings-tileos-common/etc/calamares/modules
|
||||
mkdir -pv debian/calamares-settings-tileos-common/usr/sbin
|
||||
cp -vr common/modules/*.conf debian/calamares-settings-tileos-common/etc/calamares/modules
|
||||
cp -vr helpers/* debian/calamares-settings-tileos-common/usr/sbin
|
||||
mkdir -pv debian/calamares-settings-tileos-common/usr/share/calamares/helpers
|
||||
cp -vr helpers/* debian/calamares-settings-tileos-common/usr/share/calamares/helpers
|
||||
chmod -R 755 debian/calamares-settings-tileos-common/usr/lib/
|
||||
chmod 644 debian/calamares-settings-tileos-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules/bootloader-config/module.desc
|
||||
chmod 644 debian/calamares-settings-tileos-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules/dpkg-unsafe-io/module.desc
|
||||
|
|
|
@ -22,9 +22,8 @@ images:
|
|||
slideshow: "show.qml"
|
||||
|
||||
style:
|
||||
sidebarBackground: "#1e2030"
|
||||
sidebarText: "#cad3f5"
|
||||
sidebarTextSelect: "#24273a"
|
||||
sidebarTextSelect: "#24273a"
|
||||
SidebarBackground: "#1e2030"
|
||||
SidebarText: "#cad3f5"
|
||||
SidebarTextSelect: "#24273a"
|
||||
|
||||
slideshowAPI: 2
|
||||
|
|
|
@ -109,7 +109,7 @@ sequence:
|
|||
# Only the name of the branding component (directory) should be
|
||||
# specified here, Calamares then takes care of finding it and
|
||||
# loading the contents.
|
||||
branding: tileos-river
|
||||
branding: tileos-niri
|
||||
|
||||
# If this is set to true, Calamares will show an "Are you sure?" prompt right
|
||||
# before each execution phase, i.e. at points of no return. If this is set to
|
||||
|
|
|
@ -22,9 +22,8 @@ images:
|
|||
slideshow: "show.qml"
|
||||
|
||||
style:
|
||||
sidebarBackground: "#1e2030"
|
||||
sidebarText: "#cad3f5"
|
||||
sidebarTextSelect: "#24273a"
|
||||
sidebarTextSelect: "#24273a"
|
||||
SidebarBackground: "#1e2030"
|
||||
SidebarText: "#cad3f5"
|
||||
SidebarTextSelect: "#24273a"
|
||||
|
||||
slideshowAPI: 2
|
||||
|
|
|
@ -22,9 +22,8 @@ images:
|
|||
slideshow: "show.qml"
|
||||
|
||||
style:
|
||||
sidebarBackground: "#1e2030"
|
||||
sidebarText: "#cad3f5"
|
||||
sidebarTextSelect: "#24273a"
|
||||
sidebarTextSelect: "#24273a"
|
||||
SidebarBackground: "#1e2030"
|
||||
SidebarText: "#cad3f5"
|
||||
SidebarTextSelect: "#24273a"
|
||||
|
||||
slideshowAPI: 2
|
||||
|
|
|
@ -22,9 +22,8 @@ images:
|
|||
slideshow: "show.qml"
|
||||
|
||||
style:
|
||||
sidebarBackground: "#1e2030"
|
||||
sidebarText: "#cad3f5"
|
||||
sidebarTextSelect: "#24273a"
|
||||
sidebarTextSelect: "#24273a"
|
||||
SidebarBackground: "#1e2030"
|
||||
SidebarText: "#cad3f5"
|
||||
SidebarTextSelect: "#24273a"
|
||||
|
||||
slideshowAPI: 2
|
||||
|
|
Loading…
Add table
Reference in a new issue