Skip to content

Commit 49afa95

Browse files
committed
WIP vimgreet directly
1 parent 411e607 commit 49afa95

5 files changed

Lines changed: 8 additions & 85 deletions

File tree

build_files/base/01-base-system.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ dnf5 -y clean all
1313
dnf5 -y copr enable binarypie/hypercube
1414

1515
### Display Manager: greetd + vimgreet
16-
# vimgreet from binarypie/hypercube COPR
17-
# cage is a minimal Wayland compositor to host vimgreet and the first-boot wizard
18-
# foot is a lightweight terminal for running vimgreet with proper colors/cursor
16+
# vimgreet from binarypie/hypercube COPR (runs directly on TTY)
17+
# cage is a minimal Wayland compositor for the first-boot wizard
1918
dnf5 -y install \
2019
greetd \
2120
greetd-selinux \
2221
cage \
23-
foot \
2422
vimgreet
2523

2624
### Desktop Portals & Integration

dot_files/foot/foot-kiosk.ini

Lines changed: 0 additions & 74 deletions
This file was deleted.

system_files/shared/etc/greetd/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
vt = 1
44

55
[default_session]
6-
# Run vimgreet in cage with foot (lightweight terminal for colors/cursor support)
7-
command = "cage -s -- foot --config=/usr/share/hypercube/config/foot/foot-kiosk.ini vimgreet"
6+
# Run vimgreet directly on the TTY (no Wayland compositor needed)
7+
command = "vimgreet"
88
user = "greeter"
99

1010
[initial_session]

system_files/shared/etc/systemd/system/greetd.service.d/pty.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

system_files/shared/usr/lib/bootc/kargs.d/hypercube-kargs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"quiet",
55
"splash",
66
"rd.plymouth=1",
7-
"bgrt_disable"
7+
"bgrt_disable",
8+
"vt.default_red=0x1e,0xff,0xc3,0xff,0x82,0xc0,0x86,0xc8,0x44,0xff,0xc3,0xff,0x65,0xfc,0x86,0xc8",
9+
"vt.default_grn=0x20,0x75,0xe8,0xc7,0xaa,0x99,0xe1,0xd3,0x4a,0x75,0xe8,0xc7,0xbc,0xa7,0xe1,0xd3",
10+
"vt.default_blu=0x30,0x7f,0x8d,0x77,0xff,0xff,0xfc,0xf5,0x73,0x7f,0x8d,0x77,0xff,0xea,0xfc,0xf5"
811
]
912
}

0 commit comments

Comments
 (0)