initial commit

This commit is contained in:
2024-06-11 21:08:44 +02:00
commit d8433ffbd8
391 changed files with 37223 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# user
Show current user name.
![](user.png)
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
```

View File

@@ -0,0 +1,5 @@
[user]
#label= # Install fontawesome for use this
label=User:
command=lslogins | grep $USER | awk '{print $5,$NF}'
interval=once

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB