Major modifications to colors, launcher, font size and type.

This commit is contained in:
Alex Huddleston 2020-05-07 20:09:22 -05:00
parent c64ba45e0b
commit dd777517f5
15 changed files with 98 additions and 92 deletions

41
colors
View file

@ -1,27 +1,28 @@
[colors] [colors]
black = #000 font-default = #242424
white = #FFF
dynamic-display-icon-background = #e60772bf
dynamic-display-background = #cc3585bf
default-bar-background = #bf2b2b2b
pink-transparent = #ccbf6bb4
cyan-transparent = #cc3585bf
success = #00c853 success = #00c853
warning = #ffea00 warning = #fff04d
danger = #ff1744 danger = #dc1e37
trans = #00000000 bg = #fff
semi-trans = #75000000 fg = #000
bg = #000 code = #b3d1ff
fg = #FFF filemanager = #0060e6
firefox = #ff643d
prefix = #142D4C
label = #385170
code = #CAE8D5
filemanager = #ABD6BB
firefox = #FFEC4A
i3 = #29B488 i3 = #29B488
google-chrome = #4C8BF5 google-chrome = #11d041
launcher = #142D4C launcher = #e6bf6bb4
session = #DD5144 session = #242424
steam = #00ADEE steam = #8f8f8f
terminal = #63FC01 terminal = #63FC01
window = #EAD673 window = #71c4ea

18
config
View file

@ -28,26 +28,30 @@ include-file = /home/shadow8t4/.config/polybar/modules/terminal
[bar/main] [bar/main]
width = 100% width = 100%
height = 27 height = 32
bottom = true bottom = true
fixed-center = true fixed-center = true
background = ${colors.semi-trans} background = ${colors.default-bar-background}
;background-0 = ${colors.cyan-transparent}
;background-1 = ${colors.pink-transparent}
foreground = ${colors.fg} foreground = ${colors.fg}
font-0 = "DejaVu Sans Mono for Powerline:style=Book:size=9;2" font-0 = "DejaVu Sans Mono for Powerline:style=Book:size=10;2"
font-1 = "FontAwesome:style=Regular:size=10;2" font-1 = "FontAwesome:style=Regular:size=10;2"
font-2 = "FontAwesome:style=Solid:size=12;3" font-2 = "FontAwesome:style=Solid:size=12;3"
font-3 = "agave Nerd Font:style=r:size=12;2"
modules-left = launcher window filemanager google-chrome firefox steam code modules-left = launcher window filemanager firefox code
modules-right = memory cpu pulseaudio temperature date session modules-right = memory cpu pulseaudio temperature date session
tray-position = right tray-position = right
tray-maxsize = 16 tray-maxsize = 24
tray-background = ${colors.label} tray-background = ${colors.dynamic-display-background}
cursor-click = pointer cursor-click = pointer
cursor-scroll = ns-resize cursor-scroll = ns-resize
[settings] [settings]
screenchange-reload = true pseudo-transparency = true
screenchange-reload = true

View file

