mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add option to ungroup the application instances and show their window titles
New features - ungroup aplication instances, while keeping them grouped by application - when ungrouped, display the window titles and allow the customization of their font-size and width - when ungrouped, optionally have the favorite application icons serve as launchers - customize the focused application indicator's color and opacity Bug fixes - fix icons not showing up immediately when lauching an application - fix message "g_signal_handler_disconnect: assertion 'handler_id > 0" occurring when destroying an icon - fix message "st_widget_get_theme_node called on the widget [# StIcon:last-child first-child] which is not in the stage." occurring after disabling the extension - fix message "[.../dash-to-panel@jderose9.github.com/windowPreview.js 1008]: reference to undefined property 0" occurring when restarting gnome-shell - fix message "[.../dash-to-panel@jderose9.github.com/taskbar.js 753]: reference to undefined property 0" occurring when restarting gnome-shell
This commit is contained in:
@@ -32,6 +32,20 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app .overview-label {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app:hover .overview-icon,
|
||||
#dashtopanelScrollview .app-well-app:focus .overview-icon {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app:hover > :first-child,
|
||||
#dashtopanelScrollview .app-well-app:focus > :first-child {
|
||||
background-color: rgba(238, 238, 236, 0.1);
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app-running-dot {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user