Update font and power icon.
This commit is contained in:
@@ -3,12 +3,12 @@ import { closeAllMenus } from "../bar.js";
|
||||
|
||||
const Bluetooth = () => {
|
||||
const btIcon = Widget.Label({
|
||||
label: bluetooth.bind("enabled").as((v) => v ? " " : " "),
|
||||
label: bluetooth.bind("enabled").as((v) => v ? "" : ""),
|
||||
class_name: "bar-bt_icon",
|
||||
});
|
||||
|
||||
const btText = Widget.Label({
|
||||
label: bluetooth.bind("enabled").as((v) => v ? "On" : "Off"),
|
||||
label: bluetooth.bind("enabled").as((v) => v ? " On" : " Off"),
|
||||
class_name: "bar-bt_label",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user