Merge branch 'ferrreo:lunar' into lunar

This commit is contained in:
ferrreo 2023-06-24 20:08:16 +01:00 committed by GitHub
commit ed130681d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium
* Fix brightness and grettd on iso
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium
* Autolaunch installer if present * Autolaunch installer if present

View File

@ -8,7 +8,7 @@ Rules-Requires-Root: no
Package: pika-hyprland-settings Package: pika-hyprland-settings
Architecture: amd64 Architecture: amd64
Depends: breeze, pika-theme Depends: breeze, pika-theme, greetd
Conflicts: pika-settings, pika-kde-settings Conflicts: pika-settings, pika-kde-settings
Section: metapackages Section: metapackages
Priority: optional Priority: optional

View File

@ -15,3 +15,6 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
mkdir -p /etc/greetd/ mkdir -p /etc/greetd/
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml 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

View File

@ -23,8 +23,8 @@ bindle=,XF86AudioRaiseVolume,exec,swayosd --output-volume raise
bindle=,XF86AudioLowerVolume,exec,swayosd --output-volume lower bindle=,XF86AudioLowerVolume,exec,swayosd --output-volume lower
bindl=,XF86AudioMute,exec,swayosd --output-volume mute-toggle bindl=,XF86AudioMute,exec,swayosd --output-volume mute-toggle
bindl=,XF86AudioMicMute,exec,swayosd --input-volume mute-toggle bindl=,XF86AudioMicMute,exec,swayosd --input-volume mute-toggle
bindle=,XF86MonBrightnessUp,exec,brightnessctl set +5% bindle=,XF86MonBrightnessUp,exec,swayosd --brightness raise
bindle=,XF86MonBrightnessDown,exec,brightnessctl set -5% bindle=,XF86MonBrightnessDown,exec,swayosd --brightness lower
bindl=,Caps_Lock,exec,sleep 0.2 && swayosd --caps-lock bindl=,Caps_Lock,exec,sleep 0.2 && swayosd --caps-lock
bind=,XF86Calculator,exec,kcalc bind=,XF86Calculator,exec,kcalc
bindl=,XF86AudioPlay,exec,playerctl play-pause bindl=,XF86AudioPlay,exec,playerctl play-pause