Merge branch 'ferrreo:lunar' into lunar

This commit is contained in:
ferrreo 2023-06-24 18:58:54 +01:00 committed by GitHub
commit f94096bf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 31 additions and 27 deletions

View File

@ -1,3 +1,15 @@
pika-hyprland-settings (1.0.2-99pika1) lunar; urgency=medium
* Autolaunch installer if present
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.1-99pika1) lunar; urgency=medium
* Switch to greetd
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
pika-hyprland-settings (1.0.0-99pika21) lunar; urgency=medium pika-hyprland-settings (1.0.0-99pika21) lunar; urgency=medium
* Fix brightnessctl * Fix brightnessctl

View File

@ -12,3 +12,6 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
cp -a /etc/skel/. "${u}/" cp -a /etc/skel/. "${u}/"
fi fi
done done
mkdir -p /etc/greetd/
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml

View File

@ -1,4 +0,0 @@
[SeatDefaults]
user-session=hyprland
autologin-user=pikaos
greeter-session=lightdm-gtk-greeter

View File

@ -1,11 +0,0 @@
[Autologin]
Relogin=false
Session=plasma
User=
[General]
HaltCommand=
InputMethod=
[Theme]
Current=Orchis

View File

@ -4,9 +4,9 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRE
exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=mako exec-once=mako
exec-once=hyprpaper exec-once=hyprpaper
exec-once=fcitx5
exec-once=nm-applet 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 2 && ironbar exec-once=sleep 2 && ironbar
exec-once=/etc/pika_login.sh 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' 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'
exec-once=pika-installer &

View File

@ -10,6 +10,7 @@ general {
} }
input { input {
#kb_layout=
repeat_rate=50 repeat_rate=50
repeat_delay=300 repeat_delay=300
numlock_by_default=1 numlock_by_default=1

View File

@ -4,12 +4,6 @@
"start": [ "start": [
{ {
"all_monitors": false, "all_monitors": false,
"name_map": {
"2": " ",
"3": " ",
"1": " ",
"4": " "
},
"type": "workspaces" "type": "workspaces"
}, },
{ {
@ -18,7 +12,6 @@
"󰏈 {temp_c:k10temp-Tctl}°C", "󰏈 {temp_c:k10temp-Tctl}°C",
" {memory_percent}%", " {memory_percent}%",
" {disk_percent:/}%", " {disk_percent:/}%",
"李 {net_down:enp16s0}",
" {uptime}" " {uptime}"
], ],
"interval": { "interval": {

View File

@ -1,5 +1,5 @@
configuration{ configuration{
modi: "run,drun,window"; modi: "run,drun";
icon-theme: "Oranchelo"; icon-theme: "Oranchelo";
show-icons: true; show-icons: true;
terminal: "kitty"; terminal: "kitty";
@ -9,7 +9,6 @@ configuration{
hide-scrollbar: true; hide-scrollbar: true;
display-drun: "  Apps "; display-drun: "  Apps ";
display-run: "  Run "; display-run: "  Run ";
display-window: " 﩯 Window";
display-Network: " 󰤨 Network"; display-Network: " 󰤨 Network";
sidebar-mode: true; sidebar-mode: true;
} }

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"