A powerline-style status bar for Claude Code using Catppuccin Mocha colors and Nerd Font glyphs.
Segments (left to right):
| Segment | Color | Content |
|---|
| MIT License | |
| Copyright (c) 2026 tjhanley | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
A custom statusline for Claude Code with Catppuccin Mocha colors and Nerd Font powerline segments.
| Segment | Color | Content |
| class Referrer < ActiveRecord::Base | |
| URL_SLUG_REGEX = /^[a-z0-9-]+$/i | |
| attr_accessible :token, :campaign, :campaign_id, :user_id, :lead_id | |
| belongs_to :campaign | |
| belongs_to :user | |
| belongs_to :lead | |
| has_many :referral_click_throughs |
| { | |
| "DueDate": "2013-02-15", | |
| "Balance": 1990.19, | |
| "DocNumber": "SAMP001", | |
| "Status": "Payable", | |
| "Line": [ | |
| { | |
| "Description": "Sample Expense", | |
| "Amount": 500, | |
| "DetailType": "ExpenseDetail", |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # Description: | |
| # Generates a random list of users in the room | |
| # | |
| # Commands: | |
| # hubot djs - gathers a list of users and shuffles them | |
| # | |
| # Author: | |
| # tjhanley | |
| module.exports = (robot) -> | |
| robot.respond /djs/i, (msg) -> |
| //= require foundation | |
| // Contains register_media call | |
| //= require shared_inits | |
| $(function(){ $(document).foundation(); }); |