update grub2 theme

parent 30ebebd1
...@@ -37,9 +37,6 @@ graphics: ...@@ -37,9 +37,6 @@ graphics:
rm -f $$i.png; \ rm -f $$i.png; \
done; \ done; \
fi 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 # product logo for ahttpd
cp -al images/product-logo.png ahttpd/images/product-logo.png cp -al images/product-logo.png ahttpd/images/product-logo.png
# product logo for indexhtml # product logo for indexhtml
...@@ -90,7 +87,7 @@ boot-grub: ...@@ -90,7 +87,7 @@ boot-grub:
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME) install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
cp -a grub2/* $(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.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 boot: boot-splash boot-grub
......
...@@ -468,7 +468,7 @@ fi ...@@ -468,7 +468,7 @@ fi
- gnome-settings: set some nautilus settings - gnome-settings: set some nautilus settings
* Sat Oct 07 2023 Roman Alifanov <ximper@altlinux.org> 0.9-alt1 * 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 * Tue Oct 03 2023 Roman Alifanov <ximper@altlinux.org> 0.8.5-alt1
- gnome-settings: set kgx as default terminal - gnome-settings: set kgx as default terminal
......
...@@ -2,45 +2,38 @@ ...@@ -2,45 +2,38 @@
# Global # Global
title-text: "" title-text: ""
desktop-image: "grub.jpg" desktop-image: "grub.png"
desktop-image-scale-method: "stretch" desktop-image-scale-method: "stretch"
desktop-color: "#1E1E2E" desktop-color: "#0B0E1D"
terminal-font: "Unifont Regular 6" terminal-font: "Evolventa Regular 24"
terminal-left: "0" terminal-left: "0"
terminal-top: "0" terminal-top: "0"
terminal-width: "100%" terminal-width: "100%"
terminal-height: "100%" terminal-height: "100%"
terminal-border: "0" terminal-border: "0"
# Logo
+ image {
left = 100%-120
top = 100%-110
file = "logo.png"
}
# Show the boot menu # Show the boot menu
+ boot_menu { + boot_menu {
left = 3% left = 3%
top = 3% top = 5%
width = 410 width = 40%
height = 45% height = 70%
item_font = "Unifont Regular 5" item_font = "Evolventa Regular 24"
item_color = "#CDD6F4" item_color = "#D8E2EA"
selected_item_color = "#CDD6F4" selected_item_color = "#a6a7ac"
icon_width = 0 icon_width = 48
icon_height = 0 icon_height = 48
item_icon_space = 1 item_icon_space = 12
item_height = 36 item_height = 64
item_padding = 3 item_padding = 6
item_spacing = 10 item_spacing = 12
selected_item_pixmap_style = "select_*.png" selected_item_pixmap_style = "select_*.png"
} }
+ label { + label {
top = 95% top = 95%
width = 100% width = 40%
align = "center" left = 3%
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#CDD6F4" 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