mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
24 lines
343 B
Markdown
24 lines
343 B
Markdown
# user
|
|
|
|
Show current user name.
|
|
|
|

|
|
|
|
Set you user name via this command:
|
|
`sudo usermod -c "YOUR NAME" $USER`
|
|
|
|
# Dependencies
|
|
|
|
* `fontawesome. Not necessary but better install it`
|
|
|
|
# Config
|
|
|
|
```
|
|
[user]
|
|
#label= # Install fontawesome for use this
|
|
label=User:
|
|
command=lslogins | grep $USER | awk '{print $5,$NF}'
|
|
interval=once
|
|
```
|
|
|