we are so back

This commit is contained in:
h
2023-10-05 14:12:07 -04:00
parent 21c909da9a
commit 8d97d7343b
10 changed files with 218 additions and 36 deletions
+10 -8
View File
@@ -9,6 +9,8 @@
# rofi -show powermenu -modi powermenu:./rofi-power-menu
#
# See README.md for more information.
#
# https://pictogrammers.com/library/mdi/
set -e
set -u
@@ -29,14 +31,14 @@ texts[reboot]="reboot"
texts[shutdown]="shut down"
declare -A icons
icons[lockscreen]="\uf023"
icons[switchuser]="\uf518"
icons[logout]="\uf842"
icons[suspend]="\uf9b1"
icons[hibernate]="\uf7c9"
icons[reboot]="\ufc07"
icons[shutdown]="\uf011"
icons[cancel]="\u00d7"
icons[lockscreen]="󰍁"
icons[switchuser]="󰓋"
icons[logout]="󰍃"
icons[suspend]="󰤄"
icons[hibernate]="󰜗"
icons[reboot]="󰦛"
icons[shutdown]="󰤆"
icons[cancel]="󰁍"
declare -A actions
actions[lockscreen]="loginctl lock-session ${XDG_SESSION_ID-}"