Skip to content

Commit

Permalink
fix: broken nerdfont icon in network sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 1, 2024
1 parent 4e79c1e commit 4dccdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/resources/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ window/bar:
@else if (network.defaultGateway?.signalStrength >= 65) { <i class="nf nf-md-wifi_strength_3"></i> }
@else if (network.defaultGateway?.signalStrength >= 40) { <i class="nf nf-md-wifi_strength_2"></i> }
@else if (network.defaultGateway?.signalStrength >= 25) { <i class="nf nf-md-wifi_strength_1"></i> }
@else { <i class="nf-md-wifi_strength_outline"></i> }
@else { <i class="nf nf-md-wifi_strength_outline"></i> }
{{ network.defaultGateway?.ssid }}
} @else {
<i class="nf nf-md-wifi_strength_off_outline"></i>
Expand Down

0 comments on commit 4dccdf2

Please sign in to comment.