Pulling then pushing.

This commit is contained in:
Derek Taylor
2020-02-16 23:15:06 -06:00
parent 08bb21b269
commit 2c0c2ae9a7
33 changed files with 572 additions and 609 deletions

View File

@@ -127,7 +127,7 @@ font-4 = "Font Awesome 5 Brands:pixelsize=8;1"
modules-left = i3 xwindow
modules-center =
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow4 pavolume arrow5 arch-aur-updates arrow6 date
separator =
@@ -302,13 +302,13 @@ tray-background = ${colors.background}
monitor = ${env:MONITOR}
;monitor-fallback = HDMI1
width = 100%
height = 20
height = 30
;offset-x = 1%
;offset-y = 1%
radius = 0.0
fixed-center = true
bottom = false
separator =
separator = |
background = ${colors.background}
foreground = ${colors.foreground}
@@ -330,22 +330,21 @@ border-size = 0
;border-bottom-size = 25
border-color = #00000000
padding-left = 1
padding-left = 0
padding-right = 1
module-margin-left = 0
module-margin-right = 0
module-margin-left = 3
module-margin-right = 3
;https://github.com/jaagr/polybar/wiki/Fonts
font-0 = "UbuntuMono Nerd Font:size=10;2"
font-1 = "UbuntuMono Nerd Font:size=16;3"
font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=8;1"
font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=8;1"
font-4 = "Font Awesome 5 Brands:pixelsize=8;1"
font-0 = "Noto Sans:size=10;0"
font-1 = "FontAwesome:size=13;0"
font-2 = "Noto Sans:size=10;0"
font-3 = "Noto Sans Mono:size=10;0"
modules-left = bspwm xwindow
modules-center =
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
modules-center = kernel
modules-right = pavolume memory2 cpu2 date
tray-detached = false
tray-offset-x = 0
@@ -354,7 +353,7 @@ tray-position = right
tray-padding = 2
tray-maxsize = 20
tray-scale = 1.0
tray-background = ${colors.background}
tray-background = #2e3440
scroll-up = bspwm-desknext
scroll-down = bspwm-deskprev
@@ -412,7 +411,7 @@ font-4 = "Font Awesome 5 Brands:pixelsize=8;1"
modules-left = ewmh xwindow
modules-center =
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow4 pavolume arrow5 arch-aur-updates arrow6 date
tray-detached = false
tray-offset-x = 0
@@ -567,9 +566,9 @@ ws-icon-4 = 5;
ws-icon-5 = 6;
ws-icon-6 = 7;
ws-icon-7 = 8;
ws-icon-8 = 9;
ws-icon-9 = 10;
ws-icon-default = " "
;ws-icon-8 = 9;
;ws-icon-9 = 10;
;ws-icon-default = " "
format = <label-state> <label-mode>
@@ -577,7 +576,7 @@ format = <label-state> <label-mode>
label-focused = %icon%
label-focused-background = ${colors.background}
label-focused-underline= #6790eb
label-focused-padding = 2
label-focused-padding = 4
label-focused-foreground = ${colors.foreground}
label-occupied = %icon%
@@ -631,7 +630,7 @@ format-background = ${colors.background}
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #A77AC4
content-foreground = #C3E88D
content-background = #292d3e
[module/arrow2]
@@ -639,16 +638,42 @@ content-background = #292d3e
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #7197E7
content-background = #A77AC4
content-foreground = #82AAFF
content-background = #C3E88D
[module/arrow3]
; grey to Blue
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #A77AC4
content-background = #7197E7
content-foreground = #C792EA
content-background = #82AAFF
[module/arrow4]
; grey to Blue
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #FFE585
content-background = #C792EA
[module/arrow5]
; grey to Blue
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #F07178
content-background = #FFE585
[module/arrow6]
; grey to Blue
type = custom/text
content = "%{T2} %{T-}"
content-font = 2
content-foreground = #1D2330
content-background = #F07178
################################################################################
###############################################################################
@@ -661,10 +686,10 @@ type = custom/script
exec = ~/.config/polybar/scripts/check-all-updates.sh
interval = 1000
label = Updates: %output%
format-foreground = #fefefe
format-background = #A77AC4
format-foreground = #ffffff
format-background = #F07178
format-prefix = "  "
format-prefix-foreground = #fefefe
format-prefix-foreground = #ffffff
[module/aur-updates]
@@ -842,10 +867,10 @@ type = internal/cpu
; Seconds to sleep between updates
; Default: 1
interval = 1
format-foreground = #fefefe
format-background = #A77AC4
format-foreground = ${colors.background}
format-background = #C792EA
format-prefix = " "
format-prefix-foreground = #fefefe
format-prefix-foreground = ${colors.background}
label-font = 1
@@ -877,9 +902,9 @@ date-alt = " %a %b %d, %Y"
time = %l:%M%p
time-alt = %l:%M%p
format-prefix = " "
format-prefix-foreground = #fefefe
format-foreground = #fefefe
format-background = #7197E7
format-prefix-foreground = ${colors.foreground}
format-foreground = ${colors.foreground}
format-background = ${colors.background}
label = "%date% %time% "
#################################################################
@@ -1077,9 +1102,9 @@ label = %percentage_used%%
format = Mem <label>
format-prefix = " "
format-prefix-foreground = #fefefe
format-foreground = #fefefe
format-background = #7197E7
format-prefix-foreground = #292d3e
format-foreground = #292d3e
format-background = #82AAFF
################################################################################
@@ -1138,13 +1163,13 @@ type = internal/network
;interface = wlp3s0
;interface = enp14s0
;interface = enp0s31f6
interface = enp4s0
interface = enp3s0
label-connected = "%upspeed:7%"
format-connected = <label-connected>
format-connected-prefix = " "
format-connected-prefix-foreground = #fefefe
format-connected-foreground = #fefefe
format-connected-background = #A77AC4
format-connected-prefix-foreground = #292d3e
format-connected-foreground = #292d3e
format-connected-background = #C3E88D
################################################################################
@@ -1154,13 +1179,13 @@ type = internal/network
;interface = wlp3s0
;interface = enp14s0
;interface = enp0s31f6
interface = enp4s0
interface = enp3s0
label-connected = "%downspeed:7%"
format-connected = <label-connected>
format-connected-prefix = "  "
format-connected-prefix-foreground = #fefefe
format-connected-foreground = #fefefe
format-connected-background = #A77AC4
format-connected-prefix-foreground = #292d3e
format-connected-foreground = #292d3e
format-connected-background = #C3E88D
################################################################################
@@ -1187,8 +1212,8 @@ click-right = exec pavucontrol
click-left = ~/.config/polybar/scripts/pavolume.sh --togmute
scroll-up = ~/.config/polybar/scripts/pavolume.sh --up
scroll-down = ~/.config/polybar/scripts/pavolume.sh --down
format-foreground = #fefefe
format-background = #7197E7
format-foreground = ${colors.background}
format-background = #FFE585