diff options
Diffstat (limited to 'config/DContentConfig.qml')
| -rw-r--r-- | config/DContentConfig.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/DContentConfig.qml b/config/DContentConfig.qml deleted file mode 100644 index 13afbd2..0000000 --- a/config/DContentConfig.qml +++ /dev/null @@ -1,11 +0,0 @@ -import Quickshell.Io - -JsonObject { - property Sizes sizes: Sizes {} - - component Sizes: JsonObject { - property real heightMult: 0.7 - property real ratio: 16 / 9 - property real expandedNavWidth: 180 - } -} |