diff --git a/.config/README b/.config/README new file mode 100644 index 0000000..ffa4e4c --- /dev/null +++ b/.config/README @@ -0,0 +1,8 @@ +## Install + +``` +yay -Syu wallust, waybar, waypaper, hyprland, alacritty, tofi, blueman +``` + +## Wallust Requirements +For Wallust to work with vscode, you have to create the folder `~/.cache/wal/`. After creating the folder, run wallust once to generate the required color config and install the required [theme](ttps://github.com/dlasagno/vscode-wal-theme). \ No newline at end of file diff --git a/.config/wallust/templates/vscode b/.config/wallust/templates/vscode new file mode 100644 index 0000000..eaa91d7 --- /dev/null +++ b/.config/wallust/templates/vscode @@ -0,0 +1,16 @@ +{{ background }} +{{ color1 }} +{{ color2 }} +{{ color3 }} +{{ color4 }} +{{ color5 }} +{{ color6 }} +{{ color7 }} +{{ color8 }} +{{ color9 }} +{{ color10 }} +{{ color11 }} +{{ color12 }} +{{ color13 }} +{{ color14 }} +{{ color15 }} diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index 6de9d47..2fc5869 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -5,4 +5,5 @@ palette = "dark" [templates] waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' } alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' } -hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' } \ No newline at end of file +hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' } +vscode = { template = 'vscode', target = '~/.cache/wal/colors' } \ No newline at end of file