removed old theme
|
@ -1,22 +0,0 @@
|
||||||
pkgbase = parch-grub-light
|
|
||||||
pkgdesc = Parchlinux grub theme
|
|
||||||
pkgver = r2.73c76a8
|
|
||||||
pkgrel = 1
|
|
||||||
epoch = 2
|
|
||||||
url = https://github.com/parchlinux/parch-grub-theme
|
|
||||||
arch = any
|
|
||||||
license = GPL-3
|
|
||||||
makedepends = git
|
|
||||||
depends = grub
|
|
||||||
provides = parch-grub-theme
|
|
||||||
conflicts = parch-grub-theme
|
|
||||||
source = parch-grub-light::git+https://github.com/parchlinux/parch-grub-theme
|
|
||||||
md5sums = SKIP
|
|
||||||
|
|
||||||
pkgname = parch-grub-light
|
|
||||||
pkgdesc = Parchlinux grub theme -- Light
|
|
||||||
install = parch-grub-light.install
|
|
||||||
|
|
||||||
pkgname = parch-grub-light
|
|
||||||
pkgdesc = Parchlinux grub theme -- Light
|
|
||||||
install = parch-grub-light.install
|
|
5
package/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
parchlinux*
|
|
||||||
*.zst
|
|
||||||
src
|
|
||||||
pkg
|
|
||||||
|
|
|
@ -1,42 +0,0 @@
|
||||||
# Maintainer: Komeil Parseh <ahmdparsh129 at gmail dot com>
|
|
||||||
|
|
||||||
pkgname=(
|
|
||||||
parch-grub-dark-git
|
|
||||||
parch-grub-light-git)
|
|
||||||
pkgbase=parchlinux-grub-theme-git
|
|
||||||
_pkg="${pkgbase%-git}"
|
|
||||||
pkgver=r2.73c76a8
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc='Parchlinux theme for GRUB2'
|
|
||||||
arch=('any')
|
|
||||||
url='https://github.com/parchlinux/parch-grub-theme'
|
|
||||||
license=('MIT')
|
|
||||||
makedepends=('git')
|
|
||||||
source=("$_pkg::git+$url")
|
|
||||||
sha256sums=('SKIP')
|
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd "${_pkg}"
|
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
|
||||||
}
|
|
||||||
|
|
||||||
_package() {
|
|
||||||
cd "${_pkg}"
|
|
||||||
install -d "$pkgdir/usr/share/grub/themes/"
|
|
||||||
cp -a --no-preserve=ownership "${pkgname%-git}" "$pkgdir/usr/share/grub/themes/${pkgname%-git}"
|
|
||||||
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
|
|
||||||
}
|
|
||||||
|
|
||||||
package_parch-grub-dark-git() {
|
|
||||||
pkgdesc+=' -- Dark'
|
|
||||||
install=$pkgname.install
|
|
||||||
|
|
||||||
_package parch-grub-dark
|
|
||||||
}
|
|
||||||
|
|
||||||
package_parch-grub-light-git() {
|
|
||||||
pkgdesc+=' -- Light'
|
|
||||||
install=$pkgname.install
|
|
||||||
|
|
||||||
_package parch-grub-light
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
. /usr/share/makepkg/util/message.sh
|
|
||||||
colorize
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
msg "Installed Parch Dark GRUB2 theme."
|
|
||||||
msg2 "To enable the theme, change 'GRUB_THEME' variable in '/etc/default/grub' file to"
|
|
||||||
msg2 "'/usr/share/grub/themes/parch-grub-dark', uncomment it and update GRUB config with running"
|
|
||||||
msg2 "'grub-mkconfig -o /boot/grub/grub.cfg' as root."
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
warning "Uninstalled Parch Dark GRUB2 theme."
|
|
||||||
msg2 "To disable the theme, comment 'GRUB_THEME' variable in '/etc/default/grub' file"
|
|
||||||
msg2 "and update GRUB config with running 'grub-mkconfig -o /boot/grub/grub.cfg' as root."
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
. /usr/share/makepkg/util/message.sh
|
|
||||||
colorize
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
msg "Installed Parch Light GRUB2 theme."
|
|
||||||
msg2 "To enable the theme, change 'GRUB_THEME' variable in '/etc/default/grub' file to"
|
|
||||||
msg2 "'/usr/share/grub/themes/parch-grub-light', uncomment it and update GRUB config with running"
|
|
||||||
msg2 "'grub-mkconfig -o /boot/grub/grub.cfg' as root."
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
warning "Uninstalled Parch Light GRUB2 theme."
|
|
||||||
msg2 "To disable the theme, comment 'GRUB_THEME' variable in '/etc/default/grub' file"
|
|
||||||
msg2 "and update GRUB config with running 'grub-mkconfig -o /boot/grub/grub.cfg' as root."
|
|
||||||
}
|
|
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 968 B |
Before Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 783 B |
Before Width: | Height: | Size: 761 B |
Before Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 984 B |
Before Width: | Height: | Size: 778 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 713 B |
Before Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 84 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 139 B |
|
@ -1,50 +0,0 @@
|
||||||
# GRUB2 gfxmenu pop theme, based and inspired by Vimix and Dracula grub themes
|
|
||||||
# Designed for any resolution
|
|
||||||
|
|
||||||
# Global Property
|
|
||||||
title-text: ""
|
|
||||||
desktop-image: "background.png"
|
|
||||||
desktop-image-scale-method: "stretch"
|
|
||||||
desktop-color: "#1E1E2E"
|
|
||||||
terminal-font: "Unifont Regular 16"
|
|
||||||
terminal-left: "0"
|
|
||||||
terminal-top: "0"
|
|
||||||
terminal-width: "100%"
|
|
||||||
terminal-height: "100%"
|
|
||||||
terminal-border: "0"
|
|
||||||
|
|
||||||
# Logo image
|
|
||||||
+ image {
|
|
||||||
left = 50%-50
|
|
||||||
top = 50%-50
|
|
||||||
file = "logo.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Show the boot menu
|
|
||||||
+ boot_menu {
|
|
||||||
left = 50%-240
|
|
||||||
top = 60%
|
|
||||||
width = 480
|
|
||||||
height = 30%
|
|
||||||
item_font = "Unifont Regular 16"
|
|
||||||
item_color = "#59B5C9"
|
|
||||||
selected_item_color = "#5EC0D6"
|
|
||||||
icon_width = 32
|
|
||||||
icon_height = 32
|
|
||||||
item_icon_space = 20
|
|
||||||
item_height = 36
|
|
||||||
item_padding = 5
|
|
||||||
item_spacing = 10
|
|
||||||
selected_item_pixmap_style = "select_*.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Show a countdown message using the label component
|
|
||||||
+ label {
|
|
||||||
top = 82%
|
|
||||||
left = 35%
|
|
||||||
width = 30%
|
|
||||||
align = "center"
|
|
||||||
id = "__timeout__"
|
|
||||||
text = "Booting in %d seconds"
|
|
||||||
color = "#5EC0D6"
|
|
||||||
}
|
|
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 599 B |