mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
adjust bluetooth device indicator spacing
This commit is contained in:
parent
bf50557800
commit
bbe11ab43f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export const BluetoothIndicator = () => Widget.Stack({
|
|||
});
|
||||
|
||||
const BluetoothDevices = () => Widget.Box({
|
||||
className: 'spacing-h-10',
|
||||
className: 'spacing-h-5',
|
||||
setup: self => self.hook(Bluetooth, self => {
|
||||
self.children = Bluetooth.connected_devices.map((device) => {
|
||||
return Widget.Box({
|
||||
|
|
|
|||
Loading…
Reference in a new issue