mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
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:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user