mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 13:59:58 -05:00
overlay: add recorder widget
This commit is contained in:
@@ -7,7 +7,8 @@ Singleton {
|
||||
|
||||
readonly property list<var> availableWidgets: [
|
||||
{ identifier: "crosshair", materialSymbol: "point_scan" },
|
||||
{ identifier: "volumeMixer", materialSymbol: "volume_up" }
|
||||
{ identifier: "volumeMixer", materialSymbol: "volume_up" },
|
||||
{ identifier: "recorder", materialSymbol: "screen_record" },
|
||||
]
|
||||
|
||||
readonly property bool hasPinnedWidgets: root.pinnedWidgetIdentifiers.length > 0
|
||||
|
||||
Reference in New Issue
Block a user