Added configurable scaling priorities in options. (#277)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user