fine tuned the network and made the gaps fitting

This commit is contained in:
2025-08-26 03:12:22 +02:00
parent eb6cf09597
commit c07202ac58
2 changed files with 5 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ source = ~/.config/hypr/conf.d/theme.conf
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 0,10,10,10 gaps_out = 5,5,5,5
border_size = 2 border_size = 2

View File

@@ -72,8 +72,10 @@
"network": { "network": {
"interval": 3, "interval": 3,
"format-wifi": " {signalStrength}%", "format-wifi": " {essid}%",
"format-ethernet": " {ifname}\n {bandwidthUpBytes}\n {bandwidthDownBytes}", "format-ethernet": " {ifname}",
"tooltip-format-wifi": "{signalStrength}\n {bandwidthUpBytes}\n {bandwidthDownBytes}"
"tooltip-format-ethernet": " {bandwidthUpBytes}\n {bandwidthDownBytes}"
"format-disconnected": "" "format-disconnected": ""
}, },