sway: restore Nerd Font glyphs in powermenu

The Reboot, Logout and Lock PUA glyphs (U+F01E, U+F08B, U+F023) were
lost from the sway powermenu and rendered as blanks. Re-inject them so
the menu matches the i3 version.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Fabio Scotto di Santolo
2026-05-16 22:24:33 +02:00
parent c9b75a8cd2
commit 41c474820f

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
choice="$(printf "⏻ Shutdown\n Reboot\n Logout\n Lock\n⏾ Suspend" \ choice="$(printf "⏻ Shutdown\n Reboot\n Logout\n Lock\n⏾ Suspend" \
| rofi -dmenu \ | rofi -dmenu \
-i \ -i \
-p "Power" \ -p "Power" \