KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
Moderator: Forum moderators
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
- Attachments
-
- KLbuild_Void_hyprland_0.39_swayBASE.sh.FALSE.gz
- (3.45 KiB) Downloaded 49 times
-
- Screenshot_08-May_20-10-10_21812.png (449.67 KiB) Viewed 1572 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
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
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
notification:
Build plugin updated
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
Updated as of 09/05/2024
02:09 Moscow time
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
See what version Hyprland you are using
Code: Select all
hyprctl version
- Attachments
-
- 2024-05-09_02-52.png (152.44 KiB) Viewed 1483 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
Hyprland now uses its own (hypridle, hyperlock) - screen and sleep blockers
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.
- 2024-05-09_21-43.png (259.29 KiB) Viewed 1365 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1617 times
Re: KLV-Hyprland-CE-5.3 stable (v.Hyprland-0.39.1_1 )
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
KL-Linux
KL LINUX Simple fast free