mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
feat: bluetooth widget
This commit is contained in:
parent
83d7dc47c4
commit
92316b3ca9
6 changed files with 300 additions and 5 deletions
|
|
@ -4,6 +4,7 @@ import Quickshell
|
|||
import "power"
|
||||
import "volume"
|
||||
import "systray"
|
||||
import "bluetooth"
|
||||
// import qs.widgets
|
||||
import qs
|
||||
|
||||
|
|
@ -79,6 +80,12 @@ Variants {
|
|||
Layout.fillHeight: true
|
||||
}
|
||||
|
||||
BluetoothMenu {
|
||||
bar: root
|
||||
Layout.preferredWidth: this.height
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
|
||||
PowerMenu {
|
||||
bar: root
|
||||
Layout.fillHeight: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue