Re: KLV-Hyprland-CE-5.0 stable (v.Hyprland-0.35.0_1 )
KLV-Hyprland-CE-5.0 stable is running well on a DELL INSPIRON 15 laptop which is fun to drive around with this version of KLV-Hyprland-CE
Discussion, talk and tips
https://forum.puppylinux.com/
KLV-Hyprland-CE-5.0 stable is running well on a DELL INSPIRON 15 laptop which is fun to drive around with this version of KLV-Hyprland-CE
Wi-Fi connection Headphones
using kitty terminal
kitty - terminal on the left , sakura - terminal on the right
MOD + alt + K
The clock uses the kitty terminal and is located in the center with the size specified in "window_rules.conf", with the addition of special code to the config for rsclock
The code for the clock is only for the kitty terminal, it will not work in other terminals.
/home/spot/.config/hypr/scripts/rsclock.sh
Code: Select all
#!/bin/bash
kitty --class clock -T clock -e rsclock -S -c -f 5
/home/spot/.config/hypr/configs/window_rules.conf
Code: Select all
# for ttyclock / rsclock
windowrulev2 = float, class:^(clock)$, title:^(clock)$
windowrulev2 = size 37% 27%, class:^(clock)$, title:^(clock)$
windowrulev2 = center, class:^(clock)$, title:^(clock)$
/home/spot/.config/kitty.conf
kitty - terminal
clock MOD + alt + K
notice: This will not be included in the build, if you want it to be there you should follow the steps - viewtopic.php?p=117232#p117232
also don't forget to install terminal "kitty"
cursors for Linux X11/Wayland with size adjustment https://github.com/ful1e5/Bibata_Cursor ... me-ov-file
https://github.com/ful1e5/Bibata_Cursor ... tag/v2.0.6
Xcursor Sizes:
16 20 22 24 28 32 40 48 56 64 72 80 88 96
KLA_Lilac
/home/spot/.config/hypr/waybar/themes/KLV_Lilac
The assembly plugin has been updated 04.24.2024
I'm thinking of compiling the version "v.Hyprland-0.39.1 ", it seems like the problems have been fixed. But I still need to check
It takes a long time to compile all this, 40-odd minutes
Not counting what needs to be written into the assembly plugin, etc.....
Although I'm quite happy with (v.Hyprland-0.35.0_1 )
I am amazed at how well Hyprland works with Puppy Linux.
Are there any plans to implement a feature that allows the use of a save file before shutdown, or even an automatic save function?
tassuton wrote: Wed Jun 05, 2024 7:30 pmI am amazed at how well Hyprland works with Puppy Linux.
Are there any plans to implement a feature that allows the use of a save file before shutdown, or even an automatic save function?
It's all built into KLV-Hyprland
manual saving MOD+Shift+P or MOD+Shift+X , also save on exit, shutdown.same as in Puppy linux
Sofiya wrote: Wed Jun 05, 2024 7:50 pmtassuton wrote: Wed Jun 05, 2024 7:30 pmI am amazed at how well Hyprland works with Puppy Linux.
Are there any plans to implement a feature that allows the use of a save file before shutdown, or even an automatic save function?It's all built into KLV-Hyprland
manual saving MOD+Shift+P or MOD+Shift+X , also save on exit, shutdown.same as in Puppy linux
Thanks , I failed to get the manual save or save from exit to work. Maybe because I am testing through Ventoy. Going to try frugal install to usb stick later.