mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Introduce setting to configure the font weight in the Workspaces widget
This commit is contained in:
@@ -303,6 +303,8 @@
|
||||
"occupied-color-label": "Occupied workspace color",
|
||||
"pill-size-description": "Adjust the size of workspace pills.",
|
||||
"pill-size-label": "Pill size",
|
||||
"font-weight-description": "Set the visual weight for text within workspace.",
|
||||
"font-weight-label": "Font weight",
|
||||
"reverse-scrolling-description": "Reverse the direction of workspace switching when scrolling.",
|
||||
"reverse-scrolling-label": "Reverse scrolling",
|
||||
"show-applications-description": "Display application icons inside each workspace.",
|
||||
@@ -426,6 +428,11 @@
|
||||
"execute": "Execute",
|
||||
"faithful": "Faithful",
|
||||
"focus": "Focus",
|
||||
"font-weight-light": "Light",
|
||||
"font-weight-regular": "Regular",
|
||||
"font-weight-medium": "Medium",
|
||||
"font-weight-semibold": "Semi-bold",
|
||||
"font-weight-bold": "Bold",
|
||||
"frequency": "Frequency",
|
||||
"gateway": "Gateway",
|
||||
"general": "General",
|
||||
|
||||
@@ -225,7 +225,8 @@
|
||||
"occupiedColor": "secondary",
|
||||
"emptyColor": "secondary",
|
||||
"showBadge": true,
|
||||
"pillSize": 0.6
|
||||
"pillSize": 0.6,
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"Volume": {
|
||||
"displayMode": "onhover",
|
||||
@@ -280,4 +281,4 @@
|
||||
"layout": "bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user