Update powermenu.sh

This commit is contained in:
Zeno Jiricek 2022-12-10 17:17:45 +10:30 committed by GitHub
parent 0e10e9257f
commit 139114e146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
# Current Theme
dir="$HOME/.config/rofi/powermenu/type-2"
theme='style-1'
theme=${1:-'style-1'}
# CMDs
uptime="`uptime -p | sed -e 's/up //g'`"