mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
dock: adjust active color
This commit is contained in:
@@ -24,7 +24,7 @@ Scope { // Scope
|
||||
screen: modelData
|
||||
|
||||
property bool reveal: root.pinned
|
||||
|| ((ConfigOptions?.dock.hoverToReveal ?? true) && dockMouseArea.containsMouse)
|
||||
|| (ConfigOptions?.dock.hoverToReveal && dockMouseArea.containsMouse)
|
||||
|| dockApps.requestDockShow
|
||||
|| (!ToplevelManager.activeToplevel?.activated)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user