Browse Source

~/.config/dwm: Track working time in status

Lu Stadler 7 years ago
parent
commit
5b7fa6972f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .config/dwm/status.sh

+ 2 - 0
.config/dwm/status.sh

@ -2,6 +2,8 @@
2 2
3 3
status=""
4 4
5
status="$(working-time)  "
6
5 7
# network
6 8
#status="📡 $(nmcli --terse --fields STATE -c no g status)"
7 9
network="$(nmcli --terse --colors no --fields name,type connection show --active | grep -v ':bridge$' | sed 's/:[-a-z0-9]*$//' | head -n1)"