Switch to ubuntu font
This commit is contained in:
parent
766795b6f5
commit
5c2ae30342
|
@ -3,7 +3,7 @@ font pango:monospace 0
|
||||||
|
|
||||||
exec_always --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png"
|
exec_always --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png"
|
||||||
exec --no-startup-id "picom -b"
|
exec --no-startup-id "picom -b"
|
||||||
exec --no-startup-id "polybar &"
|
exec_always --no-startup-id "killall polybar; polybar -r &"
|
||||||
exec --no-startup-id "nm-applet &"
|
exec --no-startup-id "nm-applet &"
|
||||||
exec_always --no-startup-id "xmodmap /home/user/.Xmodmap"
|
exec_always --no-startup-id "xmodmap /home/user/.Xmodmap"
|
||||||
exec --no-startup-id xcape -e "Super_L=Super_L|XF86Launch5" -t 5000
|
exec --no-startup-id xcape -e "Super_L=Super_L|XF86Launch5" -t 5000
|
||||||
|
|
|
@ -29,7 +29,7 @@ background = #9912151c
|
||||||
foreground = ${colors.white}
|
foreground = ${colors.white}
|
||||||
|
|
||||||
; Set bar's fonts list
|
; Set bar's fonts list
|
||||||
font-0 = "Noto Sans:size=11:antialias=true;2"
|
font-0 = "Ubuntu:size=11:weight=85:antialias=true;2"
|
||||||
font-1 = "Source Code Pro:pixelsize=20:antialias=true;6"
|
font-1 = "Source Code Pro:pixelsize=20:antialias=true;6"
|
||||||
font-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3"
|
font-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3"
|
||||||
font-3 = "Font Awesome 6 Free Solid:size=10:antialias=true;3"
|
font-3 = "Font Awesome 6 Free Solid:size=10:antialias=true;3"
|
||||||
|
|
Loading…
Reference in New Issue