Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
6
.config/waybar/scripts/user.sh
Normal file
6
.config/waybar/scripts/user.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
system="$(uptime | awk '{print $3}' | tr -d \,)"
|
||||
user=$(whoami)
|
||||
|
||||
echo "<big></big> ${user^}<big></big>$system"
|
||||
Loading…
Add table
Add a link
Reference in a new issue