diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-29 09:06:41 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-29 09:06:41 +0900 |
| commit | 08886def53025536c00e975d05d31275f901ad25 (patch) | |
| tree | 171ee29e304d69685b8936938f1461e5027462b5 | |
| parent | e9171c0ccc0f4c877f80f1ed71cfde61c791de4e (diff) | |
updated Hyprland settings enabling group
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | config/hypr/configs/Settings.conf | 12 |
2 files changed, 7 insertions, 7 deletions
@@ -86,7 +86,7 @@ ln -sf "$HOME/.config/wofi/configs/config-default" "$HOME/.config/wofi/config" - Waybar styles (all those new panel styles require some tweaking) - I kindly request assistance 🙏 ### 🤷♂️ TO DO! -- [ ] After Arch update the hyprland package, will uncomment line 38 to 44 in ~/.config/hypr/configs/Settings.conf. Users of hyprland-git or if compiled from source, you can safely uncomment these lines (group and groupbar) +- [X] ~~After Arch update the hyprland package, will uncomment line 38 to 44 in ~/.config/hypr/configs/Settings.conf. Users of hyprland-git or if compiled from source, you can safely uncomment these lines (group and groupbar)~~ Switched to Hyprland-git for Arch-Hyprland script as Arch dev is not updating its Hyprland repo - [ ] Tweak waybar layouts and Themes - [X] ~~Integrate these dotfiles into my Hyprland install scripts for a centralized configurations~~ diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 10766e3b..13d8bf19 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -35,13 +35,13 @@ general { layout = master } -#group { -# col.border_active = rgba(7aa2f7aa) +group { + col.border_active = rgba(7aa2f7aa) -# groupbar { -# col.active = rgba(7aa2f7aa) -# } -#} + groupbar { + col.active = rgba(7aa2f7aa) + } +} decoration { rounding = 8 |
