mirror of
https://github.com/adi1090x/rofi.git
synced 2026-05-03 20:13:10 +02:00
Update powermenu.sh
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Current Theme
|
# Current Theme
|
||||||
dir="$HOME/.config/rofi/powermenu/type-6"
|
dir="$HOME/.config/rofi/powermenu/type-6"
|
||||||
theme='style-1'
|
theme=${1:-'style-1'}
|
||||||
|
|
||||||
# CMDs
|
# CMDs
|
||||||
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
|
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
|
||||||
|
|||||||
Reference in New Issue
Block a user