Update script to reflect renameing of rofi shutdown theme
This commit is contained in:
parent
e2021898b3
commit
cbe0fc1500
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
if type -p rofi 2> /dev/null; then
|
if type -p rofi 2> /dev/null; then
|
||||||
alias selectcommand="rofi -dmenu -i -theme themes/four.rasi -me-select-entry '' -me-accept-entry MousePrimary"
|
alias selectcommand="rofi -dmenu -i -theme themes/power.rasi -me-select-entry '' -me-accept-entry MousePrimary"
|
||||||
shutdown=""
|
shutdown=""
|
||||||
reboot=""
|
reboot=""
|
||||||
lock=""
|
lock=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue