Icons for polybar

This commit is contained in:
Christian Colglazier 2020-01-26 15:40:56 -05:00
parent 58c0118724
commit 21c0e69d86

View File

@ -1,5 +1,5 @@
[colors] [colors]
black = #88000000 black = #44666666
blue = #0288D1 blue = #0288D1
blue-light = #B3E5FC blue-light = #B3E5FC
pink = #E91E63 pink = #E91E63
@ -9,35 +9,35 @@ white = #FFFFFF
[bar/aqua] [bar/aqua]
width = 100% width = 100%
height = 26 height = 28
radius = 0.0 radius = 0.0
fixed-center = true fixed-center = true
background = ${colors.black}
background = ${colors.blue}
foreground = ${colors.white} foreground = ${colors.white}
monitor = ${env:MONITOR:fallback-value} monitor = ${env:MONITOR:fallback-value}
line-size = 0
line-size = 3
line-color = ${colors.pink} line-color = ${colors.pink}
border-size = 0 border-size = 0
border-color = #000000 border-color = ${colors.black}
padding-left = 0 padding-left = 0
padding-right = 1 padding-right = 2
module-margin-left = 1
module-margin-left = 0
module-margin-right = 2 module-margin-right = 2
font-0 = SF Pro Display:semibold:fixed:pixelsize=17;1 font-0 = SF Pro Display:semibold:fixed:pixelsize=17;3
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 ; Version 4.7
font-2 = siji:pixelsize=10;1+e font-1 = FontAwesome Regular:style=Regular:pixelsize=17
; Version 5 Regular
font-2 = Font Awesome 5 Free Regular:pixelsize=8;
; Version 5 Solid
font-3 = Font Awesome 5 Free Solid:pixelsize=15;2
; Version 5 Brands
font-4 = Font Awesome 5 Brands:pixelsize=18;1
font-5 = Font Awesome 5 Free Solid:pixelsize=70;3
modules-left = i3 modules-left = i3
modules-center = xwindow modules-center = xwindow
modules-right = stocks backlight volume network battery date modules-right = backlight volume network battery date
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
@ -45,6 +45,7 @@ tray-padding = 2
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:80:...% label = %title:0:80:...%
format-background = ${colors.black}
[module/bspwm] [module/bspwm]
type = internal/bspwm type = internal/bspwm
@ -97,7 +98,7 @@ type = internal/date
interval = 1.0 interval = 1.0
time = %I:%M time = %I:%M
time-alt = %m-%d-%Y %I:%M:%S time-alt = %m-%d-%Y %I:%M:%S
label = %time% label = %{T4}%{T-}%time%
label-alt = label-alt =
format-underline = ${colors.blue} format-underline = ${colors.blue}
@ -108,26 +109,43 @@ time-format = %-H:%M
; $ ls -1 /sys/class/power_supply/ ; $ ls -1 /sys/class/power_supply/
battery = BAT0 battery = BAT0
adapter = ADP1 adapter = ADP1
poll-interval = 1 poll-interval = 5
format-charging = <label-charging> format-charging = <animation-charging><label-charging>
format-charging-underline = ${colors.blue} format-charging-underline = ${colors.blue}
label-charging = %percentage%% (%time%) label-charging = %percentage%%~%time%
format-discharging = <label-discharging> format-discharging = <ramp-capacity><label-discharging>
format-discharging-underline = ${colors.blue-light} format-discharging-underline = ${colors.blue-light}
label-discharging = %percentage%% (%time%) label-discharging = %percentage%%~%time%
label-full = 100%
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-3 = 
ramp-capacity-4 = 
; Only applies if <animation-charging> is used
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-3 = 
animation-charging-4 = 
; Framerate in milliseconds
animation-charging-framerate = 500
[module/volume] [module/volume]
type = internal/alsa type = internal/alsa
format-volume = <label-volume> format-volume = <label-volume>
label-volume = VOL %percentage%% label-volume = %percentage%%
label-volume-foreground = ${root.foreground} label-volume-foreground = ${root.foreground}
format-volume-underline = ${colors.blue} format-volume-underline = ${colors.blue}
format-muted-prefix = " " format-muted-prefix = " "
label-muted = VOL %percentage%% label-muted = %percentage%%
format-muted-underline = ${colors.pink} format-muted-underline = ${colors.pink}
[module/backlight] [module/backlight]
@ -137,7 +155,7 @@ type = internal/backlight
card = intel_backlight card = intel_backlight
format = <label> format = <label>
label = BL %percentage%% label = %percentage%%
format-underline = ${colors.blue} format-underline = ${colors.blue}
[module/temperature] [module/temperature]
@ -145,7 +163,7 @@ type = internal/temperature
; Seconds to sleep between updates ; Seconds to sleep between updates
; Default: 1 ; Default: 1
interval = 0.5 interval = 1
; Thermal zone to use ; Thermal zone to use
; To list all the zone types, run ; To list all the zone types, run
@ -169,18 +187,11 @@ type = internal/network
interface = wlp3s0 interface = wlp3s0
interval = 5.0 interval = 5.0
unknown-as-up = true unknown-as-up = true
label-connected = %essid% %signal%% label-connected = %essid%
label-connected-underline = ${colors.blue} label-connected-underline = ${colors.blue}
label-disconnected = No Wifi :( label-disconnected =
label-disconnected-underline = ${colors.pink} label-disconnected-underline = ${colors.pink}
;[module/stocks]
;type = custom/script
;exec = python ~/git/Stock/stocks.py
;format-underline = ${colors.blue}
;interval = 60
[settings] [settings]
screenchange-reload = true screenchange-reload = true
;compositing-background = xor ;compositing-background = xor