diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 01:30:55 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 01:30:55 -0700 |
commit | f3edcde35b14ee135776b5af58070b844ecc8569 (patch) | |
tree | 8597ab0919b053d7f91cc47fb8eb877f21cfacee /home/xyz/.local | |
parent | bc826c89bac71b357be10017e2882252f23ef79e (diff) |
switch to new computer
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/sbar | 2 | ||||
-rwxr-xr-x | home/xyz/.local/bin/topa | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/sbar b/home/xyz/.local/bin/sbar index 19789091..0509d9fb 100755 --- a/home/xyz/.local/bin/sbar +++ b/home/xyz/.local/bin/sbar @@ -29,7 +29,7 @@ update_mic () { } update_bat () { - bat="$(cat /sys/class/power_supply/BAT1/capacity)%" + bat="$(cat /sys/class/power_supply/BAT0/capacity)%" } display () { diff --git a/home/xyz/.local/bin/topa b/home/xyz/.local/bin/topa index e921bc31..f9e59cf1 100755 --- a/home/xyz/.local/bin/topa +++ b/home/xyz/.local/bin/topa @@ -1,6 +1,8 @@ #!/bin/sh o alacritty -e htop -o alacritty -e radeontop -c +#o alacritty -e radeontop -c o alacritty -e sudo iotop o alacritty -e sudo nethogs +o alacritty -e sudo intel_gpu_top +o alacritty -e nvtop |