Merge branch 'ferrreo:lunar' into lunar
This commit is contained in:
commit
f94096bf44
@ -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
|
||||
|
||||
* Fix brightnessctl
|
||||
|
@ -11,4 +11,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
|
||||
then
|
||||
cp -a /etc/skel/. "${u}/"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
||||
mkdir -p /etc/greetd/
|
||||
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml
|
@ -1,4 +0,0 @@
|
||||
[SeatDefaults]
|
||||
user-session=hyprland
|
||||
autologin-user=pikaos
|
||||
greeter-session=lightdm-gtk-greeter
|
@ -1,11 +0,0 @@
|
||||
[Autologin]
|
||||
Relogin=false
|
||||
Session=plasma
|
||||
User=
|
||||
|
||||
[General]
|
||||
HaltCommand=
|
||||
InputMethod=
|
||||
|
||||
[Theme]
|
||||
Current=Orchis
|
@ -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=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=sleep 2 && 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'
|
||||
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 &
|
@ -10,6 +10,7 @@ general {
|
||||
}
|
||||
|
||||
input {
|
||||
#kb_layout=
|
||||
repeat_rate=50
|
||||
repeat_delay=300
|
||||
numlock_by_default=1
|
||||
|
@ -4,12 +4,6 @@
|
||||
"start": [
|
||||
{
|
||||
"all_monitors": false,
|
||||
"name_map": {
|
||||
"2": " ",
|
||||
"3": " ",
|
||||
"1": " ",
|
||||
"4": " "
|
||||
},
|
||||
"type": "workspaces"
|
||||
},
|
||||
{
|
||||
@ -18,7 +12,6 @@
|
||||
" {temp_c:k10temp-Tctl}°C",
|
||||
" {memory_percent}%",
|
||||
" {disk_percent:/}%",
|
||||
"李 {net_down:enp16s0}",
|
||||
" {uptime}"
|
||||
],
|
||||
"interval": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
configuration{
|
||||
modi: "run,drun,window";
|
||||
modi: "run,drun";
|
||||
icon-theme: "Oranchelo";
|
||||
show-icons: true;
|
||||
terminal: "kitty";
|
||||
@ -9,7 +9,6 @@ configuration{
|
||||
hide-scrollbar: true;
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window";
|
||||
display-Network: " Network";
|
||||
sidebar-mode: true;
|
||||
}
|
||||
|
11
pika-hyprland-settings/usr/share/pika/greetd/config.toml
Normal file
11
pika-hyprland-settings/usr/share/pika/greetd/config.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user