diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 549b923..a2dfbfe 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,3 +1,9 @@ +pika-hyprland-settings (1.0.0-99pika17) lunar; urgency=medium + + * Delay bar after everything + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + pika-hyprland-settings (1.0.0-99pika16) lunar; urgency=medium * Env vars diff --git a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf index dad75c2..3a4474a 100644 --- a/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf +++ b/pika-hyprland-settings/etc/skel/.config/hypr/exec.conf @@ -1,5 +1,4 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once=ironbar exec-once=/usr/share/pika/portal.sh exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -7,6 +6,7 @@ exec-once=mako exec-once=hyprpaper exec-once=fcitx5 exec-once=nm-applet -exec-once=/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 & +exec-once=/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 +exec-once=sleep 1 && ironbar exec-once=/etc/pika_login.sh exec-once=swayidle timeout 300 '/usr/share/pika/lock.sh --grace 10 --fade-in 4' timeout 330 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '/usr/share/pika/lock.sh' \ No newline at end of file