all repos — tint2 @ 1f94752e12f1e6ae7f0079e933c269b1e2096d91

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 '{}' \;