Additional tweaks to configuration

This commit is contained in:
Danila Fedorin 2019-07-27 22:08:28 -07:00
parent 5430ebf93a
commit 10039a83e1

View File

@ -14,7 +14,7 @@ background-alt = #3b4252
;foreground = ${xrdb:color7:#222} ;foreground = ${xrdb:color7:#222}
foreground = #d8dee9 foreground = #d8dee9
foreground-alt = #e5e9f0 foreground-alt = #e5e9f0
primary = #b48ead primary = #cf5fb4
secondary = #a3be8c secondary = #a3be8c
alert = #bf616a alert = #bf616a
@ -101,7 +101,7 @@ interval = 25
mount-0 = / mount-0 = /
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% label-mounted = %{F#cf5fb4}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt} label-unmounted-foreground = ${colors.foreground-alt}
@ -138,7 +138,7 @@ label-mode-foreground = #000
label-mode-background = ${colors.primary} label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor ; focused = Active workspace on focused monitor
label-focused = %index% label-focused = %index%!
label-focused-background = ${module/bspwm.label-focused-background} label-focused-background = ${module/bspwm.label-focused-background}
label-focused-underline = ${module/bspwm.label-focused-underline} label-focused-underline = ${module/bspwm.label-focused-underline}
label-focused-padding = ${module/bspwm.label-focused-padding} label-focused-padding = ${module/bspwm.label-focused-padding}
@ -198,7 +198,7 @@ type = internal/cpu
interval = 2 interval = 2
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000 format-underline = ${colors.primary}
label = %percentage:2%% label = %percentage:2%%
[module/memory] [module/memory]
@ -206,7 +206,7 @@ type = internal/memory
interval = 2 interval = 2
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #4bffdc format-underline = ${colors.primary}
label = %percentage_used%% label = %percentage_used%%
[module/wlan] [module/wlan]
@ -259,7 +259,7 @@ time-alt = %H:%M:%S
format-prefix =  format-prefix = 
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5 format-underline = ${colors.primary}
label = %date% %time% label = %date% %time%
@ -275,13 +275,13 @@ format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted label-muted = sound muted
bar-volume-width = 10 bar-volume-width = 10
bar-volume-foreground-0 = #55aa55 bar-volume-foreground-0 = ${colors.primary}
bar-volume-foreground-1 = #55aa55 bar-volume-foreground-1 = ${colors.primary}
bar-volume-foreground-2 = #55aa55 bar-volume-foreground-2 = ${colors.primary}
bar-volume-foreground-3 = #55aa55 bar-volume-foreground-3 = ${colors.primary}
bar-volume-foreground-4 = #55aa55 bar-volume-foreground-4 = ${colors.primary}
bar-volume-foreground-5 = #f5a70a bar-volume-foreground-5 = ${colors.primary}
bar-volume-foreground-6 = #ff5555 bar-volume-foreground-6 = ${colors.primary}
bar-volume-gradient = false bar-volume-gradient = false
bar-volume-indicator = | bar-volume-indicator = |
bar-volume-indicator-font = 2 bar-volume-indicator-font = 2
@ -298,7 +298,7 @@ adapter = ADP1
full-at = 98 full-at = 98
format-charging = <animation-charging> <label-charging> format-charging = <animation-charging> <label-charging>
format-charging-underline = #ffb52a format-charging-underline = ${colors.primary}
format-discharging = <ramp-capacity> <label-discharging> format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline} format-discharging-underline = ${self.format-charging-underline}
@ -321,7 +321,7 @@ thermal-zone = 0
warn-temperature = 60 warn-temperature = 60
format = <ramp> <label> format = <ramp> <label>
format-underline = #f50a4d format-underline = ${colors.primary}
format-warn = <ramp> <label-warn> format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline} format-warn-underline = ${self.format-underline}