forked from Shinonome/dots-hyprland
sidebar: add color picker note
This commit is contained in:
@@ -269,7 +269,7 @@ export default () => {
|
|||||||
})
|
})
|
||||||
return SidebarModule({
|
return SidebarModule({
|
||||||
icon: MaterialIcon('colorize', 'norm'),
|
icon: MaterialIcon('colorize', 'norm'),
|
||||||
name: 'Color picker',
|
name: '<span strikethrough="true">Inaccurate</span> Color picker',
|
||||||
revealChild: false,
|
revealChild: false,
|
||||||
child: Box({
|
child: Box({
|
||||||
className: 'spacing-h-5',
|
className: 'spacing-h-5',
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ export default ({
|
|||||||
Label({
|
Label({
|
||||||
className: 'txt-norm',
|
className: 'txt-norm',
|
||||||
label: `${name}`,
|
label: `${name}`,
|
||||||
|
useMarkup: true,
|
||||||
}),
|
}),
|
||||||
Box({
|
Box({
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user