Compare commits

...

2 Commits

Author SHA1 Message Date
a05a2c5ca3 adds stuff 2025-05-20 15:57:27 +02:00
7cb84800e4 adds readme and vscode wallust support 2025-05-20 15:43:10 +02:00
4 changed files with 30 additions and 1 deletions

8
.config/README Normal file
View File

@ -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).

View File

@ -0,0 +1,16 @@
{{ background }}
{{ color1 }}
{{ color2 }}
{{ color3 }}
{{ color4 }}
{{ color5 }}
{{ color6 }}
{{ color7 }}
{{ color8 }}
{{ color9 }}
{{ color10 }}
{{ color11 }}
{{ color12 }}
{{ color13 }}
{{ color14 }}
{{ color15 }}

View File

@ -6,3 +6,4 @@ palette = "dark"
waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' } waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' }
alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' } alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' } hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }

View File

@ -34,6 +34,10 @@ window#waybar.hidden {
opacity: 0.2; opacity: 0.2;
} }
window#waybar.empty #window {
background-color: transparent;
}
#workspaces button { #workspaces button {
padding: 3px 2px; padding: 3px 2px;
margin: 3px 2px; margin: 3px 2px;