diff --git a/README.md b/README.md index 1afc57b..d382abd 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The following packages are required for the proper functioning of Hyprland on Vo - elogind : service - polkit : service - NetworkManager : service + - base-devel - gnome-keyring - polkit-gnome - [ly](https://github.com/fairyglade/ly) : service diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 8e66277..513eeb6 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -1,7 +1,6 @@ { "layer": "top", "position": "top", - "height": 24, "spacing": 5, "margin-top": 6, "margin-bottom": 4, diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index e68df45..50a7657 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -4,7 +4,7 @@ border: none; border-radius: 6px; font-family: Roboto, Helvetica, Arial, sans-serif; - font-size: 10px; + font-size: 12px; font-weight: bold; color: #fff; }