mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 01:49:26 +00:00
[polybar] Add docker module and fix font issues
This commit is contained in:
@ -58,17 +58,18 @@ fixed-center = true
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-0 = "Droid Sans Mono:size=16:antialias=true;1"
|
||||
font-0 = "RobotoMono-Regular:size=16:antialias=true;1"
|
||||
; https://fontawesome.com/cheatsheet/free
|
||||
font-1 = "FontAwesome:size=16:antialias=true;2"
|
||||
font-2 = "Material Icons:size=16:antialias=true;1"
|
||||
font-3 = NotoSans-Regular:size=18:weight=bold:antialias=true;2
|
||||
font-4 = NotoSans-Regular:size=28:weight=bold:antialias=true;-12
|
||||
font-3 = "NotoSans-Regular:size=18:weight=bold:antialias=true;2"
|
||||
font-4 = "NotoSans-Regular:size=28:weight=bold:antialias=true;-12"
|
||||
font-5 = "FontAwesome:size=21:antialias=true;4"
|
||||
font-6 = "Font Awesome 5 Brands-Regular-400:size=32:antialias=true;1"
|
||||
|
||||
modules-left = polywins
|
||||
modules-center = custom_date
|
||||
modules-right = updates cpu_bar memory_bar vpn network_usage alsa_bar
|
||||
modules-right = updates cpu_bar memory_bar docker vpn network_usage alsa_bar
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
Reference in New Issue
Block a user