Update 15.08.2024

This commit is contained in:
2024-08-15 16:12:35 +02:00
parent 784f2d6ca3
commit 7a6130cb81
7 changed files with 14 additions and 6 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "scripts"]
path = scripts
url = git@github.com:Legrems/scripts.git
[submodule "scripts-hidden"]
path = scripts-hidden
url = git@github.com:Legrems/scripts-hidden.git
+1 -1
View File
@@ -49,4 +49,4 @@ xsetroot -cursor_name left_ptr
"$idir"/scripts/i3_comp
# Start mpd
exec mpd &
# exec mpd &
+3
View File
@@ -24,6 +24,9 @@ returner-consumer-stdout.log
celery-exporter
.gitlab.nvim
.prettierrc
*.sqlite3
arcanite_gestion/lib/
dependencies.html
+4 -3
View File
@@ -5,7 +5,7 @@ import json
def i3_command(command, *args, **kwargs):
try:
return json.loads(sh.i3_msg(command, *args, **kwargs).stdout)
except:
except Exception:
return []
@@ -18,5 +18,6 @@ def get_output():
def test():
pass
print(get_workspaces())
print(get_output())
if __name__ == "__main__":
print(get_workspaces())
print(get_output())
+1 -1
Submodule neovim updated: 3f08c78c13...822b092d15
+1 -1
Submodule scripts updated: 6b1d53f65d...78ce7dac48
+1
Submodule scripts-hidden added at 92ba9d1c4b