diff options
| author | darkeddie <lyttle.daniel@gmail.com> | 2023-11-25 20:08:41 +1100 |
|---|---|---|
| committer | darkeddie <lyttle.daniel@gmail.com> | 2023-11-25 20:08:41 +1100 |
| commit | 2ad7b840f7f2b06992c875b6e3d5089ec0e86490 (patch) | |
| tree | 3511ed6e62c843f08da4d23d2cb89e010ed7a40e /config/hypr/scripts/RofiPower.sh | |
| parent | 62a7a2bceca6967b885ee01f2f5e7f5c8aa989f7 (diff) | |
Update with shortcuts on rofipower
Diffstat (limited to 'config/hypr/scripts/RofiPower.sh')
| -rwxr-xr-x | config/hypr/scripts/RofiPower.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiPower.sh b/config/hypr/scripts/RofiPower.sh index 824cffa3..84d86433 100755 --- a/config/hypr/scripts/RofiPower.sh +++ b/config/hypr/scripts/RofiPower.sh @@ -7,7 +7,7 @@ uptime_info=$(uptime -p | sed -e 's/up //g') host=$(hostnamectl hostname) # Options with Icons and Text -options=("Lock" "Suspend" "Logout" "Reboot" "Shutdown" "Hibernate") +options=("Lock(l)" "Suspend(u)" "Logout(e)" "Reboot(r)" "Shutdown(s)" "Hibernate(h)") icons=("" "" "" "" "" "") # Rofi CMD |