@ -5,24 +5,24 @@ adapter = ACAD
full-at = 98 full-at = 98
format-charging = <animation-charging><label-charging> format-charging = <animation-charging><label-charging>
format-charging-background = ${colors.label} format-charging-background = ${colors.dynamic-display-background}
format-charging-foreground = ${colors.white} format-charging-foreground = ${colors.font-default}
label-charging = " %percentage%% " label-charging = " %percentage%% "
label-charging-background = ${colors.label} label-charging-background = ${colors.dynamic-display-background}
label-charging-foreground = ${colors.white} label-charging-foreground = ${colors.font-default}
format-discharging = <ramp-capacity><label-discharging> format-discharging = <ramp-capacity><label-discharging>
format-discharging-background = ${colors.label} format-discharging-background = ${colors.dynamic-display-background}
format-discharging-foreground = ${colors.white} format-discharging-foreground = ${colors.font-default}
label-discharging = " %percentage%% " label-discharging = " %percentage%% "
label-discharging-background = ${colors.label} label-discharging-background = ${colors.dynamic-display-background}
label-discharging-foreground = ${colors.white} label-discharging-foreground = ${colors.font-default}
format-full-background = ${colors.label} format-full-background = ${colors.dynamic-display-background}
format-full-foreground = ${colors.white} format-full-foreground = ${colors.font-default}
format-full-prefix = %{T2}%{T-} format-full-prefix = %{T2}%{T-}
format-full-prefix-background = ${colors.prefix} format-full-prefix-background = ${colors.dynamic-display-icon-background}
format-full-prefix-foreground = ${colors.white} format-full-prefix-foreground = ${colors.font-default}
format-full-prefix-padding = 1 format-full-prefix-padding = 1
label-full = " %percentage%% " label-full = " %percentage%% "
@ -31,8 +31,8 @@ ramp-capacity-1 = %{T2}%{T-}
ramp-capacity-2 = %{T2}%{T-} ramp-capacity-2 = %{T2}%{T-}
ramp-capacity-3 = %{T2}%{T-} ramp-capacity-3 = %{T2}%{T-}
ramp-capacity-4 = %{T2}%{T-} ramp-capacity-4 = %{T2}%{T-}
ramp-capacity-background = ${colors.prefix} ramp-capacity-background = ${colors.dynamic-display-icon-background}
ramp-capacity-foreground = ${colors.white} ramp-capacity-foreground = ${colors.font-default}
ramp-capacity-padding = 1 ramp-capacity-padding = 1
animation-charging-0 = %{T2}%{T-} animation-charging-0 = %{T2}%{T-}
@ -41,7 +41,7 @@ animation-charging-2 = %{T2}%{T-}
animation-charging-3 = %{T2}%{T-} animation-charging-3 = %{T2}%{T-}
animation-charging-4 = %{T2}%{T-} animation-charging-4 = %{T2}%{T-}
animation-charging-5 = %{T2}%{T-} animation-charging-5 = %{T2}%{T-}
animation-charging-background = ${colors.prefix} animation-charging-background = ${colors.dynamic-display-icon-background}
animation-charging-foreground = ${colors.white} animation-charging-foreground = ${colors.font-default}
animation-charging-framerate = 900 animation-charging-framerate = 900
animation-charging-padding = 1 animation-charging-padding = 1

View file

@ -2,10 +2,10 @@
type = internal/cpu type = internal/cpu
interval = 1 interval = 1
format-background = ${colors.label} format-background = ${colors.dynamic-display-background}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-prefix = %{T2}%{T-} format-prefix = %{T2}%{T-}
format-prefix-background = ${colors.prefix} format-prefix-background = ${colors.dynamic-display-icon-background}
format-prefix-foreground = ${colors.white} format-prefix-foreground = ${colors.font-default}
format-prefix-padding = 1 format-prefix-padding = 1
label = " %percentage:2%% " label = " %percentage:2%% "

View file

@ -5,11 +5,11 @@ interval = 1
time = " %H:%M " time = " %H:%M "
time-alt = " %H:%M %a %d/%m " time-alt = " %H:%M %a %d/%m "
format-background = ${colors.label} format-background = ${colors.dynamic-display-background}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-prefix = %{T2}%{T-} format-prefix = %{T2}%{T-}
format-prefix-background = ${colors.prefix} format-prefix-background = ${colors.dynamic-display-icon-background}
format-prefix-foreground = ${colors.white} format-prefix-foreground = ${colors.font-default}
format-prefix-padding = 1 format-prefix-padding = 1
label = %time% label = %time%

View file

