Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add space to default window status icons #156

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

xwjdsh
Copy link
Contributor

@xwjdsh xwjdsh commented Mar 8, 2024

Sometimes the window status icons get crowded,
image

After the change,
image

@vdbe
Copy link
Collaborator

vdbe commented Mar 10, 2024

The spacing is indeed needed, since we are changing the default icons here which of these 3 do you find better (or a combination)?
image

# Session 1 (suggested above)
set -g @catppuccin_icon_window_last "󰖰 "
set -g @catppuccin_icon_window_current "󰖯 "
set -g @catppuccin_icon_window_zoom "󰁌 "
set -g @catppuccin_icon_window_mark "󰃀 "
set -g @catppuccin_icon_window_silent "󰂛 "
set -g @catppuccin_icon_window_activity "󰖲 "
set -g @catppuccin_icon_window_bell "󰂞 "
# Session 2
set -g @catppuccin_icon_window_last ""
set -g @catppuccin_icon_window_current ""
set -g @catppuccin_icon_window_zoom ""
set -g @catppuccin_icon_window_mark "󰃀 "
set -g @catppuccin_icon_window_silent "󰂠 "
set -g @catppuccin_icon_window_activity "󱅫 "
set -g @catppuccin_icon_window_bell "󰂞 "
# Session 3
set -g @catppuccin_icon_window_last ""
set -g @catppuccin_icon_window_current ""
set -g @catppuccin_icon_window_zoom ""
set -g @catppuccin_icon_window_mark ""
set -g @catppuccin_icon_window_silent "󰂠 "
set -g @catppuccin_icon_window_activity "󱅫 "
set -g @catppuccin_icon_window_bell "󰂞 "

@xwjdsh
Copy link
Contributor Author

xwjdsh commented Mar 10, 2024

I personally prefer Session 1, they are all about the same size and look more coordinated, but the window_activity_icon I like "󱅫 ".

set -g @catppuccin_icon_window_last "󰖰 "
set -g @catppuccin_icon_window_current "󰖯 "
set -g @catppuccin_icon_window_zoom "󰁌 "
set -g @catppuccin_icon_window_mark "󰃀 "
set -g @catppuccin_icon_window_silent "󰂛 "
set -g @catppuccin_icon_window_activity "󱅫 "
set -g @catppuccin_icon_window_bell "󰂞 "

catppuccin.tmux Outdated Show resolved Hide resolved
catppuccin.tmux Outdated Show resolved Hide resolved
@xwjdsh xwjdsh force-pushed the feat/add-space-to-window-status-icon branch from 3a09671 to bf22cd4 Compare March 12, 2024 01:04
@xwjdsh xwjdsh force-pushed the feat/add-space-to-window-status-icon branch from bf22cd4 to 8cb3609 Compare March 12, 2024 01:05
@vdbe vdbe merged commit f31184d into catppuccin:main Mar 12, 2024
@xwjdsh xwjdsh deleted the feat/add-space-to-window-status-icon branch March 13, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants