This commit is contained in:
ferrreo 2023-07-26 17:10:50 +01:00
parent 73665d8174
commit 7c0bed91df
6 changed files with 33 additions and 15 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
upstream-name (pkgver-pkgrel) distro_codename; urgency=medium pika-hyprland-autologin (1.0.0-99pika1) lunar; urgency=medium
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP> * Initial release.
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000 -- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000

20
debian/control vendored
View File

@ -1,19 +1,13 @@
Source: upstream-name Source: pika-hyprland-autologin
Section: admin Section: main
Priority: optional Priority: optional
Maintainer: name <email> Maintainer: ferrreo <harderthanfire@gmail.com>
Standards-Version: 4.6.1 Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13) Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no Rules-Requires-Root: no
Package: pkgname1 Package: pika-hyprland-autologin
Architecture: linux-any Architecture: linux-any
# Delete any of these lines if un-used Depends: pika-hyprland-settings
Depends: ${misc:Depends}, depends Provides: pika-hyprland-autologin
Recommends: high priority optdepends Description: Autologin script for hyprland iso
Conflicts: conflicts
Suggests: low priority optdepends
Breaks: also conflicts!?
Provides: provides
#
Description: pkgdesc

View File

@ -0,0 +1 @@
usr

6
debian/postinst vendored Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
mkdir -p /etc/greetd/
cp -f /usr/share/pika-hyprland-autologin/config.toml /etc/greetd/config.toml

6
debian/postrm vendored Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
mkdir -p /etc/greetd/
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml

View File

@ -0,0 +1,11 @@
[terminal]
vt = 7
[default_session]
command = "tuigreet -g 'Welcome to pikaos' --user-menu --asterisks --cmd Hyprland"
user = "_greetd"
#Autologin
[initial_session]
command = "Hyprland"
user = "pikaos"