summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-dotfiles
blob: 0b6eafe8dfa0bcc61a9a9875f6ffa008d64160cc (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 "