dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit a872b6b4020dc3b973ba6a2b0631901f90283e41
parent 9d6d946325f2127fba6a93a4f8a95d73581fa71c
Author: dudley <root@pyratebeard.net>
Date:   Fri, 14 Jul 2017 20:29:44 +0100

changed details. switched commands to  instead of backtick

Diffstat:
Mbin/bin/sysinfo | 29++++++-----------------------
1 file changed, 6 insertions(+), 23 deletions(-)

diff --git a/bin/bin/sysinfo b/bin/bin/sysinfo @@ -1,21 +1,4 @@ #!/bin/sh -# ██ ████ -# ░░ ░██░ -# ██████ ██ ██ ██████ ██ ███████ ██████ ██████ -# ██░░░░ ░░██ ██ ██░░░░ ░██░░██░░░██░░░██░ ██░░░░██ -# ░░█████ ░░███ ░░█████ ░██ ░██ ░██ ░██ ░██ ░██ -# ░░░░░██ ░██ ░░░░░██░██ ░██ ░██ ░██ ░██ ░██ -# ██████ ██ ██████ ░██ ███ ░██ ░██ ░░██████ -# ░░░░░░ ██ ░░░░░░ ░░ ░░░ ░░ ░░ ░░░░░░ -# ░░ -# -# ▓▓▓▓▓▓▓▓▓▓ -# ░▓ author ▓ xero <x@xero.nu> -# ░▓ code ▓ http://code.xero.nu/dotfiles -# ░▓ mirror ▓ http://git.io/.files -# ░▓▓▓▓▓▓▓▓▓▓ -# ░░░░░░░░░░ -# #█▓▒░ vars #FULL=▓ #EMPTY=░ @@ -26,14 +9,14 @@ FULL=━ EMPTY=┄ name=$USER -host=`hostname` +host=$(hostname) battery=/sys/class/power_supply/BAT1 distro="arch linux" -kernel=`uname -r` -pkgs=`pacman -Qqs | wc -l` -colors='miasma' -font='gohufont 11' -wm='2bwm' +kernel=$(uname -r) +pkgs=$(pacman -Qqs | wc -l) +colors='boneyard' +font='tamzen 9' +wm='awesome' #█▓▒░ progress bar draw()