diff options
| -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 |
