mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
init
This commit is contained in:
23
.config/i3blocks/user/README.md
Normal file
23
.config/i3blocks/user/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
```
|
||||
|
5
.config/i3blocks/user/i3blocks.conf
Normal file
5
.config/i3blocks/user/i3blocks.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[user]
|
||||
#label= # Install fontawesome for use this
|
||||
label=User:
|
||||
command=lslogins | grep $USER | awk '{print $5,$NF}'
|
||||
interval=once
|
BIN
.config/i3blocks/user/user.png
Normal file
BIN
.config/i3blocks/user/user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user