This commit is contained in:
ferrreo 2023-06-24 17:59:13 +01:00
parent 0efb491553
commit 06eb86069e
9 changed files with 23 additions and 26 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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

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,7 +4,6 @@ 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

View File

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

View File

@ -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": {

View File

@ -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;
}

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"