Skip to content

Commit 4230a1a

Browse files
committed
Change wifi icon
1 parent 0319062 commit 4230a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/quickshell/components/Network.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Item {
6565

6666
readonly property string ifIcon: {
6767
if (isPrimaryWifi)
68-
return "󰤨";
68+
return "󰖩";
6969
else
7070
return "󰈀";
7171
}

0 commit comments

Comments
 (0)