fix: fix spells (#362)

This commit is contained in:
Rubin Bhandari
2024-10-24 06:00:28 +05:45
committed by GitHub
parent 16ec78f30b
commit c247606baa
6 changed files with 6 additions and 6 deletions

View File

@@ -283,7 +283,7 @@ export const BarSettings = (): Scrollable<Gtk.Widget, Gtk.Widget> => {
title: 'Monitor Specific',
subtitle:
'Only workspaces applicable to the monitor will be displayed.\n' +
"Works in conjuction with 'Total Workspaces'.",
"Works in conjunction with 'Total Workspaces'.",
type: 'boolean',
}),
Option({

View File

@@ -73,7 +73,7 @@ export const MediaMenuTheme = (): Scrollable<Child, Attribute> => {
}),
Option({
opt: options.theme.bar.menus.menu.media.slider.backgroundhover,
title: 'Backround (Hover)',
title: 'Background (Hover)',
type: 'color',
}),
Option({ opt: options.theme.bar.menus.menu.media.slider.puck, title: 'Puck', type: 'color' }),