Getting rid of Nerd Fonts.
This commit is contained in:
parent
6d15ab284a
commit
13137b58c1
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
||||||
font=RobotoMono Nerd Font:style=Medium:pixelsize=14, Noto Color Emoji:style=Regular:pixelsize=14
|
[main]
|
||||||
|
font=Roboto Mono:style=Medium:pixelsize=14, Noto Color Emoji:style=Regular:pixelsize=14
|
||||||
|
font-size-adjustment=5px
|
||||||
pad=5x5
|
pad=5x5
|
||||||
selection-target=clipboard
|
selection-target=clipboard
|
||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
|
line-height=17px
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
urgent=yes
|
urgent=yes
|
||||||
|
|
|
@ -124,7 +124,7 @@ layouts = [
|
||||||
|
|
||||||
widget_defaults = dict(
|
widget_defaults = dict(
|
||||||
background='#272822',
|
background='#272822',
|
||||||
font="RobotoMono Nerd Font Medium",
|
font='Roboto Mono Medium',
|
||||||
fontsize=14,
|
fontsize=14,
|
||||||
foreground='#feffff',
|
foreground='#feffff',
|
||||||
)
|
)
|
||||||
|
@ -163,7 +163,6 @@ screens = [
|
||||||
foreground='#000000',
|
foreground='#000000',
|
||||||
foreground_low='#c7c7c7',
|
foreground_low='#c7c7c7',
|
||||||
foreground_urgent='#feffff',
|
foreground_urgent='#feffff',
|
||||||
font='RobotoMono Nerd Font Bold',
|
|
||||||
parse_text=yubikey_replace,
|
parse_text=yubikey_replace,
|
||||||
),
|
),
|
||||||
widget.GenPollCommand(
|
widget.GenPollCommand(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue