diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /.config/wallust/templates/colors_sway | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to '.config/wallust/templates/colors_sway')
| -rw-r--r-- | .config/wallust/templates/colors_sway | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/wallust/templates/colors_sway b/.config/wallust/templates/colors_sway new file mode 100644 index 0000000..978ff5d --- /dev/null +++ b/.config/wallust/templates/colors_sway @@ -0,0 +1,21 @@ +set $wallpaper {{wallpaper}} + +set $background {{background}} +set $foreground {{foreground}} + +set $color0 {{color0}} +set $color1 {{color1}} +set $color2 {{color2}} +set $color3 {{color3}} +set $color4 {{color4}} +set $color5 {{color5}} +set $color6 {{color6}} +set $color7 {{color7}} +set $color8 {{color8}} +set $color9 {{color9}} +set $color10 {{color10}} +set $color11 {{color11}} +set $color12 {{color12}} +set $color13 {{color13}} +set $color14 {{color14}} +set $color15 {{color15}} |