Page 1 of 1

KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.0_1 )

Posted: Thu May 16, 2024 11:23 pm
by Sofiya

KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.0_1 )

ISO:
https://github.com/sofijacom/KLV-HyprlandCE/releases


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Fri May 17, 2024 8:26 pm
by Sofiya

The Waybar update didn’t take long to arrive :)
Enjoy the new version of KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1).
The ISO will be built later, but for now you can use the build script. https://github.com/sofijacom/KLV-HyprlandCE


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sat May 18, 2024 6:35 pm
by Sofiya

Yandex-Browser-for-Void-Linux

yandex-browser-24.4.1.941_1.x86_64.xbps ( stable ) https://github.com/sofijacom/yandex-bro ... .4.1.941_1

yandex-browser-24.4.1.951_1.x86_64.xbps ( stable ) https://github.com/sofijacom/yandex-bro ... .4.1.951_1


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sat May 18, 2024 10:26 pm
by TerryH
Sofiya wrote: Fri May 17, 2024 8:26 pm

The Waybar update didn’t take long to arrive :)
Enjoy the new version of KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1).
The ISO will be built later, but for now you can use the build script. https://github.com/sofijacom/KLV-HyprlandCE

Downloaded the script and f.plug, which I added audacious/audacious-plugins. KLV-Hyprland-5.4CE running very smoothly. Great job, thank you.


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sat May 18, 2024 11:56 pm
by TerryH

I have an issue with the hardware clock being changed to show UTC. I set the laptop to use local time. A short time after booting, the hwclock is being changed to UTC, this is regardless of whether I have the Automatic Timezone being used or disabled. I need some guidance on how to stop this change from happening, to enable my laptop to use local time.

The following 2 sequences were done with the first sequence having Automatic Timezone enabled. The second sequence is with Automatic Timezone disabled.

Auto Timezone enabled. Boot time 19:05:

