forked from Shinonome/dots-hyprland
feature (Settings): Change fonts (#2516)
This commit is contained in:
@@ -110,6 +110,15 @@ Singleton {
|
||||
property JsonObject appearance: JsonObject {
|
||||
property bool extraBackgroundTint: true
|
||||
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
||||
property JsonObject fonts: JsonObject {
|
||||
property string main: "Google Sans Flex"
|
||||
property string numbers: "Google Sans Flex"
|
||||
property string title: "Google Sans Flex"
|
||||
property string iconNerd: "JetBrains Mono NF"
|
||||
property string monospace: "JetBrains Mono NF"
|
||||
property string reading: "Readex Pro"
|
||||
property string expressive: "Space Grotesk"
|
||||
}
|
||||
property JsonObject transparency: JsonObject {
|
||||
property bool enable: false
|
||||
property bool automatic: true
|
||||
|
||||
Reference in New Issue
Block a user