Fixed wifi block, wrote own CPU usage script

Closes #40. Also added file listing USB OS's and made change-sink handle
both DAC names.
This commit is contained in:
2018-12-10 02:05:58 -05:00
parent 0248ff9b6e
commit 5c8764c056
13 changed files with 142 additions and 100 deletions

View File

@@ -48,8 +48,11 @@ alias mkpk="makepkg -sri"
alias mkex="chmod 777"
alias ctl="systemctl"
alias ctle="systemctl enable"
alias ctld="systemctl disable"
alias ctls="systemctl start"
alias wm="sudo wifi-menu"
# mounting {{{ #
alias udm="udisksctl mount -b"
@@ -85,6 +88,7 @@ function mvd() { mv $1 ~/Downloads ; }
alias lhd="sudo fdisk -l"
alias ds="df -h | grep sd"
alias chownw="sudo chown -R kevin:wheel"
alias chwnm="sudo chown -R kevin:wheel /run/media/kevin"
alias nbu="f /run/media/kevin/pc-backup/backups/nzxt && ll | grep gz"
# }}} directory-related #