From 41c474820fa1ec115990b38ee537fd8a3ad4dcd7 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 16 May 2026 22:24:33 +0200 Subject: [PATCH] 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 --- dotfiles/desktop/.config/sway/scripts/powermenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/desktop/.config/sway/scripts/powermenu.sh b/dotfiles/desktop/.config/sway/scripts/powermenu.sh index 8af775d..b842cff 100755 --- a/dotfiles/desktop/.config/sway/scripts/powermenu.sh +++ b/dotfiles/desktop/.config/sway/scripts/powermenu.sh @@ -1,6 +1,6 @@ #!/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 \ -i \ -p "Power" \