fine tuned the network and made the gaps fitting
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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": ""
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user