0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00
tokyo-night-linux/.config/waybar/modules/powermenu.sh

8 lines
168 B
Bash
Raw Permalink Normal View History

2021-07-13 11:26:13 -04:00
#!/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"\"}"