summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-dotfiles
blob: 9c9c34dfda6242ef1d670dfa4e361a879e4ac271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

dotfiles=$(yadm status | sed '1,3d;
                            5,$d;
                            s/.$//g')

if [[ ${dotfiles:0:1} == "n" ]]; then
    warn=""
else
    warn="  "
fi



echo " $warn"