Update 15.08.2024
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 &
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
+4
-3
@@ -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
|
||||||
|
|
||||||
print(get_workspaces())
|
if __name__ == "__main__":
|
||||||
print(get_output())
|
print(get_workspaces())
|
||||||
|
print(get_output())
|
||||||
|
|||||||
+1
-1
Submodule neovim updated: 3f08c78c13...822b092d15
+1
-1
Submodule scripts updated: 6b1d53f65d...78ce7dac48
Submodule
+1
Submodule scripts-hidden added at 92ba9d1c4b
Reference in New Issue
Block a user