Remove stale bar font config

This commit is contained in:
David Heinemeier Hansson
2026-05-20 15:16:22 +02:00
parent b7cee1a95e
commit c1b8b18b8f
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -169,7 +169,6 @@ rewrites the `bar` subtree from the current `shell-defaults.json`.
"position": "top",
"transparent": false,
"centerAnchor": "calendar",
"fontFamily": "JetBrainsMono Nerd Font",
"layout": {
"left": [ { "id": "omarchy" }, { "id": "workspaces" } ],
"center": [ { "id": "calendar", "format": "HH:mm" } ],
@@ -27,7 +27,7 @@ Rectangle {
property real progress: 1.0
property bool showProgress: false
// System font from shell.json bar.fontFamily, injected by the container.
// System monospace font injected by the container.
property string fontFamily: ""
readonly property bool hovered: hoverTracker.hovered
-1
View File
@@ -180,7 +180,6 @@ Item {
position: String(bar.position || "top"),
transparent: bar.transparent === true,
centerAnchor: String(bar.centerAnchor || ""),
fontFamily: "monospace",
layout: Util.normalizeLayout(bar.layout || {})
},
plugins: plugins
-1
View File
@@ -41,7 +41,6 @@ ShellRoot {
bar: {
position: "top",
transparent: false,
fontFamily: "JetBrainsMono Nerd Font",
centerAnchor: "calendar",
layout: {
left: [{ id: "omarchy" }, { id: "workspaces" }],