claude-statusline-powerline
Version:
Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring
7 lines • 408 B
TypeScript
import { FontProfileData } from './types';
export declare const FONT_PROFILES: Record<string, FontProfileData>;
export declare function get_font_profile(profile_name?: string): FontProfileData;
export declare function get_symbol(font_profile: FontProfileData, symbol_name: keyof FontProfileData['symbols'], icon_overrides?: {
[key: string]: string;
}): string;
//# sourceMappingURL=font-profiles.d.ts.map