Customize Rofi config (Launcher, PowerMenu)
This commit is contained in:
parent
f488d56e4e
commit
20d43f9706
24 changed files with 138 additions and 179 deletions
|
@ -7,15 +7,24 @@ theme='style'
|
|||
# CMDs
|
||||
uptime="`uptime -p | sed -e 's/up //g' | sed -e 's/hour/hr/g' | sed -e 's/minute/min/g'`"
|
||||
|
||||
# # Options
|
||||
# hibernate=' hibernate'
|
||||
# shutdown=' Shutdown'
|
||||
# reboot='⟳ Reboot'
|
||||
# lock=' Lock'
|
||||
# suspend=' Suspend'
|
||||
# logout=' Logout'
|
||||
# yes=' Yes'
|
||||
# no=' No'
|
||||
# Options
|
||||
hibernate=''
|
||||
shutdown=''
|
||||
reboot='⟳'
|
||||
lock=''
|
||||
suspend=''
|
||||
logout=''
|
||||
yes=''
|
||||
no=''
|
||||
hibernate='Hibernate'
|
||||
shutdown='Shutdown'
|
||||
reboot='Reboot'
|
||||
lock='Lock'
|
||||
suspend='Suspend'
|
||||
logout='Logout'
|
||||
yes='yes'
|
||||
no='no'
|
||||
|
||||
# Rofi CMD
|
||||
rofi_cmd() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue