Getting rid of Nerd Fonts.
This commit is contained in:
parent
6d15ab284a
commit
13137b58c1
2 changed files with 5 additions and 3 deletions
|
@ -124,7 +124,7 @@ layouts = [
|
|||
|
||||
widget_defaults = dict(
|
||||
background='#272822',
|
||||
font="RobotoMono Nerd Font Medium",
|
||||
font='Roboto Mono Medium',
|
||||
fontsize=14,
|
||||
foreground='#feffff',
|
||||
)
|
||||
|
@ -163,7 +163,6 @@ screens = [
|
|||
foreground='#000000',
|
||||
foreground_low='#c7c7c7',
|
||||
foreground_urgent='#feffff',
|
||||
font='RobotoMono Nerd Font Bold',
|
||||
parse_text=yubikey_replace,
|
||||
),
|
||||
widget.GenPollCommand(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue