Update 15.08.2024

This commit is contained in:
Loïc Gremaud 2024-08-15 16:12:35 +02:00
parent 784f2d6ca3
commit 7a6130cb81
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D
7 changed files with 14 additions and 6 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "scripts"] [submodule "scripts"]
path = scripts path = scripts
url = git@github.com:Legrems/scripts.git url = git@github.com:Legrems/scripts.git
[submodule "scripts-hidden"]
path = scripts-hidden
url = git@github.com:Legrems/scripts-hidden.git

View File

@ -49,4 +49,4 @@ xsetroot -cursor_name left_ptr
"$idir"/scripts/i3_comp "$idir"/scripts/i3_comp
# Start mpd # Start mpd
exec mpd & # exec mpd &

View File

@ -24,6 +24,9 @@ returner-consumer-stdout.log
celery-exporter celery-exporter
.gitlab.nvim .gitlab.nvim
.prettierrc
*.sqlite3
arcanite_gestion/lib/ arcanite_gestion/lib/
dependencies.html dependencies.html

View File

@ -5,7 +5,7 @@ import json
def i3_command(command, *args, **kwargs): def i3_command(command, *args, **kwargs):
try: try:
return json.loads(sh.i3_msg(command, *args, **kwargs).stdout) return json.loads(sh.i3_msg(command, *args, **kwargs).stdout)
except: except Exception:
return [] return []
@ -18,5 +18,6 @@ def get_output():
def test(): def test():
pass pass
if __name__ == "__main__":
print(get_workspaces()) print(get_workspaces())
print(get_output()) print(get_output())

2
neovim

@ -1 +1 @@
Subproject commit 3f08c78c134c6c577b64d6b4161999ff459bd394 Subproject commit 822b092d1533065a0f347f2bb7cc685f605a2f2b

@ -1 +1 @@
Subproject commit 6b1d53f65dc5f2b1967489fd9e5d81d8064a1569 Subproject commit 78ce7dac4855c6b32c5c8023c6fdb442fb5e9ab8

1
scripts-hidden Submodule

@ -0,0 +1 @@
Subproject commit 92ba9d1c4b5d8eee6c747db119fa60b40fc2b64f