Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tmux/tmux-nerd-font-window-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ icons:
"git:": ""
mise: "󱌣"
tail: 
worldcup26: "󰒸"
14 changes: 7 additions & 7 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ set -g @sessionx-bind 'o'
set -g @floax-bind 'O'

# ============== OSC 9;4 ==========================
set -g @plugin 'djensenius/tmux-osc-9-4'
set -g @osc94_enabled 'on'
set -g @osc94_state_dir "$HOME/.local/state/tmux-osc-9-4"
set -g @osc94_python_bin 'python3'
# set -g @plugin 'djensenius/tmux-osc-9-4'
# set -g @osc94_enabled 'on'
# set -g @osc94_state_dir "$HOME/.local/state/tmux-osc-9-4"
# set -g @osc94_python_bin 'python3'
# Animated per-window progress flag (spinner for "thinking"). Fed into the
# #{@osc94_flag} window option above by a small background daemon, which uses
# refresh-client -S so it animates without re-running the status #() helpers.
set -g @osc94_animate 'on'
set -g @osc94_animate_fps '20'
run-shell -b '~/.config/tmux/../scripts/tmux-osc94-animate.sh'
# set -g @osc94_animate 'on'
# set -g @osc94_animate_fps '20'
# run-shell -b '~/.config/tmux/../scripts/tmux-osc94-animate.sh'

# ============== Bell flag ========================
# The Copilot CLI rings the bell when it needs feedback (approvals, questions)
Expand Down
24 changes: 24 additions & 0 deletions worldcup26/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# worldcup26 configuration
#
# On macOS this file is auto-loaded from ~/.config/worldcup26/config.toml.
# (Set XDG_CONFIG_HOME to override the location on any platform.)

# Favourite teams, by display name or abbreviation (case-insensitive).
favorites = ["Canada", "Spain", "Argentina"]

[provider]
# Backend to use: "espn", "api-football", or "football-data".
# ESPN requires no API key.
kind = "espn"
# api_football_key = "..." # or env WORLDCUP26_API_FOOTBALL_KEY
# football_data_key = "..." # or env WORLDCUP26_FOOTBALL_DATA_KEY

[ui]
# Colour theme name.
theme = "catppuccin-mocha"
# Use Nerd Font glyphs for icons.
nerd_fonts = true
# Show national flags on the Live card when the terminal supports graphics.
show_flags = true
# Kickoff times: "local", "utc", or a fixed hour offset such as -4.
timezone = "local"
Loading