mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
Merge pull request #59 from Bobobo-bo-Bo-bobo/shell_and_nitpicking
Don't enforce sh, nitpicking about HOME variable
This commit is contained in:
commit
71351200da
@ -11,8 +11,8 @@ dir="$HOME/.config/rofi/applets/applets/configs/$style"
|
|||||||
rofi_command="rofi -theme $dir/powermenu.rasi"
|
rofi_command="rofi -theme $dir/powermenu.rasi"
|
||||||
|
|
||||||
uptime=$(uptime -p | sed -e 's/up //g')
|
uptime=$(uptime -p | sed -e 's/up //g')
|
||||||
cpu=$(sh ~/.config/rofi/bin/usedcpu)
|
cpu=$($HOME/.config/rofi/bin/usedcpu)
|
||||||
memory=$(sh ~/.config/rofi/bin/usedram)
|
memory=$($HOME/.config/rofi/bin/usedram)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=""
|
shutdown=""
|
||||||
|
@ -11,8 +11,8 @@ dir="$HOME/.config/rofi/applets/menu/configs/$style"
|
|||||||
rofi_command="rofi -theme $dir/powermenu.rasi"
|
rofi_command="rofi -theme $dir/powermenu.rasi"
|
||||||
|
|
||||||
uptime=$(uptime -p | sed -e 's/up //g')
|
uptime=$(uptime -p | sed -e 's/up //g')
|
||||||
cpu=$(sh ~/.config/rofi/bin/usedcpu)
|
cpu=$($HOME/.config/rofi/bin/usedcpu)
|
||||||
memory=$(sh ~/.config/rofi/bin/usedram)
|
memory=$($HOME/.config/rofi/bin/usedram)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=""
|
shutdown=""
|
||||||
|
@ -11,8 +11,8 @@ dir="$HOME/.config/rofi/applets/applets/configs/$style"
|
|||||||
rofi_command="rofi -theme $dir/powermenu.rasi"
|
rofi_command="rofi -theme $dir/powermenu.rasi"
|
||||||
|
|
||||||
uptime=$(uptime -p | sed -e 's/up //g')
|
uptime=$(uptime -p | sed -e 's/up //g')
|
||||||
cpu=$(sh ~/.config/rofi/bin/usedcpu)
|
cpu=$($HOME/.config/rofi/bin/usedcpu)
|
||||||
memory=$(sh ~/.config/rofi/bin/usedram)
|
memory=$($HOME/.config/rofi/bin/usedram)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=""
|
shutdown=""
|
||||||
|
@ -11,8 +11,8 @@ dir="$HOME/.config/rofi/applets/menu/configs/$style"
|
|||||||
rofi_command="rofi -theme $dir/powermenu.rasi"
|
rofi_command="rofi -theme $dir/powermenu.rasi"
|
||||||
|
|
||||||
uptime=$(uptime -p | sed -e 's/up //g')
|
uptime=$(uptime -p | sed -e 's/up //g')
|
||||||
cpu=$(sh ~/.config/rofi/bin/usedcpu)
|
cpu=$($HOME/.config/rofi/bin/usedcpu)
|
||||||
memory=$(sh ~/.config/rofi/bin/usedram)
|
memory=$($HOME/.config/rofi/bin/usedram)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=""
|
shutdown=""
|
||||||
|
Loading…
Reference in New Issue
Block a user