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 --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_always --no-startup-id "xmodmap /home/user/.Xmodmap"
|
||||
exec --no-startup-id xcape -e "Super_L=Super_L|XF86Launch5" -t 5000
|
||||
|
|
|
@ -29,7 +29,7 @@ background = #9912151c
|
|||
foreground = ${colors.white}
|
||||
|
||||
; 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-2 = "Source Code Pro:size=11:weight=bold:antialias=true;3"
|
||||
font-3 = "Font Awesome 6 Free Solid:size=10:antialias=true;3"
|
||||
|
@ -74,7 +74,7 @@ background-next = ${colors.blue}
|
|||
type = internal/date
|
||||
format-background = ${self.background}
|
||||
format-foreground = ${colors.white}
|
||||
date = " %a %b %d, %H:%M:%S "
|
||||
date = " %a %b %d, %H:%M:%S "
|
||||
|
||||
[module/cpu]
|
||||
; Powerline settings
|
||||
|
@ -194,4 +194,4 @@ background-next = ${colors.blue}
|
|||
format-background = ${self.background}
|
||||
format-foreground = ${colors.white}
|
||||
exec = upower -i /org/freedesktop/UPower/devices/battery_BAT1 | ag percentage | awk '{print $2}'
|
||||
format = " <label> "
|
||||
format = " <label> "
|
||||
|
|
Loading…
Reference in New Issue