Skip to content

Commit

Permalink
Update powermenu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
airtonix authored Dec 10, 2022
1 parent 3a569d5 commit 730b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/powermenu/type-5/powermenu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Current Theme
dir="$HOME/.config/rofi/powermenu/type-5"
theme='style-1'
theme=${1:-'style-1'}

# CMDs
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
Expand Down

0 comments on commit 730b53e

Please sign in to comment.