@ -4,19 +4,19 @@ interface = enp4s0
interval = 1.0 interval = 1.0
format-connected = <label-connected> format-connected = <label-connected>
format-connected-background = ${colors.label} format-connected-background = ${colors.dynamic-display-background}
format-connected-foreground = ${colors.white} format-connected-foreground = ${colors.font-default}
format-connected-prefix = %{T2}%{T-} format-connected-prefix = %{T2}%{T-}
format-connected-prefix-background = ${colors.prefix} format-connected-prefix-background = ${colors.dynamic-display-icon-background}
format-connected-prefix-foreground = ${colors.white} format-connected-prefix-foreground = ${colors.font-default}
format-connected-prefix-padding = 1 format-connected-prefix-padding = 1
label-connected = "  %downspeed%  %upspeed% " label-connected = "  %downspeed%  %upspeed% "
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
format-disconnected-background = ${colors.label} format-disconnected-background = ${colors.dynamic-display-background}
format-disconnected-foreground = ${colors.white} format-disconnected-foreground = ${colors.font-default}
format-disconnected-prefix = %{T2}%{T-} format-disconnected-prefix = %{T2}%{T-}
format-disconnected-prefix-background = ${colors.prefix} format-disconnected-prefix-background = ${colors.dynamic-display-icon-background}
format-disconnected-prefix-foreground = ${colors.white} format-disconnected-prefix-foreground = ${colors.font-default}
format-disconnected-prefix-padding = 1 format-disconnected-prefix-padding = 1
label-disconnected = " disconnected " label-disconnected = " disconnected "

View file

@ -3,7 +3,7 @@ type = custom/script
click-left = rofi -show drun click-left = rofi -show drun
click-right = rofi -show run click-right = rofi -show run
exec = echo %{T3}%{T-} exec = echo "%{T3} | %{T4}  $(whoami | awk '{print toupper($0)}')"
format-background = ${colors.launcher} format-background = ${colors.launcher}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-padding = 1 format-padding = 1

View file

@ -3,5 +3,5 @@ type = custom/script
click-left = i3lock -n -c 03101C -e -f click-left = i3lock -n -c 03101C -e -f
exec = echo %{T3}%{T-} exec = echo %{T3}%{T-}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-padding = 1 format-padding = 1

View file

@ -2,10 +2,10 @@
type = internal/memory type = internal/memory
interval = 1 interval = 1
format-background = ${colors.label} format-background = ${colors.dynamic-display-background}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-prefix = %{T2}%{T-} format-prefix = %{T2}%{T-}
format-prefix-background = ${colors.prefix} format-prefix-background = ${colors.dynamic-display-icon-background}
format-prefix-foreground = ${colors.white} format-prefix-foreground = ${colors.font-default}
format-prefix-padding = 1 format-prefix-padding = 1
label = " %percentage_used%% " label = " %percentage_used%% "

View file

@ -1,19 +1,20 @@
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
sink = alsa_output.pci-0000_0a_00.4.analog-stereo
use-ui-max = false use-ui-max = false
format-volume = <ramp-volume><label-volume> format-volume = <ramp-volume><label-volume>
label-volume = " %percentage%% " label-volume = " %percentage%% "
label-volume-background = ${colors.label} label-volume-background = ${colors.dynamic-display-background}
label-volume-foreground = ${colors.white} label-volume-foreground = ${colors.font-default}
label-muted = %{T2}%{T-} 0% label-muted = %{T2}%{T-} 0%
label-muted-background = ${colors.prefix} label-muted-background = ${colors.dynamic-display-icon-background}
label-muted-foreground = ${colors.white} label-muted-foreground = ${colors.font-default}
label-muted-padding = 1 label-muted-padding = 1
ramp-volume-0 = %{T2}%{T-} ramp-volume-0 = %{T2}%{T-}
ramp-volume-1 = %{T2}%{T-} ramp-volume-1 = %{T2}%{T-}
ramp-volume-2 = %{T2}%{T-} ramp-volume-2 = %{T2}%{T-}
ramp-volume-background = ${colors.prefix} ramp-volume-background = ${colors.dynamic-display-icon-background}
ramp-volume-foreground = ${colors.white} ramp-volume-foreground = ${colors.font-default}
ramp-volume-padding = 1 ramp-volume-padding = 1

View file

