diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 58ff28d..ae2f227 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -36,7 +36,7 @@ source = ~/.config/hypr/conf.d/theme.conf # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 0,10,10,10 + gaps_out = 5,5,5,5 border_size = 2 diff --git a/.config/waybar/config b/.config/waybar/config index 28a9291..4ca4b41 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -72,8 +72,10 @@ "network": { "interval": 3, - "format-wifi": " {signalStrength}%", - "format-ethernet": " {ifname}\n {bandwidthUpBytes}\n {bandwidthDownBytes}", + "format-wifi": " {essid}%", + "format-ethernet": " {ifname}", + "tooltip-format-wifi": "{signalStrength}\n {bandwidthUpBytes}\n {bandwidthDownBytes}" + "tooltip-format-ethernet": " {bandwidthUpBytes}\n {bandwidthDownBytes}" "format-disconnected": "" },