Skip to content

Commit

Permalink
Reorganize files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jan 16, 2025
1 parent 51d1087 commit 14d8a60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Ice/MenuBar/Management/MenuBarAverageColorInfo.swift

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,19 @@ final class MenuBarManager: ObservableObject {
// MARK: MenuBarManager: BindingExposable
extension MenuBarManager: BindingExposable { }

// MARK: - MenuBarAverageColorInfo

/// Information for the menu bar's average color.
struct MenuBarAverageColorInfo: Hashable {
enum Source: Hashable {
case menuBarWindow
case desktopWallpaper
}

var color: CGColor
var source: Source
}

// MARK: - Logger
private extension Logger {
/// Logger to use for the menu bar manager.
Expand Down
File renamed without changes.

0 comments on commit 14d8a60

Please sign in to comment.