Customize Rofi config (Launcher, PowerMenu)

This commit is contained in:
ayushDumasia 2025-03-07 08:22:06 +05:30
parent f488d56e4e
commit 20d43f9706
24 changed files with 138 additions and 179 deletions

View file

@ -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() {