Skip to content

Commit 1cceeb6

Browse files
committed
More cleanup
1 parent c1aadb4 commit 1cceeb6

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

mise/config-test.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ zig = 'latest'
1414

1515
## NPM packages
1616
"npm:@anthropic-ai/claude-code" = "latest"
17-
"npm:@github/copilot" = "latest"
1817
"npm:@githubnext/github-copilot-cli" = "latest"
1918
"npm:@mermaid-js/mermaid-cli" = "latest"
2019
"npm:corepack" = "latest"

mise/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ zig = 'latest'
1515

1616
## NPM packages
1717
"npm:@anthropic-ai/claude-code" = "latest"
18-
"npm:@github/copilot" = "latest"
1918
"npm:@githubnext/github-copilot-cli" = "latest"
2019
"npm:@mermaid-js/mermaid-cli" = "latest"
2120
"npm:corepack" = "latest"

tmux/post-catppuccin.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Custom battery module using battery_hearts - override the template to use #() at render time
2-
set -g @catppuccin_status_battery "#[fg=#{E:@thm_lavender}]#{@_ctp_connect_style}#{@catppuccin_status_left_separator}#[fg=#{E:@thm_crust},bg=#{E:@thm_lavender}]󰁹 #{@catppuccin_status_middle_separator}#[fg=#{E:@thm_red},bg=#{E:@catppuccin_status_module_text_bg}] #(battery_hearts)#[fg=#{E:@catppuccin_status_module_text_bg}]#{@_ctp_connect_style}#{@catppuccin_status_right_separator}"
1+
# Custom battery module using battery_hearts - conditionally show only if hearts are present
2+
set -g @battery_bar_content "#[fg=#{E:@thm_lavender}]#{@_ctp_connect_style}#{@catppuccin_status_left_separator}#[fg=#{E:@thm_crust},bg=#{E:@thm_lavender}]󰁹 #{@catppuccin_status_middle_separator}#[fg=#{E:@thm_red},bg=#{E:@catppuccin_status_module_text_bg}] #(battery_hearts)#[fg=#{E:@catppuccin_status_module_text_bg}]#{@_ctp_connect_style}#{@catppuccin_status_right_separator}"
3+
set -g @catppuccin_status_battery "#{?#(battery_hearts | xargs),#{E:@battery_bar_content},}"
34

45
# Load outdated packages module if catppuccin is available
56
if-shell '[ -f ~/.config/tmux/plugins/tmux/utils/status_module.conf ]' \

0 commit comments

Comments
 (0)