mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
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
This commit is contained in:
@@ -218,7 +218,7 @@ export const TaskbarAppIcon = GObject.registerClass({
|
|||||||
|
|
||||||
this._fullscreenId = Utils.DisplayWrapper.getScreen().connect('in-fullscreen-changed', () => {
|
this._fullscreenId = Utils.DisplayWrapper.getScreen().connect('in-fullscreen-changed', () => {
|
||||||
if (
|
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.dtpPanel.monitor.inFullscreen
|
||||||
) {
|
) {
|
||||||
this._resetDots(true);
|
this._resetDots(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user