@ -3,6 +3,6 @@ type = custom/script
click-left = gnome-session-quit click-left = gnome-session-quit
exec = echo %{T2}%{T-} exec = echo %{T2}%{T-}
format-background = ${colors.prefix} format-background = ${colors.dynamic-display-icon-background}
format-foreground = ${colors.session} format-foreground = ${colors.session}
format-padding = 1 format-padding = 1

View file

@ -6,15 +6,15 @@ warn-temperature = 60
format = <ramp><label> format = <ramp><label>
format-warn = <ramp><label-warn> format-warn = <ramp><label-warn>
label = " %temperature-c% " label = " %temperature-c% "
label-background = ${colors.label} label-background = ${colors.dynamic-display-background}
label-foreground = ${colors.white} label-foreground = ${colors.font-default}
label-warn = " %temperature-c% " label-warn = " %temperature-c% "
label-warn-background = ${colors.label} label-warn-background = ${colors.dynamic-display-background}
label-warn-foreground = ${colors.white} label-warn-foreground = ${colors.font-default}
ramp-0 = %{T2}%{T-} ramp-0 = %{T2}%{T-}
ramp-1 = %{T2}%{T-} ramp-1 = %{T2}%{T-}
ramp-2 = %{T2}%{T-} ramp-2 = %{T2}%{T-}
ramp-background = ${colors.prefix} ramp-background = ${colors.dynamic-display-icon-background}
ramp-foreground = ${colors.white} ramp-foreground = ${colors.font-default}
ramp-padding = 1 ramp-padding = 1

View file

@ -2,7 +2,7 @@
type = internal/xwindow type = internal/xwindow
format = <label> format = <label>
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-padding = 1 format-padding = 1
label = %title% label = %title%
label-maxlen = 25 label-maxlen = 25

View file

@ -4,19 +4,19 @@ interface = wlp1s0
interval = 1.0 interval = 1.0
format-connected = <label-connected> format-connected = <label-connected>
format-connected-background = ${colors.label} format-connected-background = ${colors.dynamic-display-background}
format-connected-foreground = ${colors.white} format-connected-foreground = ${colors.font-default}
format-connected-prefix = %{T2}%{T-} format-connected-prefix = %{T2}%{T-}
format-connected-prefix-background = ${colors.prefix} format-connected-prefix-background = ${colors.dynamic-display-icon-background}
format-connected-prefix-foreground = ${colors.white} format-connected-prefix-foreground = ${colors.font-default}
format-connected-prefix-padding = 1 format-connected-prefix-padding = 1
label-connected = "  %downspeed%  %upspeed% " label-connected = "  %downspeed%  %upspeed% "
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
format-disconnected-background = ${colors.label} format-disconnected-background = ${colors.dynamic-display-background}
format-disconnected-foreground = ${colors.white} format-disconnected-foreground = ${colors.font-default}
format-disconnected-prefix = %{T2}%{T-} format-disconnected-prefix = %{T2}%{T-}
format-disconnected-prefix-background = ${colors.prefix} format-disconnected-prefix-background = ${colors.dynamic-display-icon-background}
format-disconnected-prefix-foreground = ${colors.white} format-disconnected-prefix-foreground = ${colors.font-default}
format-disconnected-prefix-padding = 1 format-disconnected-prefix-padding = 1
label-disconnected = " disconnected " label-disconnected = " disconnected "

View file

@ -1,10 +1,10 @@
[module/xbacklight] [module/xbacklight]
type = internal/xbacklight type = internal/xbacklight
format-background = ${colors.label} format-background = ${colors.dynamic-display-background}
format-foreground = ${colors.white} format-foreground = ${colors.font-default}
format-prefix = %{T2}%{T-} format-prefix = %{T2}%{T-}
format-prefix-background = ${colors.prefix} format-prefix-background = ${colors.dynamic-display-icon-background}
format-prefix-foreground = ${colors.white} format-prefix-foreground = ${colors.font-default}
format-prefix-padding = 1 format-prefix-padding = 1
label = " %percentage%% " label = " %percentage%% "