Compare commits

..

3 commits

8 changed files with 15 additions and 19 deletions

View file

@ -30,11 +30,14 @@ general {
border_size = 2
col.active_border = rgba(df80ffff) rgba(cc33ffff) 90deg
col.inactive_border = rgba(886c9322)
col.group_border = rgba(f2f2f280)
col.group_border_active = rgb(3366ff) rgb(33ccff)
layout = dwindle
}
group {
col.border_inactive = rgba(f2f2f280)
col.border_active = rgb(3366ff) rgb(33ccff)
}
# Decoration
decoration {
rounding = 5

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -ex
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
apt-get clean
apt-get update

View file

@ -1,6 +1,5 @@
#!/bin/sh
#!/bin/sh -ex
paru -Scc
paru -Fy
paru
paru -Qdtq | paru -Rns -

View file

@ -1,6 +1,5 @@
#!/bin/sh
#!/bin/sh -ex
apt clean
pkg update
pkg upgrade
apt autopurge -y

View file

@ -1,6 +0,0 @@
#!/bin/sh
yay -Scc
yay -Fy
yay
yay -Qdtq | yay -Rns -

View file

@ -1,3 +1,2 @@
#!/bin/sh
#!/bin/sh -ex
sudo waydroid upgrade

View file

@ -1,3 +1,2 @@
#!/bin/sh
#!/bin/sh -ex
yabridgectl sync

View file

@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/sh -ex
ssh-add
update_repo() {
cd "$1" || return
@ -6,8 +8,9 @@ update_repo() {
git pull
}
cd ~/git || exit
cd ~/git
set +ex
for i in *; do
while [ "$(jobs -p | wc -l)" -ge 4 ]; do
sleep 1