Autolaunch pika-installler if it is present
This commit is contained in:
parent
8720fe31de
commit
9d436ef818
2
main.sh
2
main.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="2.0.4"
|
VERSION="2.0.5"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
pika-hyprland-settings (2.0.4-101pika1) pika; urgency=medium
|
pika-hyprland-settings (2.0.5-101pika1) pika; urgency=medium
|
||||||
|
|
||||||
* Pika 4 Hyprland
|
* Pika 4 Hyprland
|
||||||
|
|
||||||
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||||
|
|
||||||
|
pika-hyprland-settings (2.0.4-101pika1) pika; urgency=medium
|
||||||
|
|
||||||
|
* Pika 4 Hyprland
|
||||||
|
|
||||||
|
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||||
|
|
||||||
pika-hyprland-settings (2.0.3-101pika1) pika; urgency=medium
|
pika-hyprland-settings (2.0.3-101pika1) pika; urgency=medium
|
||||||
|
|
||||||
|
@ -8,8 +8,17 @@ Rules-Requires-Root: no
|
|||||||
|
|
||||||
Package: pika-hyprland-settings
|
Package: pika-hyprland-settings
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: breeze, ags, nautilus, gdm3, hypridle, hyprpaper, hyprlock, sway-notification-center, network-manager-gnome, swayosd, playerctl, brightnessctl, pavucontrol, wlogout, wayfreeze, kitty, grim, slurp, chromium, rofi-wayland, grimshot, cava, mate-polkit
|
Depends: breeze, ags, nautilus, gdm3, hypridle, hyprpaper, hyprlock, sway-notification-center, network-manager-gnome, swayosd, playerctl, brightnessctl, pavucontrol, wlogout, wayfreeze, kitty, grim, slurp, chromium, rofi-wayland, grimshot, cava, mate-polkit, fastfetch
|
||||||
Conflicts: pika-gnome-settings, pika-kde-settings
|
Conflicts: pika-gnome-settings, pika-kde-settings, pika-hyprland-settings-nvidia
|
||||||
|
Provides: pika-settings
|
||||||
|
Section: metapackages
|
||||||
|
Priority: optional
|
||||||
|
Description: PikaOS Hyprland Default Config
|
||||||
|
|
||||||
|
Package: pika-hyprland-settings-nvidia
|
||||||
|
Architecture: amd64
|
||||||
|
Depends: breeze, ags, nautilus, gdm3, hypridle, hyprpaper, hyprlock, sway-notification-center, network-manager-gnome, swayosd, playerctl, brightnessctl, pavucontrol, wlogout, wayfreeze, kitty, grim, slurp, chromium, rofi-wayland, grimshot, cava, mate-polkit, fastfetch
|
||||||
|
Conflicts: pika-gnome-settings, pika-kde-settings, pika-hyprland-settings
|
||||||
Provides: pika-settings
|
Provides: pika-settings
|
||||||
Section: metapackages
|
Section: metapackages
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
@ -21,9 +21,9 @@ env=QT_QPA_PLATFORMTHEME,gnome
|
|||||||
env=STEAM_FORCE_DESKTOPUI_SCALING,1
|
env=STEAM_FORCE_DESKTOPUI_SCALING,1
|
||||||
# Nvidia
|
# Nvidia
|
||||||
#env=GSK_RENDERER,ngl
|
#env=GSK_RENDERER,ngl
|
||||||
#env = NVD_BACKEND,direct
|
#env=NVD_BACKEND,direct
|
||||||
#env = LIBVA_DRIVER_NAME,nvidia
|
#env=LIBVA_DRIVER_NAME,nvidia
|
||||||
#env = GBM_BACKEND,nvidia-drm
|
#env=GBM_BACKEND,nvidia-drm
|
||||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
#env=__GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
#env = __GL_VRR_ALLOWED,1
|
#env=__GL_VRR_ALLOWED,1
|
||||||
#env = __GL_GSYNC_ALLOWED,1
|
#env=__GL_GSYNC_ALLOWED,1
|
@ -6,3 +6,4 @@ exec-once=swayosd-server
|
|||||||
exec-once=sleep 5 && nm-applet
|
exec-once=sleep 5 && nm-applet
|
||||||
exec-once=/usr/bin/mate-polkit
|
exec-once=/usr/bin/mate-polkit
|
||||||
exec-once=ags
|
exec-once=ags
|
||||||
|
exec-once=sleep 5 && pika-installer
|
Loading…
Reference in New Issue
Block a user