KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Moderator: Forum moderators

Post Reply
User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

ISO:
https://github.com/sofijacom/KLV-Hyprla ... s/tag/v5.3

Attachments
KLbuild_Void_hyprland_0.39_swayBASE.sh.FALSE.gz
(3.45 KiB) Downloaded 7 times
Screenshot_08-May_20-10-10_21812.png
Screenshot_08-May_20-10-10_21812.png (449.67 KiB) Viewed 560 times
Last edited by Sofiya on Wed May 08, 2024 11:07 pm, edited 3 times in total.

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

even "pkexec" was fixed, now the PolicyKit identifier works, although before that I tried xfce-polkit did not work, now "polkit-gnome-authentication-agent-1" is used

now Gparted and Gufw are launched from the menu with password input

notification:
The assembly, although stable, still requires testing

notification:
It doesn't want "polkit-gnome-authentication-agent-1" to work properly, rolling back to previous settings

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

notification:
Build plugin updated

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

Updated as of 09/05/2024
02:09 Moscow time

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

See what version Hyprland you are using

Code: Select all

 hyprctl version
Attachments
2024-05-09_02-52.png
2024-05-09_02-52.png (152.44 KiB) Viewed 471 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

Hyprland now uses its own (hypridle, hyperlock) - screen and sleep blockers :thumbup:
You can customize them to your liking in /home/spot/.config/hypr/hypridle.conf / /home/spot/.config/hypr/hyprlock.conf

/home/spot/.config/hypr/hyprlock.conf

Code: Select all

# HyprLock
# ........

background {
    monitor =
    path = $HOME/Pictures/wallpapers/wall0.png  # only *.png supported for now
    color = rgba(25, 20, 20, 1.0)
    blur_passes = 2 # 0 disables blurring
    blur_size = 2
    noise = 0.0117
    contrast = 0.8916
    brightness = 0.8172
    vibrancy = 0.1696
    vibrancy_darkness = 0.0
}

input-field {
    monitor =
    size = 200, 50
    outline_thickness = 2
    dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
    dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
    dots_center = true
    outer_color = rgb(000000)
    inner_color = rgb(100, 100, 200)   
    font_color = rgb(10, 10, 10)
    fade_on_empty = false
    placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
    hide_input = false
    position = 0, -50
    halign = center
    valign = center
}

label {
    monitor =
    text = cmd[update:1000] echo "<span foreground='##0078D7'>$(date +"%X")</span>"
    color = rgba(200, 200, 200, 1.0)
    font_size = 60
    font_family = DejaVuSerif
    position = 0, 150
    halign = center
    valign = center
}

label {
    monitor =
    text = cmd[update:1000] echo "<span foreground='##fff333'>$(date +"%A %d %B %Y")</span>"
    color = rgba(200, 200, 200, 1.0)
    font_size = 18
    font_family = DejaVuSerif
    position = 0, 100
    halign = center
    valign = center
}
-----------------------------------------------------

/home/spot/.config/hypr/hypridle.conf

Code: Select all

# HyprIdle
# ........

# General_settings
general {
    lock_cmd = pgrep hyprlock || hyprlock     # prevents a second instance from starting
    # lock_cmd = notify-send "lock!"          # dbus/sysd lock command (loginctl lock-session) 
    # unlock_cmd = notify-send "unlock!"      # same as above, but unlock
    # before_sleep_cmd = hyprlock             # command before sleep
    # after_sleep_cmd = notify-send "Awake!"  # command after sleep
    ignore_dbus_inhibit = false               # (used by e.g. firefox or steam)
}

# Screen_brightness
listener {
	timeout = 300
	on-timeout = brightnessctl s 20%
	on-resume = brightnessctl s 50%
}

# Screen_lock
listener {
    timeout = 600
    on-timeout = hyprlock
    on-resume = notify-send "Welcome back to Hyprland!"
}

# Screen_off
listener {
	timeout = 750
	on-timeout = hyprctl dispatch dpms off
	on-resume = hyprctl dispatch dpms on
}

# Suspend
listener {
    timeout = 1200
    on-timeout = systemctl suspend
    # on-resume = notify-send "Welcome back to Hyprland!"
}
Attachments
hyprlock.
hyprlock.
2024-05-09_21-43.png (259.29 KiB) Viewed 353 times

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 1821
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1207 times
Been thanked: 1086 times

Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )

Post by Sofiya »

notification: error in build plugin.There is no need for a question mark (?) at the end.
if you have already assembled the assemblies, do it again.

f_00_Void_wayland_hyprland_0.39_no-kernelBASE.plug

line 100
wget -c https://gitlab.com/sofija.p2018/kla-ot2/-/raw/main/KLA-Hyprland/hyprland-0.39.1_1/hyprland-devel-0.39.1_1.x86_64.xbps?
on
wget -c https://gitlab.com/sofija.p2018/kla-ot2/-/raw/main/KLA-Hyprland/hyprland-0.39.1_1/hyprland-devel-0.39.1_1.x86_64.xbps

Vanilla Dpup 9.2.X - KLV-Airedale - KLA-OT2
PUPPY LINUX Simple fast free

Post Reply

Return to “KLV-HyprlandCE”