📦️ deps(system): tuigreet added as a greetd console greeter
This commit is contained in:
parent
072024e072
commit
8eccb4f51a
4 changed files with 9 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
[terminal]
|
||||
vt = 1
|
||||
vt = 8
|
||||
|
||||
[default_session]
|
||||
command = "agreety -c Hyprland"
|
||||
command = "tuigreet --remember --time -c 'Hyprland > /dev/null 2>&1'"
|
||||
user = "greeter"
|
||||
|
||||
[initial_session]
|
||||
command = "Hyprland"
|
||||
user = "matt"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[Unit]
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
|
@ -122,6 +122,7 @@
|
|||
pacman:
|
||||
name:
|
||||
- greetd
|
||||
- greetd-tuigreet
|
||||
|
||||
- name: enable and start greeter
|
||||
systemd:
|
||||
|
|
|
@ -58,6 +58,7 @@ gnome-logs 45.0-1
|
|||
go 2:1.22.2-1
|
||||
gparted 1.6.0-1
|
||||
greetd 0.10.0-1
|
||||
greetd-tuigreet 0.8.0-2
|
||||
grim 1.4.1-1
|
||||
groff 1.23.0-5
|
||||
grub 2:2.12-2
|
||||
|
|
Loading…
Add table
Reference in a new issue