mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-26 18:47:29 -05:00
move material symbol in Network service to Icon
This commit is contained in:
@@ -303,7 +303,7 @@ Item { // Bar content region
|
||||
}
|
||||
}
|
||||
MaterialSymbol {
|
||||
text: Network.materialSymbol
|
||||
text: Icons.getNetworkMaterialSymbol()
|
||||
iconSize: Appearance.font.pixelSize.larger
|
||||
color: rightSidebarButton.colText
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ import Quickshell.Hyprland
|
||||
|
||||
QuickToggleButton {
|
||||
toggled: Network.wifiStatus !== "disabled"
|
||||
buttonIcon: Network.materialSymbol
|
||||
buttonIcon: Icons.getNetworkMaterialSymbol()
|
||||
onClicked: Network.toggleWifi()
|
||||
altAction: () => {
|
||||
Quickshell.execDetached(["bash", "-c", `${Network.ethernet ? Config.options.apps.networkEthernet : Config.options.apps.network}`])
|
||||
|
||||
@@ -280,7 +280,7 @@ Item { // Bar content region
|
||||
}
|
||||
}
|
||||
MaterialSymbol {
|
||||
text: Network.materialSymbol
|
||||
text: Icons.getNetworkMaterialSymbol()
|
||||
iconSize: Appearance.font.pixelSize.larger
|
||||
color: rightSidebarButton.colText
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user