KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )
KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )
Discussion, talk and tips
https://www.forum.puppylinux.com/
KLV-Hyprland-CE-4.6 stable (v.Hyprland-0.35.0_1 )
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!
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"
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.
I’m writing a panel similar to the one in KLV-Spectr for Hyprland
@Sofiya Nice! I think having a common interface will help when using both systems side by side!
Now the task is which of the three to keep ????
I like the first screenshot
I like option one
Option 2 remains transparent as is
there will be two panels transparent and not transparent
Well I like this one the best, though perhaps I'm old fashioned: download/file.php?id=22151
geo_c wrote: ↑Thu Mar 07, 2024 11:57 pmWell I like this one the best, though perhaps I'm old fashioned: download/file.php?id=22151
ok there will be 3 options
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
By special order for @geo_c
These goodies will be added later
3 panels
with separator, transparent, without separator
KLV_Hyprv1 ; KLV_Hyprv2 ; KLV_Hyprv4 -- panel names
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!!!