Compare commits

...

2 commits

Author SHA1 Message Date
Quentin Godefroid
63c6ffe522
add i3 changes 2024-10-23 15:32:48 +02:00
Quentin Godefroid
37789ad985
Add gitginore 2024-10-23 15:32:48 +02:00
4 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "alacritty/.config/alacritty/alacritty-theme"] [submodule "alacritty/.config/alacritty/alacritty-theme"]
path = alacritty/.config/alacritty/alacritty-theme path = alacritty/.config/alacritty/alacritty-theme
url = git@github.com:alacritty/alacritty-theme.git url = git@github.com:alacritty/alacritty-theme.git
[submodule "git/.gitignore/gitignore"]
path = git/.gitignore/gitignore
url = https://github.com/github/gitignore.git

View file

@ -25,3 +25,6 @@
[includeIf "gitdir:~/work"] [includeIf "gitdir:~/work"]
path = .gitconfig-work path = .gitconfig-work
[core]
excludesfile = .gitignore/gitignore/*.gitignore

@ -0,0 +1 @@
Subproject commit 76739a38b56907118c5a880d63250c99d5690a5a

View file

@ -135,5 +135,5 @@ volume master {
read_file spotify { read_file spotify {
format = "🔊%content" format = "🔊%content"
path = "$HOME/.config/i3status/spotify.log" path = "./spotify.log"
} }