Changes to be committed:

modified:   .config/sway/config
	deleted:    .config/sway/waybar
	new file:   .config/sway/waybar/config.jsonc
	new file:   .config/sway/waybar/style.css
	new file:   .config/systemd/user/default.target.wants/shikane.service
	new file:   .config/systemd/user/shikane.service
	modified:   .zshrc
	new file:   applications/application.desktop
This commit is contained in:
2026-02-06 10:28:14 -08:00
parent e99e6b3d92
commit b09ebf25d5
8 changed files with 459 additions and 2 deletions

2
.zshrc
View File

@@ -32,5 +32,5 @@ precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
RPROMPT='${vcs_info_msg_0_}'
#PROMPT='${vcs_info_msg_0_}%# '
PROMPT='%m@%c%# '
PROMPT='%n@%c%# '
zstyle ':vcs_info:git:*' formats '%b'