New opt-in feature for x86_64 desktops: sway + wofi + foot + swaybg +
swaylock + swayidle + grim + slurp + waybar + wl-clipboard. mako on
arch, dunst on debian (mako isn't packaged for debian).
Files:
- .chezmoi.yaml.tmpl: added data.sway flag (true on miche/byte/kaiser,
false on Pis). Override per host with ~/.config/chezmoi/features/sway
or ~/.config/chezmoi/features/no-sway marker files.
- run_once_40-install-sway.sh.tmpl: installs packages if .sway=true,
exits 0 otherwise. Sets up the marker file.
- dot_config/{sway,foot,wofi,waybar,mako}/: existing configs from miche.
Per-host toggle workflow:
# On any box, enable sway:
touch ~/.config/chezmoi/features/sway
chezmoi apply
# On a sway-enabled box, disable it:
touch ~/.config/chezmoi/features/no-sway
rm ~/.config/chezmoi/features/sway
chezmoi apply
Currently sway packages are already installed on miche (existed before
this commit). Byte will get them via the new run_once_40 script.
Pis (rye, crouton) are unaffected — install script early-returns.
22 lines
353 B
Text
22 lines
353 B
Text
# mako gruvbox-material-dark-hard
|
|
font=Maple Mono NF 11
|
|
background-color=#1d2021
|
|
text-color=#ebdbb2
|
|
border-size=2
|
|
border-color=#d79921
|
|
border-radius=0
|
|
default-timeout=5000
|
|
padding=10
|
|
margin=8
|
|
width=400
|
|
|
|
[urgency=high]
|
|
border-color=#fb4934
|
|
default-timeout=0
|
|
|
|
[urgency=normal]
|
|
border-color=#d79921
|
|
|
|
[urgency=low]
|
|
border-color=#504945
|
|
default-timeout=3000
|