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
|
# 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
|
||||||
|
|
||||||
|
@@ -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": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user