fix: rofi power menu glyphs cut off

the main issue is that i wasn't using the "mono" version of the nerd
font for hack. the font characters are not reported with the correct
fixed width which causes issues in rendering.
This commit is contained in:
Noah Masur
2025-05-10 10:53:54 -04:00
parent 5d539abe21
commit 12c9342748
2 changed files with 3 additions and 4 deletions

View File

@ -226,7 +226,7 @@ in
"module/power" = {
type = "custom/text";
content = " ";
click-left = config.nmasur.presets.services.i3.commands.toggleBar;
click-left = config.nmasur.presets.services.i3.commands.power;
click-right = "polybar-msg cmd restart";
content-foreground = config.theme.colors.base04;
};