Added the ability to configure the inner content border multiplier of bar buttons. (#462)

This commit is contained in:
Jas Singh
2024-11-08 20:00:45 -08:00
committed by GitHub
parent bc96dff485
commit 2e64f7738f
11 changed files with 43 additions and 34 deletions

View File

@@ -108,6 +108,14 @@ export const BarSettings = (): Scrollable<Gtk.Widget, Gtk.Widget> => {
title: 'Button Radius',
type: 'string',
}),
Option({
opt: options.theme.bar.buttons.innerRadiusMultiplier,
title: 'Inner Button Radius Multiplier',
subtitle:
'Change this to fine-tune the padding and prevent any overflow' +
' or gaps between the content and the border',
type: 'string',
}),
Option({
opt: options.theme.bar.layer,
title: 'Layer',