forked from Shinonome/dots-hyprland
sidebar: minor tweaks
This commit is contained in:
@@ -369,6 +369,7 @@ const booruTags = Revealer({
|
||||
child: Box({
|
||||
className: 'spacing-h-5',
|
||||
children: [
|
||||
CommandButton('*'),
|
||||
CommandButton('hololive'),
|
||||
]
|
||||
})
|
||||
|
||||
@@ -251,7 +251,7 @@ const WaifuImage = (taglist) => {
|
||||
else Utils.execAsync(['bash', '-c', `wget -O '${thisBlock.attribute.imagePath}' '${url}'`])
|
||||
.then(showImage)
|
||||
.catch(print);
|
||||
thisBlock.css = `background-color: mix(${darkMode ? 'black' : 'white'}, ${dominant_color}, 0.9);`;
|
||||
thisBlock.css = `background-color: mix(${darkMode ? 'black' : 'white'}, ${dominant_color}, 0.97);`;
|
||||
},
|
||||
},
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user