Code: Select all

 
┌──[ root@void-live ] [ 15:15:05 ]                      ### when first logged in time displayed is current time less 4 hours, which is local time difference from UTC
├── /home/spot
└> hwclock -r
2024-05-18 19:15:09.124071-04:00
┌──[ root@void-live ] [ 15:15:10 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:15:40.389769-04:00
┌──[ root@void-live ] [ 19:15:40 ]                  ### displayed time now correctly displays local time
├── /home/spot
└> hwclock -r
2024-05-18 19:16:01.545832-04:00
┌──[ root@void-live ] [ 19:16:01 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:16:23.373827-04:00              ###  hwclock still showing local time
┌──[ root@void-live ] [ 19:16:23 ]
├── /home/spot
└> hwclock -r
2024-05-18 23:16:53.420871-04:00              ###  hwclock has now changed to show UTC
┌──[ root@void-live ] [ 19:16:54 ]
├── /home/spot
└> cat /etc/adjtime
0.000000 1716073682 0.000000
1716073682
LOCAL

Auto timezone disabled. Boot time 19:23:

Code: Select all

 
┌──[ root@void-live ] [ 15:23:26 ]            ### when first logged in time displayed is current time less 4 hours, which is local time difference from UTC
├── /home/spot
└> hwclock -r
2024-05-18 19:23:30.733264-04:00
┌──[ root@void-live ] [ 15:23:30 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:24:03.248754-04:00
┌──[ root@void-live ] [ 19:24:04 ]                  ### displayed time now correctly displays local time
├── /home/spot
└> hwclock -r
2024-05-18 19:24:18.983307-04:00
┌──[ root@void-live ] [ 19:24:19 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:24:44.327160-04:00
┌──[ root@void-live ] [ 19:24:45 ]
├── /home/spot
└> hwclock -r
2024-05-18 23:25:10.545723-04:00              ###  hwclock has changed to show UTC
┌──[ root@void-live ] [ 19:25:11 ]
├── /home/spot
└> cat /etc/adjtime
0.000000 1716074504 0.000000
1716074504
LOCAL

 

Edit: After the above post I changed the hwclock using hwclock --systohc to display the correct local time. Even after setting the hwclock, some how it is now changed back to UTC.

Edit 2: /etc/localtime and /etc/timezone are set to my time zone


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 1:29 am
by Sofiya
TerryH wrote: Sat May 18, 2024 11:56 pm

I have an issue with the hardware clock being changed to show UTC. I set the laptop to use local time. A short time after booting, the hwclock is being changed to UTC, this is regardless of whether I have the Automatic Timezone being used or disabled. I need some guidance on how to stop this change from happening, to enable my laptop to use local time.

The following 2 sequences were done with the first sequence having Automatic Timezone enabled. The second sequence is with Automatic Timezone disabled.

Auto Timezone enabled. Boot time 19:05:

Code: Select all

 
┌──[ root@void-live ] [ 15:15:05 ]                      ### when first logged in time displayed is current time less 4 hours, which is local time difference from UTC
├── /home/spot
└> hwclock -r
2024-05-18 19:15:09.124071-04:00
┌──[ root@void-live ] [ 15:15:10 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:15:40.389769-04:00
┌──[ root@void-live ] [ 19:15:40 ]                  ### displayed time now correctly displays local time
├── /home/spot
└> hwclock -r
2024-05-18 19:16:01.545832-04:00
┌──[ root@void-live ] [ 19:16:01 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:16:23.373827-04:00              ###  hwclock still showing local time
┌──[ root@void-live ] [ 19:16:23 ]
├── /home/spot
└> hwclock -r
2024-05-18 23:16:53.420871-04:00              ###  hwclock has now changed to show UTC
┌──[ root@void-live ] [ 19:16:54 ]
├── /home/spot
└> cat /etc/adjtime
0.000000 1716073682 0.000000
1716073682
LOCAL

Auto timezone disabled. Boot time 19:23:

Code: Select all

 
┌──[ root@void-live ] [ 15:23:26 ]            ### when first logged in time displayed is current time less 4 hours, which is local time difference from UTC
├── /home/spot
└> hwclock -r
2024-05-18 19:23:30.733264-04:00
┌──[ root@void-live ] [ 15:23:30 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:24:03.248754-04:00
┌──[ root@void-live ] [ 19:24:04 ]                  ### displayed time now correctly displays local time
├── /home/spot
└> hwclock -r
2024-05-18 19:24:18.983307-04:00
┌──[ root@void-live ] [ 19:24:19 ]
├── /home/spot
└> hwclock -r
2024-05-18 19:24:44.327160-04:00
┌──[ root@void-live ] [ 19:24:45 ]
├── /home/spot
└> hwclock -r
2024-05-18 23:25:10.545723-04:00              ###  hwclock has changed to show UTC
┌──[ root@void-live ] [ 19:25:11 ]
├── /home/spot
└> cat /etc/adjtime
0.000000 1716074504 0.000000
1716074504
LOCAL

 

Edit: After the above post I changed the hwclock using hwclock --systohc to display the correct local time. Even after setting the hwclock, some how it is now changed back to UTC.

Edit 2: /etc/localtime and /etc/timezone are set to my time zone

Instead of "Europe/Moscow" your location

Code: Select all

# Set your timezone. Example:
sudo ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime

Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 1:41 am
by TerryH
Sofiya wrote: Sun May 19, 2024 1:29 am
TerryH wrote: Sat May 18, 2024 11:56 pm

.
.
.
Edit: After the above post I changed the hwclock using hwclock --systohc to display the correct local time. Even after setting the hwclock, some how it is now changed back to UTC.

Edit 2: /etc/localtime and /etc/timezone are set to my time zone

Instead of "Europe/Moscow" your location

Code: Select all

# Set your timezone. Example:
sudo ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime

As mentioned in Edit 2, my timezone is set correctly. I would also mention that this issue does not happen in KLA-Hyprland.


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 1:46 am
by Sofiya
TerryH wrote: Sun May 19, 2024 1:41 am
Sofiya wrote: Sun May 19, 2024 1:29 am
TerryH wrote: Sat May 18, 2024 11:56 pm

.
.
.
Edit: After the above post I changed the hwclock using hwclock --systohc to display the correct local time. Even after setting the hwclock, some how it is now changed back to UTC.

Edit 2: /etc/localtime and /etc/timezone are set to my time zone

Instead of "Europe/Moscow" your location

Code: Select all

# Set your timezone. Example:
sudo ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime

As mentioned in Edit 2, my timezone is set correctly. I would also mention that this issue does not happen in KLA-Hyprland.

do not compare KLV with KLA, everything works completely differently
in KLA-Hyprland the time zone is set via the Internet using a script


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 1:58 am
by TerryH
Sofiya wrote: Sun May 19, 2024 1:46 am
TerryH wrote: Sun May 19, 2024 1:41 am
Sofiya wrote: Sun May 19, 2024 1:29 am

Instead of "Europe/Moscow" your location

Code: Select all

# Set your timezone. Example:
sudo ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime

As mentioned in Edit 2, my timezone is set correctly. I would also mention that this issue does not happen in KLA-Hyprland.

do not compare KLV with KLA, everything works completely differently
in KLA-Hyprland the time zone is set via the Internet using a script

OK thanks,thats good to know. But KLV-Hyprland still has an issue.


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 2:10 am
by Sofiya
TerryH wrote: Sun May 19, 2024 1:58 am
Sofiya wrote: Sun May 19, 2024 1:46 am
TerryH wrote: Sun May 19, 2024 1:41 am

As mentioned in Edit 2, my timezone is set correctly. I would also mention that this issue does not happen in KLA-Hyprland.

do not compare KLV with KLA, everything works completely differently
in KLA-Hyprland the time zone is set via the Internet using a script

OK thanks,thats good to know. But KLV-Hyprland still has an issue.

by the way, have you tried this in KLV-Hyprland


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 2:15 am
by TerryH
Sofiya wrote: Sun May 19, 2024 2:10 am
TerryH wrote: Sun May 19, 2024 1:58 am
Sofiya wrote: Sun May 19, 2024 1:46 am

do not compare KLV with KLA, everything works completely differently
in KLA-Hyprland the time zone is set via the Internet using a script

OK thanks,thats good to know. But KLV-Hyprland still has an issue.

by the way, have you tried this in KLV-Hyprland

Yes, the original post has examples of when auto timezone is enabled and disabled. Both mess with the hardware clock.


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 2:20 am
by Sofiya
TerryH wrote: Sun May 19, 2024 2:15 am
Sofiya wrote: Sun May 19, 2024 2:10 am
TerryH wrote: Sun May 19, 2024 1:58 am

OK thanks,thats good to know. But KLV-Hyprland still has an issue.

by the way, have you tried this in KLV-Hyprland

Yes, the original post has examples of when auto timezone is enabled and disabled. Both mess with the hardware clock.

time in America

Code: Select all

# Set your timezone. Example:

sudo ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime

For me the time shows correctly in KLV-Hyprland I do not set anything
If, of course, you have the time set correctly in the BIOS


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sun May 19, 2024 2:45 am
by Sofiya
TerryH wrote: Sun May 19, 2024 2:15 am
Sofiya wrote: Sun May 19, 2024 2:10 am
TerryH wrote: Sun May 19, 2024 1:58 am

OK thanks,thats good to know. But KLV-Hyprland still has an issue.

by the way, have you tried this in KLV-Hyprland

Yes, the original post has examples of when auto timezone is enabled and disabled. Both mess with the hardware clock.

UTC display

Code: Select all

# Set your timezone. Example:

sudo ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime

Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Mon May 20, 2024 11:27 pm
by Sofiya

Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Thu May 23, 2024 4:22 pm
by Sofiya

YRadio from @fredx181 viewtopic.php?t=8273

Yradio-Hypr-1.8_1.xbps ->> https://gitlab.com/sofija.p2018/kla-ot2 ... oarch.xbps


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Fri May 24, 2024 6:16 pm
by Sofiya

hardinfo2- System Information and Benchmark for Linux Systems

hardinfo2-2.0.18_2.noarch.xbps ->> https://gitlab.com/sofija.p2018/kla-ot2 ... oarch.xbps


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Fri May 24, 2024 8:35 pm
by Sofiya

ChromeOS themes :thumbup:

ChromeOS-Darker-UltraViolet-Rounded ->> https://github.com/sofijacom/KLV-HyprlandCE/tree/themes


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Sat May 25, 2024 4:31 pm
by Sofiya

I also wrote a module to display the HDD temperature .
The hard drive is a very important part, it is the heart of the system

install the utility " hddtemp "

/home/spot/.config/hypr/waybar/themes/KLA_Black/config

Code: Select all

    },
     "custom/drive": {
     "interval": 60,    
     "format": "󰋊 {}°C",
     "tooltip-format": "HDD temp",
     "tooltip": false,
     "exec": "sudo hddtemp -n /dev/sd?",
     "on-click-right": " "    
     }, 

/home/spot/.config/hypr/waybar/themes/KLA_Black/config
line 20 enter the name of the module

Code: Select all

    "modules-right": ["custom/weather", "cpu", "custom/drive", "memory", "temperature", "custom/updates", "battery", "backlight", "pulseaudio", "hyprland/language", "idle_inhibitor", "network", "tray", "clock", "custom/power"],

/home/spot/.config/hypr/waybar/themes/KLA_Black/style.css register #custom-drive, line 52


Re: KLV-Hyprland-CE-5.4 stable (v.Hyprland-0.40.1_1 )

Posted: Mon May 27, 2024 7:36 pm
by Sofiya

Updated as of 27/05/2024 KLbuild_Void_hyprland_0.40_swayBASE.sh
22:36 Moscow time