bluetooth menu and connected devices
This commit is contained in:
parent
0d3af3450b
commit
c4a72273ea
4 changed files with 121 additions and 5 deletions
|
|
@ -3,6 +3,10 @@ pragma Singleton
|
|||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
property string batteryFull: "\u{E059}"
|
||||
property string batteryMedium: "\u{E05b}"
|
||||
property string batteryLow: "\u{E05a}"
|
||||
property string batteryWarning: "\u{E3b0}"
|
||||
property string bell: "\u{E05d}"
|
||||
property string bellRing: "\u{E224}"
|
||||
property string bluetooth: "\u{E060}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue