mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 14:18:21 -05:00
Update powermenu.sh
This commit is contained in:
parent
730b53e221
commit
6f8b187a10
@ -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`"
|
||||||
|
Loading…
Reference in New Issue
Block a user