all repos — dotfiles-extra @ d8e4339a351e8556ffe76d3c79be8c8fafa9cd66

extra configs that may be extraneous and/or may be platform specific

i3/.config/polybar/config.briana

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
[bar/top]
monitor = eDP-1
width = 50%
height = 5%
offset-x = 25%
offset-y = 2%
fixed-center = false
bottom = false
wm-restack = i3
 
background = #ffffff
foreground = #000000
linecolor = #1b00f2
 
spacing = 1
lineheight = 1
padding = 4%
 
font-0 = artwiz lime:pixelsize=10:antialias=false;1
font-1 = DejaVuSans Mono for Powerline:pixelsize=10:antialias=false;1
font-2 = FontAwesome:pixelsize=10:antialias=false;1
 
modules-left = volume
modules-right = battery memory cpu
modules-center = date
 
module-margin = 2
 
[module/cpu]
type = internal/cpu
interval = 2
label = CPU %percentage%
 
 
[module/memory]
type = internal/memory
interval = 2
label = RAM %percentage_used%
 
 
[module/volume]
type = internal/alsa
 
format-volume = <label-volume> <bar-volume>
label-volume = "VOL"
label-volume-foreground = #90233f
 
format-muted-foreground = #90233f
format-muted = <label-muted> <bar-volume>
label-muted = "MUT"
 
bar-volume-width = 10
bar-volume-foreground-0 = #635370
bar-volume-foreground-1 = #635370
bar-volume-foreground-2 = #7E6B8E
bar-volume-foreground-3 = #9C83AF
bar-volume-foreground-4 = #B195C6
bar-volume-foreground-5 = #C5A6DD
bar-volume-foreground-6 = #E1BDFC
bar-volume-gradient = true
bar-volume-indicator =
bar-volume-indicator-font = 2
bar-volume-fill = •
bar-volume-fill-font = 2
bar-volume-empty = ·
bar-volume-empty-font = 2
bar-volume-empty-foreground = #666666
 
[module/battery]
type = internal/battery
full-at = 98
 
format-charging = <label-charging>
format-discharging = <label-discharging>
format-full =
 
label-charging = BATT %percentage%
label-discharging = BATT %percentage%
 
 
[module/date]
type = internal/date
date = %m-%d-%Y %H:%M
interval = 5