Skip to content

Commit

Permalink
Always use calamares in light theme, because some text is hardcoded i…
Browse files Browse the repository at this point in the history
…n #000000
  • Loading branch information
bigbruno committed May 24, 2024
1 parent 423ecca commit b00d332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usr/bin/calamares-biglinux
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ bigbashview -s 1100x600 -n calamares-biglinux -p calamares-biglinux -c transpare
# Start calamares
if [ -e "/tmp/start_calamares" ]; then
cp -f /usr/share/biglinux/themes/biglinux/.config/kdeglobals /root/.config/kdeglobals
/usr/bin/calamares-manjaro -d
sudo /usr/bin/calamares-manjaro

#Calamares failed to install
if [ "$(grep -w completion /root/.cache/calamares/session.log | grep -v bash-completion | rev | cut -d ":" -f1 | rev | sed 's/^[ \t]*//;s/[ \t]*$//')" != "succeeded" ];then
Expand Down
4 changes: 2 additions & 2 deletions usr/share/calamares/branding/biglinux/branding.desc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ slideshow: "show.qml"
slideshowAPI: 2

style:
SidebarBackground: "#2f333e"
SidebarBackground: "#31363b"
SidebarText: "#ffffff"
SidebarTextSelect: "#00ffff"
SidebarTextHighlight: "#242832"
SidebarTextHighlight: "#00ff00"

sidebar: qml

0 comments on commit b00d332

Please sign in to comment.