forked from Shinonome/dots-hyprland
waffles: calendar: generalize first day of week
This commit is contained in:
@@ -283,7 +283,7 @@ Singleton {
|
||||
}
|
||||
|
||||
property JsonObject calendar: JsonObject {
|
||||
property bool forceMondayWeekStart: true
|
||||
property string locale: "en-GB"
|
||||
}
|
||||
|
||||
property JsonObject cheatsheet: JsonObject {
|
||||
@@ -599,6 +599,9 @@ Singleton {
|
||||
property JsonObject actionCenter: JsonObject {
|
||||
property list<string> toggles: [ "network", "bluetooth", "easyEffects", "powerProfile", "idleInhibitor", "nightLight", "darkMode", "antiFlashbang", "cloudflareWarp", "mic", "musicRecognition", "notifications", "onScreenKeyboard", "gameMode", "screenSnip", "colorPicker" ]
|
||||
}
|
||||
property JsonObject calendar: JsonObject {
|
||||
property bool force2CharDayOfWeek: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user