1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 12:26:05 -05:00
dotfiles/cfg/i3blocks/laptop/blocks/user

9 lines
98 B
Plaintext
Raw Normal View History

2017-07-26 14:00:04 -04:00
#!/usr/bin/bash
echo "${USER}"
echo "${USER}"
echo ""
if [[ $(id -u) -eq 0 ]]; then
exit 33
fi