KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Moderator: Forum moderators

Post Reply
User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Attachments
KLbuild_Void_hyprland_0.35_swayBASE.sh.false.gz
(3.33 KiB) Downloaded 19 times
Screenshot_06-Mar_00-26-09_8977.png
Screenshot_06-Mar_00-26-09_8977.png (434.58 KiB) Viewed 707 times
Last edited by Sofiya on Thu Mar 07, 2024 12:17 am, edited 1 time in total.

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

geo_c
Posts: 2504
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1800 times
Been thanked: 707 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by geo_c »

I keep downloading these scrrpts, and you keep making new ones before I get around to doing a build.

I'm going to wait for CE-5.0! :D :D

geo_c
Old School Hipster, and Such

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

geo_c wrote: Tue Mar 05, 2024 9:40 pm

I keep downloading these scrrpts, and you keep making new ones before I get around to doing a build.

I'm going to wait for CE-5.0! :D :D

@geo_c You can safely install 4.5 and 4.6, there are no significant changes ;)

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

Pcmanfm root user MOD-SHIFT+F can also set the theme by clicking on the script in /root/.config/gtk/GTK-settings.sh

theme, cursor, icons will be installed from attached configuration files

/root/.config/gtk-3.0/settings.ini

Code: Select all

[Settings]
gtk-theme-name=Decay-Green
gtk-icon-theme-name=Tela-circle-dracula
gtk-font-name=Iosevka 11
gtk-cursor-theme-name=Breeze_Obsidian
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0

GTK-settings.sh

Code: Select all

#!/bin/sh

# usage: import-gsettings
config="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini"
if [ ! -f "$config" ]; then exit 1; fi

gnome_schema="org.gnome.desktop.interface"
gtk_theme="$(grep 'gtk-theme-name' "$config" | sed 's/.*\s*=\s*//')"
icon_theme="$(grep 'gtk-icon-theme-name' "$config" | sed 's/.*\s*=\s*//')"
cursor_theme="$(grep 'gtk-cursor-theme-name' "$config" | sed 's/.*\s*=\s*//')"
font_name="$(grep 'gtk-font-name' "$config" | sed 's/.*\s*=\s*//')"
gsettings set "$gnome_schema" gtk-theme "$gtk_theme"
gsettings set "$gnome_schema" icon-theme "$icon_theme"
gsettings set "$gnome_schema" cursor-theme "$cursor_theme"
gsettings set "$gnome_schema" font-name "$font_name"

Attachments
Screenshot_06-мар_01-12-22_24477.png
Screenshot_06-мар_01-12-22_24477.png (402.59 KiB) Viewed 673 times
Last edited by Sofiya on Thu Mar 07, 2024 2:23 pm, edited 1 time in total.

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

TerryH
Posts: 568
Joined: Mon Jun 15, 2020 2:08 am
Has thanked: 99 times
Been thanked: 128 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by TerryH »

geo_c wrote: Tue Mar 05, 2024 9:40 pm

I keep downloading these scrrpts, and you keep making new ones before I get around to doing a build.

I'm going to wait for CE-5.0! :D :D

Me also, I've done two 4.5 builds in the last 3 days, got it set up and it's running really well. I added ntfs-3g and audscious + audacious-plugins to the plug file of the latest build. I added a couple of hotkeys. It's now running so well I want to keep it for a while as is.

New Laptop - ASUS ZenBook Ryzen 7 5800H Vega 7 iGPU / 16 GB RAM

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

I’m writing a panel similar to the one in KLV-Spectr for Hyprland

Attachments
screenshot-20240220-021603.png
screenshot-20240220-021603.png (10.94 KiB) Viewed 544 times
screenshot-20240307-182525.png
screenshot-20240307-182525.png (91.75 KiB) Viewed 546 times

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

User avatar
rockedge
Site Admin
Posts: 5727
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1998 times
Been thanked: 2101 times
Contact:

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by rockedge »

@Sofiya Nice! I think having a common interface will help when using both systems side by side! :ugeek: :thumbup2:

geo_c
Posts: 2504
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1800 times
Been thanked: 707 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by geo_c »

Sofiya wrote: Thu Mar 07, 2024 3:28 pm

I’m writing a panel similar to the one in KLV-Spectr for Hyprland

I love the look of that polybar you added to spectr. Cheerful, elegant and colorful.

geo_c
Old School Hipster, and Such

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

