forked from Shinonome/dots-hyprland
adjust bluetooth device indicator spacing
This commit is contained in:
@@ -85,7 +85,7 @@ export const BluetoothIndicator = () => Widget.Stack({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const BluetoothDevices = () => Widget.Box({
|
const BluetoothDevices = () => Widget.Box({
|
||||||
className: 'spacing-h-10',
|
className: 'spacing-h-5',
|
||||||
setup: self => self.hook(Bluetooth, self => {
|
setup: self => self.hook(Bluetooth, self => {
|
||||||
self.children = Bluetooth.connected_devices.map((device) => {
|
self.children = Bluetooth.connected_devices.map((device) => {
|
||||||
return Widget.Box({
|
return Widget.Box({
|
||||||
|
|||||||
Reference in New Issue
Block a user