- 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
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
"tray": {
|
|
"icon-size": 21,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"timezone": "America/Montreal",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format": "🕐\n{:%H\n%M\n\n📅\n%d\n%m\n%y} "
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "🔋\n{capacity}",
|
|
"format-charging": "⚡\n{capacity}",
|
|
"format-plugged": "🔌\n{capacity}",
|
|
"format-alt": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"custom/power": {
|
|
"format" : "⏻",
|
|
"tooltip": false,
|
|
"menu": "on-click",
|
|
"menu-file": "~/.config/waybar/power_menu.xml",
|
|
"menu-actions": {
|
|
"logout": "loginctl terminate-user \"\"",
|
|
"shutdown": "systemctl poweroff",
|
|
"reboot": "systemctl reboot"
|
|
}
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon}\n{volume}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", " "]
|
|
},
|
|
"on-click": "pwvucontrol"
|
|
},
|