Now the task is which of the three to keep ????
I like the first screenshot :thumbup:

Attachments
1
1
Screenshot_08-мар_01-21-16_30280.png (360.74 KiB) Viewed 488 times
2
2
Screenshot_08-мар_01-20-03_31794.png (337.37 KiB) Viewed 488 times
3
3
Screenshot_08-мар_01-16-01_21593.png (464.94 KiB) Viewed 488 times

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

I like option one
Option 2 remains transparent as is
there will be two panels transparent and not transparent

Attachments
screenshot-20240308-021819.png
screenshot-20240308-021819.png (33.06 KiB) Viewed 467 times
screenshot-20240308-013141.png
screenshot-20240308-013141.png (24.81 KiB) Viewed 476 times
Screenshot_08-мар_01-39-32_7120.png
Screenshot_08-мар_01-39-32_7120.png (505.88 KiB) Viewed 480 times

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

geo_c
Posts: 2504
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1800 times
Been thanked: 707 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by geo_c »

Well I like this one the best, though perhaps I'm old fashioned: download/file.php?id=22151

geo_c
Old School Hipster, and Such

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

geo_c wrote: Thu Mar 07, 2024 11:57 pm

Well I like this one the best, though perhaps I'm old fashioned: download/file.php?id=22151

ok there will be 3 options :thumbup: ;)

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

Another question is whether to add a separator or not ,,,,,?

Attachments
2024-03-08_03-43.png
2024-03-08_03-43.png (43.67 KiB) Viewed 440 times

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

geo_c
Posts: 2504
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1800 times
Been thanked: 707 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by geo_c »

Sofiya wrote: Fri Mar 08, 2024 12:47 am

Another question is whether to add a separator or not ,,,,,?

I like them both, I'm used to the separator in Spectr, but I think it looks even cleaner without it.

Yes I don't think it needs a separator, because the underline takes care of the separation visually.

geo_c
Old School Hipster, and Such

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

geo_c wrote: Fri Mar 08, 2024 12:56 am
Sofiya wrote: Fri Mar 08, 2024 12:47 am

Another question is whether to add a separator or not ,,,,,?

I like them both, I'm used to the separator in Spectr, but I think it looks even cleaner without it.

Yes I don't think it needs a separator, because the underline takes care of the separation visually.

Okay, just think about it, and in the meantime I’ll make some adjustments.
in any case, I will leave both this and that only with the separator I will comment

Attachments
Screenshot_08-мар_04-23-42_15189.png
Screenshot_08-мар_04-23-42_15189.png (322.13 KiB) Viewed 411 times
Screenshot_08-мар_04-46-12_29365.png
Screenshot_08-мар_04-46-12_29365.png (359.48 KiB) Viewed 411 times

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

By special order for @geo_c

Attachments
Screenshot_08-мар_06-03-32_31226.png
Screenshot_08-мар_06-03-32_31226.png (344.66 KiB) Viewed 397 times

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

These goodies will be added later ;)

Attachments
Screenshot_08-мар_14-46-19_6943.png
Screenshot_08-мар_14-46-19_6943.png (453.58 KiB) Viewed 351 times

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

3 panels
with separator, transparent, without separator
KLV_Hyprv1 ; KLV_Hyprv2 ; KLV_Hyprv4 -- panel names

Attachments
screenshot-20240308-152300.png
screenshot-20240308-152300.png (35.68 KiB) Viewed 349 times
screenshot-20240308-152329.png
screenshot-20240308-152329.png (45.3 KiB) Viewed 349 times
screenshot-20240308-152349.png
screenshot-20240308-152349.png (33.02 KiB) Viewed 349 times
Last edited by Sofiya on Fri Mar 08, 2024 12:39 pm, edited 3 times in total.

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

User avatar
Sofiya
Posts: 1812
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1203 times
Been thanked: 1080 times

Re: KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )

Post by Sofiya »

By special order for @geo_c
KLV_Hyprv3
5 desktops included, if you need 10, for this write 10 in the conig file /home/spot/.config/hypr/waybar/themes/KLV_Hyprv3/config

Enjoy!!!

Attachments
screenshot-20240308-152220.png
screenshot-20240308-152220.png (26.99 KiB) Viewed 340 times
2024-03-08_15-36.png
2024-03-08_15-36.png (221.15 KiB) Viewed 346 times

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

Post Reply

Return to “KLV-HyprlandCE”