Merge branch 'main' into hefty-hype

This commit is contained in:
end-4
2026-05-13 20:37:34 +02:00
9 changed files with 115 additions and 11 deletions
@@ -410,6 +410,10 @@ Singleton {
property JsonObject notifications: JsonObject {
property int timeout: 7000
property JsonObject monitor: JsonObject {
property bool enable: false
property string name: "" // Name of the monitor to show notifications on, like "eDP-1". Find out with 'hyprctl monitors' command
}
}
property JsonObject osd: JsonObject {