From 327c3048005e1063d7167755b70e3aad6ec2892a Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 24 Jun 2023 20:09:24 +0100 Subject: [PATCH] installer for hyprland --- pika-hyprland-settings/debian/changelog | 8 +++++++- pika-hyprland-settings/debian/postinst | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 509af83..9d86db2 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,4 +1,10 @@ -pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium +pika-hyprland-settings (1.0.4-99pika1) lunar; urgency=medium + + * Fix brightness and greetd on iso + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + +pika-hyprland-settings (1.0.3-99pika1) lunar; urgency=medium * Fix brightness and grettd on iso diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index 7a1238f..58115d7 100755 --- a/pika-hyprland-settings/debian/postinst +++ b/pika-hyprland-settings/debian/postinst @@ -16,5 +16,4 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/ mkdir -p /etc/greetd/ cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml rm /etc/systemd/system/display-manager.service -ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service -/lib/systemd/system/greetd.service \ No newline at end of file +ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service \ No newline at end of file