adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.6k stars 408 forks source link

Change non-functional text labels to type custom/text type. #87

Closed shivanshu-semwal closed 3 years ago

shivanshu-semwal commented 3 years ago

https://github.com/adi1090x/polybar-themes/blob/b61cdcd71a3ae4044ef0deef4f30f4ab5c39fb97/polybar-8/modules.ini#L327 This duplicate module for displaying the symbol of clock removes the functionality of previous time-alt option date module.

The only option is to change this module type to custom/text.

[module/date_i]
type = custom/text
;calendar symbol in place of _
content = _

; "content" has the same properties as "format-NAME"
content-background = ${color.red}
content-foreground = ${color.fg}
content-padding = 1
adi1090x commented 3 years ago

Repository Updated, Try again. Reopen if issues are not resolved. Have a look at Troubleshooting for very common issues and how to resolve theme.