Update font and power icon.
This commit is contained in:
@@ -17,12 +17,13 @@ const Network = () => {
|
||||
|
||||
const wiredIndicator = [
|
||||
Widget.Label({
|
||||
label: network.bind("wired").as(() => " Wired"),
|
||||
label: network.bind("wired").as(() => " Wired"),
|
||||
}),
|
||||
];
|
||||
|
||||
return {
|
||||
component: Widget.Box({
|
||||
vpack: "center",
|
||||
class_name: "bar-network",
|
||||
children: network
|
||||
.bind("primary")
|
||||
|
||||
Reference in New Issue
Block a user