forked from Shinonome/dots-hyprland
small fixes
This commit is contained in:
@@ -61,7 +61,7 @@ const UtilButton = ({ name, icon, onClicked }) => Button({
|
||||
|
||||
const Utilities = () => Box({
|
||||
hpack: 'center',
|
||||
className: 'spacing-h-5',
|
||||
className: 'spacing-h-5 txt-onSurfaceVariant',
|
||||
children: [
|
||||
UtilButton({
|
||||
name: 'Screen snip', icon: 'screenshot_region', onClicked: () => {
|
||||
|
||||
@@ -141,9 +141,9 @@ const WaifuImage = (taglist) => {
|
||||
const showImage = () => {
|
||||
downloadState.shown = 'done';
|
||||
blockImage.css = `background-image:url('${imagePath}');`;
|
||||
blockImage.get_children()[0].revealChild = true;
|
||||
blockImageRevealer.revealChild = true;
|
||||
Utils.timeout(blockImageRevealer.transitionDuration,
|
||||
() => blockImageRevealer.revealChild = true
|
||||
() => blockImage.get_children()[0].revealChild = true
|
||||
);
|
||||
downloadIndicator._hide(downloadIndicator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user