Skip to content

Commit 727fac8

Browse files
committed
polybar: fix spacing for email and github
1 parent 8a46f91 commit 727fac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/linux/.config/polybar/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ menu-0-2-exec = systemctl poweroff
228228
type = custom/script
229229
exec = cat ~/.config/fastmail/email.token | xargs ~/.local/bin/fastmail-check-unread || echo "offline"
230230
interval = 60
231-
label = " %output%"
231+
label = " %output%"
232232
format = <label>
233233
format-underline = ${colors.tertiary}
234234

@@ -238,7 +238,7 @@ token = ${file:~/.config/github/notifications.token}
238238
user = ddeville
239239
empty-notifications = true
240240
interval = 60
241-
label = " %notifications%"
241+
label = " %notifications%"
242242
format = <label>
243243
format-underline = ${colors.tertiary}
244244
label-offline = offline

0 commit comments

Comments
 (0)