From c3fc8fa4ee00845fcd8c1c6219ed37cd358a5363 Mon Sep 17 00:00:00 2001 From: Hirnmoder <19573355+Hirnmoder@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:59:16 +0200 Subject: [PATCH] Beautify DTP - Allow hover animation travel below 0% - Allow hover animation zoom below 100% - Hover highlighting independent of hover animation - Custom color for hover highlighting - Custom color for mouse down highlighting - Icon background with rounded corners - Customize margin for app icons towards screen border and desktop --- appIcons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appIcons.js b/appIcons.js index d026af8..16c5b64 100644 --- a/appIcons.js +++ b/appIcons.js @@ -218,7 +218,7 @@ export const TaskbarAppIcon = GObject.registerClass({ this._fullscreenId = Utils.DisplayWrapper.getScreen().connect('in-fullscreen-changed', () => { if ( - global.display.focus_window?.get_monitor() == this.dtpPanel.monitor.index && + global.display.focus_window?.get_monitor() == this.dtpPanel.monitor.index && !this.dtpPanel.monitor.inFullscreen ) { this._resetDots(true);