dotfiles/.config/mpanel/modules/2user

12 lines
211 B
Bash
Executable File

#!/bin/sh
. ../mpanel.subr
align="center"
background="$(color 8)"
foreground="$(color 3)"
echo "$module_name/$align!$background!$foreground/%{A:./menus/powermenu:} $(whoami)@$(hostname) %{A}"
sleep infinity