Stop tracking wallust output
The work laptop's first install left five files dirty, all of them wallust targets. Tracking generated colour files means each machine rewrites the others' palette on every theme change — exactly the churn a shared repo should not have. hypr, waybar and swaync now get their colours as real files written into real directories, so nothing is linked and nothing is tracked. kitty and qutebrowser land inside directories this repo links wholesale, so those two are ignored by path instead. swaync switched from a directory link to two file links to make room for its generated colors.css. Regeneration is automatic: hypr_refresh runs every 15 seconds on both laptops, so a fresh machine has colours within a quarter of a minute.
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
~/.config/uv: common/uv
|
||||
~/.config/mpv: common/mpv
|
||||
~/.config/swayimg: common/swayimg
|
||||
~/.config/swaync: common/swaync
|
||||
~/.config/swaync/config.json: common/swaync/config.json
|
||||
~/.config/swaync/style.css: common/swaync/style.css
|
||||
~/.config/mimeapps.list: common/mimeapps.list
|
||||
~/.config/ncmpcpp: common/ncmpcpp
|
||||
~/.config/GIMP: common/GIMP
|
||||
@@ -34,14 +35,11 @@
|
||||
~/.config/LightBurn: common/LightBurn
|
||||
~/.config/obs-studio: common/obs-studio
|
||||
~/.config/gtk-3.0: hosts/sctfw004/config/gtk-3.0
|
||||
~/.config/swaync: hosts/sctfw004/config/swaync
|
||||
~/.config/tiling-assistant: hosts/sctfw004/config/tiling-assistant
|
||||
~/.config/traggo: hosts/sctfw004/config/traggo
|
||||
~/.config/xdg-desktop-portal: hosts/sctfw004/config/xdg-desktop-portal
|
||||
~/.ssh/config.local: hosts/sctfw004/ssh/config.local
|
||||
~/.config/wallust: common/wallust
|
||||
~/.config/hypr/colors.conf: hosts/sctfw004/hypr/colors.conf
|
||||
~/.config/waybar/colors.css: hosts/sctfw004/waybar/colors.css
|
||||
~/.config/git/identity: hosts/sctfw004/git/identity
|
||||
~/.config/kitty: common/kitty
|
||||
~/.config/alacritty: common/alacritty
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
~/.config/uv: common/uv
|
||||
~/.config/mpv: common/mpv
|
||||
~/.config/swayimg: common/swayimg
|
||||
~/.config/swaync: common/swaync
|
||||
~/.config/swaync/config.json: common/swaync/config.json
|
||||
~/.config/swaync/style.css: common/swaync/style.css
|
||||
~/.config/mimeapps.list: common/mimeapps.list
|
||||
~/.config/ncmpcpp: common/ncmpcpp
|
||||
~/.config/GIMP: common/GIMP
|
||||
@@ -28,11 +29,8 @@
|
||||
~/.config/LightBurn: common/LightBurn
|
||||
~/.config/obs-studio: common/obs-studio
|
||||
~/.config/gtk-3.0: hosts/system76/config/gtk-3.0
|
||||
~/.config/swaync: hosts/system76/config/swaync
|
||||
~/.ssh/config.local: hosts/system76/ssh/config.local
|
||||
~/.config/wallust: common/wallust
|
||||
~/.config/hypr/colors.conf: hosts/system76/hypr/colors.conf
|
||||
~/.config/waybar/colors.css: hosts/system76/waybar/colors.css
|
||||
~/.config/git/identity: hosts/system76/git/identity
|
||||
~/.config/paru: common/paru
|
||||
~/.config/rbw: common/rbw
|
||||
|
||||
Reference in New Issue
Block a user