diff --git a/Makefile b/Makefile index 8dc225f..47e608d 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,6 @@ ssh: install: ansible-playbook -b -e user=wizawu -v install.yml - -debug: ansible-playbook -b -e user=wizawu -v debug.yml clean: @@ -33,6 +31,9 @@ swap: cron: ansible-playbook cron.yml +rust: + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + proxy: sudo ansible-playbook proxy.yml diff --git a/bin/xlock b/bin/xlock index c1f0de4..4509fc7 100755 --- a/bin/xlock +++ b/bin/xlock @@ -1,3 +1,3 @@ #!/bin/sh -tilix --maximize -e "bash -c 'xtrlock -f && cmatrix -ab -C yellow -u 8'" +tilix --maximize -e "bash -c 'xtrlock -f && cmatrix -a -C yellow -u 9'" diff --git a/tasks/desktop.yml b/tasks/desktop.yml index bfa82f3..f66f668 100644 --- a/tasks/desktop.yml +++ b/tasks/desktop.yml @@ -1,7 +1,6 @@ - name: install desktop apt: name: - - autorandr - awesome - awesome-extra - code