Migrate to chezmoi with per-host sway/waybar configs
- Restructure repo into chezmoi source layout (dot_ prefix) - Add .chezmoi.toml.tmpl mapping hostname to hosttype (laptop/desktop) - Template sway config.d fragments (outputs/inputs/binds) per host - Template waybar config.jsonc with shared bar/module definitions - Host-scope pulsemeeter (flow) and teams-for-linux (desktop hosts) via .chezmoiignore - Trim install.sh package lists to configured software + config deps - Remove stale kitty.conf.bak and untracked host fragments
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
gui:
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- '#cba6f7'
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- '#a6adc8'
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
optionsTextColor:
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- '#313244'
|
||||
inactiveViewSelectedLineBgColor:
|
||||
- '#6c7086'
|
||||
cherryPickedCommitFgColor:
|
||||
- '#cba6f7'
|
||||
cherryPickedCommitBgColor:
|
||||
- '#45475a'
|
||||
markedBaseCommitFgColor:
|
||||
- '#89b4fa'
|
||||
markedBaseCommitBgColor:
|
||||
- '#f9e2af'
|
||||
unstagedChangesColor:
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- '#cdd6f4'
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
|
||||
showNumstatInFilesView: true
|
||||
nerdFontsVersion: 3
|
||||
statusPanelView: allBranchesLog
|
||||
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
|
||||
customCommands:
|
||||
- key: "<c-4>"
|
||||
prompts:
|
||||
- type: input
|
||||
title: Commit hash to search for
|
||||
key: Hash
|
||||
command: git branch -a --contains {{.Form.Hash}}
|
||||
context: global
|
||||
description: Show branches containing commit
|
||||
output: popup
|
||||
Reference in New Issue
Block a user