change polybar colors again xd
This commit is contained in:
parent
4d8157befe
commit
e02c4e1fba
|
@ -12,18 +12,21 @@ white = #ebdbb2
|
||||||
aqua = #689d6a
|
aqua = #689d6a
|
||||||
alert = #A54242
|
alert = #A54242
|
||||||
disabled = #76573A
|
disabled = #76573A
|
||||||
|
; character clothing colors
|
||||||
color-1 = #C5A55C
|
color-1 = #C5A55C
|
||||||
color-2 = #B43F1C
|
color-2 = #B43F1C
|
||||||
color-3 = #D0C0AD
|
color-3 = #D0C0AD
|
||||||
color-4 = #88748F
|
color-4 = #88748F
|
||||||
; crystal-1 = #BA3320
|
; deep crystal colors
|
||||||
; crystal-2 = #CDB648
|
crystal-1 = #BA3320
|
||||||
; crystal-3 = #568125
|
crystal-2 = #CDB648
|
||||||
; crystal-4 = #4048A4
|
crystal-3 = #568125
|
||||||
crystal-1 = #D57F5E
|
crystal-4 = #4048A4
|
||||||
crystal-2 = #E7D570
|
; light crystal colors
|
||||||
crystal-3 = #B4D175
|
; crystal-1 = #D57F5E
|
||||||
crystal-4 = #A3B3CA
|
; crystal-2 = #E7D570
|
||||||
|
; crystal-3 = #B4D175
|
||||||
|
; crystal-4 = #A3B3CA
|
||||||
|
|
||||||
[fonts]
|
[fonts]
|
||||||
|
|
||||||
|
@ -37,6 +40,7 @@ monitor = DP-0
|
||||||
|
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 30
|
height = 30
|
||||||
|
padding-right = 2
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
wm-restack = bspwm
|
wm-restack = bspwm
|
||||||
|
@ -53,8 +57,8 @@ font-2 = ${fonts.font-2}
|
||||||
font-3 = ${fonts.font-3}
|
font-3 = ${fonts.font-3}
|
||||||
|
|
||||||
modules-left = bspwm xwindow
|
modules-left = bspwm xwindow
|
||||||
modules-center = date
|
modules-center = mpd
|
||||||
modules-right = pulseaudio cpu memory eth
|
modules-right = pulseaudio cpu memory eth sep date
|
||||||
|
|
||||||
[bar/secondary]
|
[bar/secondary]
|
||||||
monitor = DP-4
|
monitor = DP-4
|
||||||
|
@ -75,8 +79,8 @@ font-2 = ${fonts.font-2}
|
||||||
font-3 = ${fonts.font-3}
|
font-3 = ${fonts.font-3}
|
||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-center = date
|
# modules-center = date
|
||||||
# modules-right =
|
modules-right = date sep
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
@ -116,6 +120,13 @@ label-empty-foreground = ${colors.disabled}
|
||||||
label-separator = |
|
label-separator = |
|
||||||
label-separator-foreground = ${colors.disabled}
|
label-separator-foreground = ${colors.disabled}
|
||||||
|
|
||||||
|
[module/sep]
|
||||||
|
type = custom/text
|
||||||
|
content = |
|
||||||
|
|
||||||
|
content-foreground = ${colors.disabled}
|
||||||
|
content-padding = 2
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
|
||||||
|
@ -137,8 +148,10 @@ ramp-volume-0 = " "
|
||||||
ramp-volume-1 = " "
|
ramp-volume-1 = " "
|
||||||
ramp-volume-2 = " "
|
ramp-volume-2 = " "
|
||||||
ramp-volume-font = 1
|
ramp-volume-font = 1
|
||||||
|
ramp-volume-foreground = ${colors.crystal-1}
|
||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
label-volume-font = 3
|
label-volume-font = 3
|
||||||
|
; label-volume-foreground = ${colors.foreground}
|
||||||
|
|
||||||
format-muted-padding = 2
|
format-muted-padding = 2
|
||||||
label-muted = ""
|
label-muted = ""
|
||||||
|
@ -150,32 +163,35 @@ click-middle = pavucontrol
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
|
|
||||||
format-foreground = ${colors.crystal-2}
|
|
||||||
format-padding = 2
|
format-padding = 2
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-font = 1
|
format-prefix-font = 1
|
||||||
|
format-prefix-foreground = ${colors.crystal-2}
|
||||||
label = %percentage:2%%
|
label = %percentage:2%%
|
||||||
label-font = 3
|
label-font = 3
|
||||||
|
; label-foreground = ${colors.foreground}
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
|
|
||||||
format-foreground = ${colors.crystal-3}
|
|
||||||
format-padding = 2
|
format-padding = 2
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-font = 1
|
format-prefix-font = 1
|
||||||
|
format-prefix-foreground = ${colors.crystal-3}
|
||||||
label = %percentage_used:2%%
|
label = %percentage_used:2%%
|
||||||
label-font = 3
|
label-font = 3
|
||||||
|
; label-foreground = ${colors.foreground}
|
||||||
|
|
||||||
[network-base]
|
[network-base]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
format-connected-foreground = ${colors.crystal-4}
|
|
||||||
format-connected-padding = 2
|
format-connected-padding = 2
|
||||||
|
format-connected-prefix-padding-right = 2
|
||||||
format-connected-prefix-font = 1
|
format-connected-prefix-font = 1
|
||||||
|
format-connected-prefix-foreground = ${colors.crystal-4}
|
||||||
label-connected-font = 3
|
label-connected-font = 3
|
||||||
|
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
|
|
Loading…
Reference in New Issue