Skip to content

Instantly share code, notes, and snippets.

@zarac
zarac / src
Created September 2, 2017 19:00
#!/bin/env bash
#
# a tool to help with source control
# only does git, but could/should handle more (hg, svn, ..)
#
# TODO normalize output (of find)
#
# // zarac
COLDEF="\033[0m" # default
---------------------------------------------------------------------------
-- @author jesus <ask@jesus.now>
-- @copyright 0 Jesus
-- @release v0.0.0
---------------------------------------------------------------------------
local setmetatable = setmetatable
local os = os
local textbox = require("wibox.widget.textbox")
local capi = { timer = timer }
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
awful.widget.cpu = require("awful.widget.cpu")
awful.widget.battery = require("awful.widget.battery")
require("awful.autofocus")
-- Widget and layout library
local wibox = require("wibox")
-- Theme handling library
local beautiful = require("beautiful")