update grub2 theme

parent 30ebebd1
......@@ -37,9 +37,6 @@ graphics:
rm -f $$i.png; \
done; \
fi
convert -size 16x16 -define png:color-type=2 -depth 8 xc:'#001056' grub2/selected_blob_c.png
convert -colorspace YCbCr -sampling-factor 2x2 images/boot.png JPEG:images/boot.jpg
cp -al images/boot.png images/grub.png; \
# product logo for ahttpd
cp -al images/product-logo.png ahttpd/images/product-logo.png
# product logo for indexhtml
......@@ -90,7 +87,7 @@ boot-grub:
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
cp -a grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
install -m 644 images/boot.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
install -m 644 images/boot.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
install -m 644 images/boot.png $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.png
boot: boot-splash boot-grub
......
......@@ -468,7 +468,7 @@ fi
- gnome-settings: set some nautilus settings
* Sat Oct 07 2023 Roman Alifanov <ximper@altlinux.org> 0.9-alt1
- gnome-settings: dash-to-dock extension: set click-action
- gnome-settings: dash-to-hyprctldock extension: set click-action
* Tue Oct 03 2023 Roman Alifanov <ximper@altlinux.org> 0.8.5-alt1
- gnome-settings: set kgx as default terminal
......
......@@ -2,46 +2,39 @@
# Global
title-text: ""
desktop-image: "grub.jpg"
desktop-image: "grub.png"
desktop-image-scale-method: "stretch"
desktop-color: "#1E1E2E"
terminal-font: "Unifont Regular 6"
desktop-color: "#0B0E1D"
terminal-font: "Evolventa Regular 24"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Logo
+ image {
left = 100%-120
top = 100%-110
file = "logo.png"
}
# Show the boot menu
+ boot_menu {
left = 3%
top = 3%
width = 410
height = 45%
item_font = "Unifont Regular 5"
item_color = "#CDD6F4"
selected_item_color = "#CDD6F4"
icon_width = 0
icon_height = 0
item_icon_space = 1
item_height = 36
item_padding = 3
item_spacing = 10
selected_item_pixmap_style = "select_*.png"
left = 3%
top = 5%
width = 40%
height = 70%
item_font = "Evolventa Regular 24"
item_color = "#D8E2EA"
selected_item_color = "#a6a7ac"
icon_width = 48
icon_height = 48
item_icon_space = 12
item_height = 64
item_padding = 6
item_spacing = 12
selected_item_pixmap_style = "select_*.png"
}
+ label {
top = 95%
width = 100%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#CDD6F4"
top = 95%
width = 40%
left = 3%
id = "__timeout__"
text = "Booting in %d seconds"
color = "#CDD6F4"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment