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:
@@ -38,3 +38,9 @@
|
||||
**/hosts.yml
|
||||
**/*.env
|
||||
.secrets.zsh
|
||||
|
||||
# wallust output. Regenerated on every theme change, so tracking it means every
|
||||
# machine fights over the other's palette. hypr/waybar/swaync write to real
|
||||
# files; these two land inside directories this repo links, so ignore them here.
|
||||
common/kitty/colors.conf
|
||||
common/qutebrowser/colors.py
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# The kitty terminal template for wallust
|
||||
# Add to wallust config: kitty = { src='kitty.conf', dst='~/.config/kitty/colors.conf'}
|
||||
# And add to kitty config: include colors.conf
|
||||
|
||||
cursor #B7D1E0
|
||||
|
||||
background #171917
|
||||
foreground #E8EFFC
|
||||
|
||||
color0 #414441
|
||||
color1 #718B81
|
||||
color2 #86B4C4
|
||||
color3 #DCA0D2
|
||||
color4 #9CBBDA
|
||||
color5 #E3B0CE
|
||||
color6 #BED0F7
|
||||
color7 #D6DFF2
|
||||
color8 #969CAA
|
||||
color9 #718B81
|
||||
color10 #86B4C4
|
||||
color11 #DCA0D2
|
||||
color12 #9CBBDA
|
||||
color13 #E3B0CE
|
||||
color14 #BED0F7
|
||||
color15 #D6DFF2
|
||||
|
||||
mark1_foreground #98B6F7
|
||||
mark2_foreground #ABC2F2
|
||||
mark3_foreground #98B6F7
|
||||
@@ -1,25 +0,0 @@
|
||||
# Qutebrowser color scheme from wallust
|
||||
|
||||
# You can use this template by adding the following to wallust.toml:
|
||||
# qutebrowser = { src = "qutebrowser.py", dst = "~/.config/qutebrowser/colors.py" }
|
||||
# and then on config.py:
|
||||
# from colors import *
|
||||
|
||||
foreground = "#E8EFFC"
|
||||
background = "#171917"
|
||||
color0 = "#414441"
|
||||
color1 = "#718B81"
|
||||
color2 = "#86B4C4"
|
||||
color3 = "#DCA0D2"
|
||||
color4 = "#9CBBDA"
|
||||
color5 = "#E3B0CE"
|
||||
color6 = "#BED0F7"
|
||||
color7 = "#D6DFF2"
|
||||
color8 = "#969CAA"
|
||||
color9 = "#718B81"
|
||||
color10 = "#86B4C4"
|
||||
color11 = "#DCA0D2"
|
||||
color12 = "#9CBBDA"
|
||||
color13 = "#E3B0CE"
|
||||
color14 = "#BED0F7"
|
||||
color15 = "#D6DFF2"
|
||||
@@ -1,19 +0,0 @@
|
||||
@define-color background #121110;
|
||||
@define-color foreground #FCF7F2;
|
||||
|
||||
@define-color color0 #3A3939;
|
||||
@define-color color1 #A78C72;
|
||||
@define-color color2 #A99F97;
|
||||
@define-color color3 #ABB0A9;
|
||||
@define-color color4 #C9BBAC;
|
||||
@define-color color5 #F8DEC5;
|
||||
@define-color color6 #F7E7D9;
|
||||
@define-color color7 #F3EAE3;
|
||||
@define-color color8 #AAA49F;
|
||||
@define-color color9 #A78C72;
|
||||
@define-color color10 #A99F97;
|
||||
@define-color color11 #ABB0A9;
|
||||
@define-color color12 #C9BBAC;
|
||||
@define-color color13 #F8DEC5;
|
||||
@define-color color14 #F7E7D9;
|
||||
@define-color color15 #F3EAE3;
|
||||
@@ -1,15 +0,0 @@
|
||||
# Hyprland with colors from wallust
|
||||
# The
|
||||
# You can use this template by adding the following to wallust.toml:
|
||||
# hypr = { src = "hyprland-colors.conf", dst = "~/.config/hypr/colors.conf" }
|
||||
# and then on hyprland.conf:
|
||||
# source = ~/.config/hypr/colors.conf
|
||||
|
||||
general {
|
||||
# Here we use `saturate` filter to have more vibrant colors,
|
||||
# not matter the scheme, since the border should seek the attention
|
||||
col.active_border = rgb(A7692E) rgb(A96D3C) rgb(63B044) rgb(C98945) rgb(F8A24F) rgb(F7A257)
|
||||
# color0 is almost the same as the background color,
|
||||
# by putting ee as the alpha, it makes it 100% transparent
|
||||
col.inactive_border = rgba(3A3939ee)
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
@define-color cursor #D3CBC4;
|
||||
@define-color background #121110;
|
||||
@define-color foreground #FCF7F2;
|
||||
@define-color color0 #3A3939;
|
||||
@define-color color1 #A78C72;
|
||||
@define-color color2 #A99F97;
|
||||
@define-color color3 #ABB0A9;
|
||||
@define-color color4 #C9BBAC;
|
||||
@define-color color5 #F8DEC5;
|
||||
@define-color color6 #F7E7D9;
|
||||
@define-color color7 #F3EAE3;
|
||||
@define-color color8 #AAA49F;
|
||||
@define-color color9 #A78C72;
|
||||
@define-color color10 #A99F97;
|
||||
@define-color color11 #ABB0A9;
|
||||
@define-color color12 #C9BBAC;
|
||||
@define-color color13 #F8DEC5;
|
||||
@define-color color14 #F7E7D9;
|
||||
@define-color color15 #F3EAE3;
|
||||
@@ -1,19 +0,0 @@
|
||||
@define-color background #121412;
|
||||
@define-color foreground #CDFEFF;
|
||||
|
||||
@define-color color0 #393B3A;
|
||||
@define-color color1 #8FA47F;
|
||||
@define-color color2 #9A9DB8;
|
||||
@define-color color3 #B29C9E;
|
||||
@define-color color4 #A0B483;
|
||||
@define-color color5 #C9D9AE;
|
||||
@define-color color6 #70FCFE;
|
||||
@define-color color7 #AFF5F6;
|
||||
@define-color color8 #7AABAC;
|
||||
@define-color color9 #8FA47F;
|
||||
@define-color color10 #9A9DB8;
|
||||
@define-color color11 #B29C9E;
|
||||
@define-color color12 #A0B483;
|
||||
@define-color color13 #C9D9AE;
|
||||
@define-color color14 #70FCFE;
|
||||
@define-color color15 #AFF5F6;
|
||||
@@ -1,15 +0,0 @@
|
||||
# Hyprland with colors from wallust
|
||||
# The
|
||||
# You can use this template by adding the following to wallust.toml:
|
||||
# hypr = { src = "hyprland-colors.conf", dst = "~/.config/hypr/colors.conf" }
|
||||
# and then on hyprland.conf:
|
||||
# source = ~/.config/hypr/colors.conf
|
||||
|
||||
general {
|
||||
# Here we use `saturate` filter to have more vibrant colors,
|
||||
# not matter the scheme, since the border should seek the attention
|
||||
col.active_border = rgb(357EBD) rgb(B66F37) rgb(B57638) rgb(BA8234) rgb(C4823A) rgb(DD9B43)
|
||||
# color0 is almost the same as the background color,
|
||||
# by putting ee as the alpha, it makes it 100% transparent
|
||||
col.inactive_border = rgba(3B3A39ee)
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
@define-color cursor #D4C4B4;
|
||||
@define-color background #141211;
|
||||
@define-color foreground #F3EBE0;
|
||||
@define-color color0 #3B3A39;
|
||||
@define-color color1 #85A3BD;
|
||||
@define-color color2 #B69D89;
|
||||
@define-color color3 #B5A08B;
|
||||
@define-color color4 #BAA383;
|
||||
@define-color color5 #C4AC92;
|
||||
@define-color color6 #DDC6A7;
|
||||
@define-color color7 #E5DACA;
|
||||
@define-color color8 #A1998E;
|
||||
@define-color color9 #85A3BD;
|
||||
@define-color color10 #B69D89;
|
||||
@define-color color11 #B5A08B;
|
||||
@define-color color12 #BAA383;
|
||||
@define-color color13 #C4AC92;
|
||||
@define-color color14 #DDC6A7;
|
||||
@define-color color15 #E5DACA;
|
||||
@@ -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