mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-01-16 21:23:56 -05:00
7 lines
168 B
Bash
Executable file
7 lines
168 B
Bash
Executable file
#!/bin/bash
|
|
|
|
me=`whoami`
|
|
me_name=`getent passwd ${me} | cut -d ':' -f 5 | cut -d ',' -f 1`
|
|
class=powermenu
|
|
|
|
echo -e "{\"text\":\""$me_name"\", \"class\":\""$class"\"}"
|