all repos — tint2 @ 6c36f79aae2df35a7ae80de1a2fa6ba8cf606d99

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

format-code.sh (raw)

1
2
3
#!/bin/bash

find . '(' -name '*.h' -o -name '*.c' ')' -exec clang-format-3.7 -style=file -i '{}' \;