Added configurable scaling priorities in options. (#277)

This commit is contained in:
Jas Singh
2024-09-21 00:43:53 -07:00
committed by GitHub
parent afb245f8d6
commit 6be9030ac5
4 changed files with 21 additions and 1 deletions

View File

@@ -50,6 +50,12 @@ export const BarGeneral = (): Scrollable<Child, Attribute> => {
}),
Header('Scaling'),
Option({
opt: options.scalingPriority,
title: 'Scaling Priority',
type: 'enum',
enums: ['both', 'gdk', 'hyprland'],
}),
Option({
opt: options.theme.bar.scaling,
title: 'Bar',