Update powermenu.sh

pull/128/head
Zeno Jiricek 1 year ago committed by GitHub
parent 730b53e221
commit 6f8b187a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@
# Current Theme
dir="$HOME/.config/rofi/powermenu/type-6"
theme='style-1'
theme=${1:-'style-1'}
# CMDs
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"

Loading…
Cancel
Save