Remove unused font from Polybar

This commit is contained in:
M1dgard 2018-04-17 17:33:20 +02:00
parent 574ac9d4f4
commit 5178d3ca05
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -35,14 +35,12 @@ module-margin-left = 6
module-margin-right = 6 module-margin-right = 6
font-0 = "Fira Sans:size=10;1" font-0 = "Fira Sans:size=10;1"
font-1 = "Font Awesome 5 Free:size=10;1" font-1 = fixed:pixelsize=10;1
font-2 = "Material Icons:pixelsize=14;3"
font-2 = fixed:pixelsize=10;1 font-3 = "Fira Sans:size=12;1"
font-3 = "Material Icons:pixelsize=14;3" font-4 = "Fira Mono:size=10;1"
font-4 = "Fira Sans:size=12;1" font-5 = "Weather Icons:size=10;1"
font-5 = "Fira Mono:size=10;1" font-6 = "Material Wifi Signal strength:pixelsize=14;2"
font-6 = "Weather Icons:size=10;1"
font-7 = "Material Wifi Signal strength:pixelsize=14;2"
modules-left = i3 mpd-local mpd-online-1 mpd-online-2 modules-left = i3 mpd-local mpd-online-1 mpd-online-2
modules-center = date modules-center = date
@ -256,12 +254,12 @@ label = BL
bar-width = 10 bar-width = 10
bar-indicator = | bar-indicator = |
bar-indicator-foreground = #ff bar-indicator-foreground = #ff
bar-indicator-font = 2 bar-indicator-font = 1
bar-fill = bar-fill =
bar-fill-font = 2 bar-fill-font = 1
bar-fill-foreground = #9f78e1 bar-fill-foreground = #9f78e1
bar-empty = bar-empty =
bar-empty-font = 2 bar-empty-font = 1
bar-empty-foreground = ${colors.foreground-alt} bar-empty-foreground = ${colors.foreground-alt}
[module/backlight-acpi] [module/backlight-acpi]
@ -296,7 +294,7 @@ ramp-coreload-7 = █
[module/memory] [module/memory]
type = internal/memory type = internal/memory
interval = 2 interval = 2
format = "%{T6}<label>%{T-}%{O-15}" format = "%{T5}<label>%{T-}%{O-15}"
label = "%percentage_used:3%%" label = "%percentage_used:3%%"
[module/wlan] [module/wlan]
@ -304,14 +302,14 @@ type = internal/network
interface = wlp5s0 interface = wlp5s0
interval = 3.0 interval = 3.0
; %{T8} select font 8 ; %{T7} select font 7
; %{F#333} use a dark foreground colour ; %{F#333} use a dark foreground colour
;  icon for "full signal strength" in my font 8 ;  icon for "full signal strength" in my font 8
; %{F}%{T-} reset foreground colour and font ; %{F}%{T-} reset foreground colour and font
; %{O-18} go back 18 pixels to the left ; %{O-18} go back 18 pixels to the left
; <ramp-signal> show a signal strength icon ; <ramp-signal> show a signal strength icon
; This overlays the actual signal strength icon over the dark "full signal" icon ; This overlays the actual signal strength icon over the dark "full signal" icon
format-connected = %{T8}%{F#333}%{F}%{T-}%{O-18}<ramp-signal> <label-connected> format-connected = %{T7}%{F#333}%{F}%{T-}%{O-18}<ramp-signal> <label-connected>
format-connected-foreground = ${colors.foreground-alt} format-connected-foreground = ${colors.foreground-alt}
label-connected = %essid% label-connected = %essid%
@ -324,7 +322,7 @@ ramp-signal-1 = 
ramp-signal-2 = ramp-signal-2 =
ramp-signal-3 = ramp-signal-3 =
ramp-signal-4 = ramp-signal-4 =
ramp-signal-font = 8 ramp-signal-font = 7
ramp-signal-foreground = ${colors.foreground} ramp-signal-foreground = ${colors.foreground}
[module/eth] [module/eth]
@ -335,7 +333,7 @@ interval = 3.0
;format-connected-prefix = " " ;format-connected-prefix = " "
;format-connected-prefix-foreground = ${colors.foreground} ;format-connected-prefix-foreground = ${colors.foreground}
;label-connected = %local_ip% ;label-connected = %local_ip%
;label-connected = "↑%{T6}%upspeed%%{T-} %{T6}↓%downspeed%%{T-}" ;label-connected = "↑%{T5}%upspeed%%{T-} %{T5}↓%downspeed%%{T-}"
label-connected = "%{O-32}" label-connected = "%{O-32}"
[module/date] [module/date]
@ -345,7 +343,7 @@ interval = 5
date = date =
date-alt = date-alt =
time = %A %{T5}%H:%M%{T-} %e %b time = %A %{T4}%H:%M%{T-} %e %b
time-alt = %a %Y-%m-%d %H:%M:%S time-alt = %a %Y-%m-%d %H:%M:%S
format-prefix = format-prefix =
@ -372,11 +370,11 @@ bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555 bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false bar-volume-gradient = false
bar-volume-indicator = | bar-volume-indicator = |
bar-volume-indicator-font = 2 bar-volume-indicator-font = 1
bar-volume-fill = bar-volume-fill =
bar-volume-fill-font = 2 bar-volume-fill-font = 1
bar-volume-empty = bar-volume-empty =
bar-volume-empty-font = 2 bar-volume-empty-font = 1
bar-volume-empty-foreground = ${colors.foreground-alt} bar-volume-empty-foreground = ${colors.foreground-alt}
[module/battery] [module/battery]
@ -464,7 +462,7 @@ tail = true
type = custom/script type = custom/script
exec = ~/.config/polybar/openweathermap-fullfeatured.sh exec = ~/.config/polybar/openweathermap-fullfeatured.sh
interval = 600 interval = 600
label-font = 7 label-font = 6
[settings] [settings]
screenchange-reload = true screenchange-reload = true