Build the Panama Control Center
This commit is contained in:
@@ -10,6 +10,7 @@ import Quickshell.Networking
|
||||
import Quickshell.Services.Pipewire
|
||||
import QtQuick
|
||||
import qs.config
|
||||
import qs.services
|
||||
import qs.widgets
|
||||
|
||||
Pill {
|
||||
@@ -106,4 +107,10 @@ Pill {
|
||||
glyph: "\u{F0176}" // md-coffee
|
||||
color: Theme.warn
|
||||
}
|
||||
|
||||
StatusGlyph {
|
||||
visible: KdeConnect.phoneReachable
|
||||
glyph: "\u{F03F2}" // md-cellphone-link
|
||||
color: Theme.cyan
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user