Aesthetic changes to polybar

This commit is contained in:
Salt 2017-07-31 03:02:31 -05:00
parent 526ea6348f
commit a67e661a31
2 changed files with 10 additions and 7 deletions

View File

@ -29,8 +29,11 @@ rofi.width: 30
! hard contrast: ! hard contrast:
*background: #1d2021 *background: #1d2021
! medium contrast: *background: #282828 ! medium contrast
! soft contrast: *background: #32302f *background_med: #282828
! soft contrast
*background_soft: #32302f
*foreground: #ebdbb2 *foreground: #ebdbb2
! Black + DarkGrey ! Black + DarkGrey
*color0: #282828 *color0: #282828

View File

@ -9,7 +9,7 @@
[colors] [colors]
background = ${xrdb:background:#1d2021} background = ${xrdb:background:#1d2021}
background-alt = ${xrdb:color8:#a89984} background-alt = ${xrdb:background_soft:#32302f}
foreground = ${xrdb:color15:#ebdbb2} foreground = ${xrdb:color15:#ebdbb2}
foreground-alt = ${xrdb:color8:#928374} foreground-alt = ${xrdb:color8:#928374}
primary = ${xrdb:color10:#b8bb26} primary = ${xrdb:color10:#b8bb26}
@ -252,7 +252,7 @@ label-time-foreground = ${colors.foreground}
bar-progress-width = 100 bar-progress-width = 100
bar-progress-indicator = ${module/bartemplate.bar-indicator} bar-progress-indicator = ${module/bartemplate.bar-indicator}
bar-progress-fill = ${module/bartemplate.bar-fill} bar-progress-fill = ${module/bartemplate.bar-fill}
bar-progress-fill-foreground = ${colors.primary-alt} bar-progress-fill-foreground = ${xrdb:color9:#fb4934}
bar-progress-empty = ${module/bartemplate.bar-empty} bar-progress-empty = ${module/bartemplate.bar-empty}
bar-progress-empty-foreground = ${module/bartemplate.bar-empty-foreground} bar-progress-empty-foreground = ${module/bartemplate.bar-empty-foreground}
@ -277,7 +277,7 @@ bar-empty-foreground = ${colors.background-alt}
type = internal/xbacklight type = internal/xbacklight
inherit = module/bartemplate inherit = module/bartemplate
label = BRI label = BRI
bar-fill-foreground = ${colors.primary} bar-fill-foreground = ${colors.primary-alt}
[module/backlight-acpi] [module/backlight-acpi]
inherit = module/xbacklight inherit = module/xbacklight
@ -379,12 +379,12 @@ label-muted = VOL
label-muted-foreground = ${colors.foreground-alt} label-muted-foreground = ${colors.foreground-alt}
bar-volume-width = ${module/bartemplate.bar-width} bar-volume-width = ${module/bartemplate.bar-width}
bar-volume-foreground = ${colors.primary} bar-volume-foreground = ${colors.primary-alt}
;${xrdb:color14:#8ec07c} ;${xrdb:color14:#8ec07c}
bar-volume-indicator = bar-volume-indicator =
bar-volume-fill = ${module/bartemplate.bar-fill} bar-volume-fill = ${module/bartemplate.bar-fill}
bar-volume-fill-font = ${module/bartemplate.bar-fill-font} bar-volume-fill-font = ${module/bartemplate.bar-fill-font}
bar-volume-fill-foreground = ${colors.primary} bar-volume-fill-foreground = ${colors.primary-alt}
;${xrdb:color14:#8ec07c} ;${xrdb:color14:#8ec07c}
bar-volume-empty = ${module/bartemplate.bar-empty} bar-volume-empty = ${module/bartemplate.bar-empty}
bar-volume-empty-font = ${module/bartemplate.bar-empty-font} bar-volume-empty-font = ${module/bartemplate.bar-empty-font}