This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03-15 19:06:08.062 246 313 I hwc-resource-manager: Detaching connector HDMI-A-1 | |
03-15 19:06:08.062 246 313 I hwc-drm-two: Detaching the pipeline 'HDMI-A-1' from the display #0 (Primary) | |
03-15 19:06:08.063 246 313 I hwc-display-configs: set mode 1920x1080@60Hz for HEADLESS-MODE | |
03-15 19:06:08.063 246 3882 I hwc-vsync-worker: VSyncWorker thread exit | |
03-15 19:06:08.069 3845 3859 I SurfaceFlinger: Connecting HAL display 0 | |
03-15 19:06:08.074 246 3871 I hwc-drm-atomic-state-manager: DrmAtomicStateManager thread exit | |
03-15 19:06:08.094 3845 3845 E DisplayIdentification: Display identification data has unknown format. | |
03-15 19:06:08.094 3845 3845 E HWComposer: Failed to parse identification data for display 0 | |
03-15 19:06:08.119 3845 3845 W HwcComposer: getPerFrameMetadataKeys failed with 8 | |
03-15 19:06:08.168 3845 3845 W SurfaceFlinger: Scheduler already initialized, updating instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
selected-normal-foreground: #1A1B26; | |
foreground: #C0CAF5; | |
normal-foreground: @foreground; | |
alternate-normal-background: @background; | |
selected-urgent-foreground: @selected-normal-foreground; | |
urgent-foreground: @selected-normal-foreground; | |
alternate-urgent-background: @selected-normal-background; | |
active-foreground: #C0CAF5; | |
selected-active-foreground: @active-foreground; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
selected-normal-foreground: #1A1B26; | |
foreground: #C0CAF5; | |
normal-foreground: @foreground; | |
alternate-normal-background: @background; | |
selected-urgent-foreground: @selected-normal-foreground; | |
urgent-foreground: @selected-normal-foreground; | |
alternate-urgent-background: @selected-normal-background; | |
active-foreground: #C0CAF5; | |
selected-active-foreground: @active-foreground; |