aboutsummaryrefslogtreecommitdiff
path: root/i3/blocks/user
blob: f9391ad7efea9b1385eec85a636abb7ecae40d83 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/bash

echo "${USER}"
echo "${USER}"
echo ""

if [[ $(id -u) -eq 0 ]]; then
  exit 33
fi