mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
sidebar: add color picker note
This commit is contained in:
parent
2e3811b134
commit
eeb74e87ce
2 changed files with 2 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default () => {
|
|||
})
|
||||
return SidebarModule({
|
||||
icon: MaterialIcon('colorize', 'norm'),
|
||||
name: 'Color picker',
|
||||
name: '<span strikethrough="true">Inaccurate</span> Color picker',
|
||||
revealChild: false,
|
||||
child: Box({
|
||||
className: 'spacing-h-5',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ export default ({
|
|||
Label({
|
||||
className: 'txt-norm',
|
||||
label: `${name}`,
|
||||
useMarkup: true,
|
||||
}),
|
||||
Box({
|
||||
hexpand: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue