Update .config/rofi/powermenu/type-1/powermenu.sh
This commit is contained in:
parent
7e5115aa89
commit
3d16f38c3d
1 changed files with 22 additions and 22 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
# Current Theme
|
||||
dir="$HOME/.config/rofi/powermenu/type-1"
|
||||
theme='style-1'
|
||||
theme='style-5'
|
||||
|
||||
# CMDs
|
||||
uptime="`uptime -p | sed -e 's/up //g'`"
|
||||
host=`hostname`
|
||||
uptime="$(uptime -p | sed -e 's/up //g')"
|
||||
host=$(hostname)
|
||||
|
||||
# Options
|
||||
shutdown=' Shutdown'
|
||||
|
|
Loading…
Reference in a new issue