Update polybar to use monospace alias, minor changes
This commit is contained in:
parent
25d560d149
commit
9b74602644
@ -1,6 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="font">
|
||||
<!-- <edit mode="assign" name="hinting" > -->
|
||||
<!-- <bool>true</bool> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="hintstyle" > -->
|
||||
<!-- <const>hintslight</const> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="rgba" > -->
|
||||
<!-- <const>rgb</const> -->
|
||||
<!-- </edit> -->
|
||||
<edit mode="assign" name="antialias" >
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<!-- <edit mode="assign" name="lcdfilter"> -->
|
||||
<!-- <const>lcddefault</const> -->
|
||||
<!-- </edit> -->
|
||||
</match>
|
||||
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
|
@ -39,7 +39,7 @@ border-bottom-size = 1
|
||||
radius = 0
|
||||
bottom = false
|
||||
line-size = 3
|
||||
font-0 = "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
font-0 = "monospace:size=10:antialias=false;2"
|
||||
font-1 = "Font Awesome 5 Brands:pixelsize=11;1"
|
||||
font-2 = "MaterialIcons:size=10:antialias=false;2"
|
||||
font-3 = "icomoon:size=10:antialias=false;2"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
gtk-theme-name="ArchLabs-dARK"
|
||||
gtk-icon-theme-name="ArchLabs-Light"
|
||||
gtk-font-name="Ubuntu Light 10"
|
||||
gtk-font-name="monospace 11"
|
||||
gtk-cursor-theme-name="ArchLabs-Light"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
|
Reference in New Issue
Block a user