Remove unused font from Polybar
This commit is contained in:
parent
574ac9d4f4
commit
5178d3ca05
1 changed files with 19 additions and 21 deletions
|
@ -35,14 +35,12 @@ module-margin-left = 6
|
|||
module-margin-right = 6
|
||||
|
||||
font-0 = "Fira Sans:size=10;1"
|
||||
font-1 = "Font Awesome 5 Free:size=10;1"
|
||||
|
||||
font-2 = fixed:pixelsize=10;1
|
||||
font-3 = "Material Icons:pixelsize=14;3"
|
||||
font-4 = "Fira Sans:size=12;1"
|
||||
font-5 = "Fira Mono:size=10;1"
|
||||
font-6 = "Weather Icons:size=10;1"
|
||||
font-7 = "Material Wifi Signal strength:pixelsize=14;2"
|
||||
font-1 = fixed:pixelsize=10;1
|
||||
font-2 = "Material Icons:pixelsize=14;3"
|
||||
font-3 = "Fira Sans:size=12;1"
|
||||
font-4 = "Fira Mono:size=10;1"
|
||||
font-5 = "Weather Icons:size=10;1"
|
||||
font-6 = "Material Wifi Signal strength:pixelsize=14;2"
|
||||
|
||||
modules-left = i3 mpd-local mpd-online-1 mpd-online-2
|
||||
modules-center = date
|
||||
|
@ -256,12 +254,12 @@ label = BL
|
|||
bar-width = 10
|
||||
bar-indicator = |
|
||||
bar-indicator-foreground = #ff
|
||||
bar-indicator-font = 2
|
||||
bar-indicator-font = 1
|
||||
bar-fill = ─
|
||||
bar-fill-font = 2
|
||||
bar-fill-font = 1
|
||||
bar-fill-foreground = #9f78e1
|
||||
bar-empty = ─
|
||||
bar-empty-font = 2
|
||||
bar-empty-font = 1
|
||||
bar-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/backlight-acpi]
|
||||
|
@ -296,7 +294,7 @@ ramp-coreload-7 = █
|
|||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
format = "%{T6}<label>%{T-}%{O-15}"
|
||||
format = "%{T5}<label>%{T-}%{O-15}"
|
||||
label = "%percentage_used:3%%"
|
||||
|
||||
[module/wlan]
|
||||
|
@ -304,14 +302,14 @@ type = internal/network
|
|||
interface = wlp5s0
|
||||
interval = 3.0
|
||||
|
||||
; %{T8} select font 8
|
||||
; %{T7} select font 7
|
||||
; %{F#333} use a dark foreground colour
|
||||
; icon for "full signal strength" in my font 8
|
||||
; %{F}%{T-} reset foreground colour and font
|
||||
; %{O-18} go back 18 pixels to the left
|
||||
; <ramp-signal> show a signal strength 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}
|
||||
label-connected = %essid%
|
||||
|
||||
|
@ -324,7 +322,7 @@ ramp-signal-1 =
|
|||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-font = 8
|
||||
ramp-signal-font = 7
|
||||
ramp-signal-foreground = ${colors.foreground}
|
||||
|
||||
[module/eth]
|
||||
|
@ -335,7 +333,7 @@ interval = 3.0
|
|||
;format-connected-prefix = " "
|
||||
;format-connected-prefix-foreground = ${colors.foreground}
|
||||
;label-connected = %local_ip%
|
||||
;label-connected = "↑%{T6}%upspeed%%{T-} %{T6}↓%downspeed%%{T-}"
|
||||
;label-connected = "↑%{T5}%upspeed%%{T-} %{T5}↓%downspeed%%{T-}"
|
||||
label-connected = "%{O-32}"
|
||||
|
||||
[module/date]
|
||||
|
@ -345,7 +343,7 @@ interval = 5
|
|||
date =
|
||||
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
|
||||
|
||||
format-prefix =
|
||||
|
@ -372,11 +370,11 @@ bar-volume-foreground-5 = #f5a70a
|
|||
bar-volume-foreground-6 = #ff5555
|
||||
bar-volume-gradient = false
|
||||
bar-volume-indicator = |
|
||||
bar-volume-indicator-font = 2
|
||||
bar-volume-indicator-font = 1
|
||||
bar-volume-fill = ─
|
||||
bar-volume-fill-font = 2
|
||||
bar-volume-fill-font = 1
|
||||
bar-volume-empty = ─
|
||||
bar-volume-empty-font = 2
|
||||
bar-volume-empty-font = 1
|
||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/battery]
|
||||
|
@ -464,7 +462,7 @@ tail = true
|
|||
type = custom/script
|
||||
exec = ~/.config/polybar/openweathermap-fullfeatured.sh
|
||||
interval = 600
|
||||
label-font = 7
|
||||
label-font = 6
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
|
|
Loading…
Reference in a new issue