Added an icon to the calendar widget in the bar. (#181)
* Added an icon to the calendar widget in the bar. * Updated themes for calendar icon.
This commit is contained in:
@@ -96,6 +96,9 @@ Forces each Monitor's Workspace labels to start from 1.`,
|
||||
|
||||
Header('Clock'),
|
||||
Option({ opt: options.bar.clock.format, title: 'Clock Format', type: 'string' }),
|
||||
Option({ opt: options.bar.clock.icon, title: 'Icon', type: 'string' }),
|
||||
Option({ opt: options.bar.clock.showIcon, title: 'Show Icon', type: 'boolean' }),
|
||||
Option({ opt: options.bar.clock.showTime, title: 'Show Time', type: 'boolean' }),
|
||||
|
||||
Header('Media'),
|
||||
Option({ opt: options.theme.bar.buttons.media.spacing, title: 'Inner Spacing', subtitle: 'Spacing between the icon and the label inside the buttons.', type: 'string' }),
|
||||
|
||||
@@ -126,6 +126,12 @@ export const BarTheme = () => {
|
||||
Option({ opt: options.theme.bar.buttons.clock.hover, title: 'Hover', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.clock.text, title: 'Text', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.clock.icon, title: 'Icon', type: 'color' }),
|
||||
Option({
|
||||
opt: options.theme.bar.buttons.clock.icon_background,
|
||||
title: 'Button Icon Background',
|
||||
subtitle: 'Applies a background color to the icon section of the button.\nRequires \'split\' button styling.',
|
||||
type: 'color'
|
||||
}),
|
||||
|
||||
Header('Notifications'),
|
||||
Option({ opt: options.theme.bar.buttons.notifications.background, title: 'Background', type: 'color' }),
|
||||
|
||||
Reference in New Issue
Block a user