way too many changes for one commit

This commit is contained in:
Thomas Ruoff
2018-10-03 23:05:11 +02:00
parent ca57483a78
commit 71a28173de
6 changed files with 136 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#font="-*-fixed-medium-*-*-*-12-*-*-*-*-*-*-*"
font="DejaVu Sans Mono for Powerline:pixelsize=11"
@@ -12,8 +12,3 @@ activeOnMontior="2aa198"
notempty="#fdf6e3"
notused="#657b83"
urgent="#dc322f"
function uniq_linebuffered() {
awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"
}