Update polybar color scheme

This commit is contained in:
Tanguy Herbron 2021-03-19 00:11:15 +01:00
parent 0a06d9144b
commit 9adabddf70
3 changed files with 16 additions and 26 deletions

View File

@ -211,7 +211,7 @@ tray-transparent = false
; ARGB color (e.g. #f00, #ff992a, #ddff1023)
; By default the tray container will use the bar
; background color.
tray-background = ${root.background}
; tray-background = ${color.bg}
; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
tray-offset-x = 0

View File

@ -134,7 +134,7 @@ ramp-4 = 
type = internal/battery
; This is useful in case the battery never reports 100% charge
full-at = 99
full-at = 100
; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/
@ -162,8 +162,8 @@ time-format = %H:%M
; <bar-capacity>
; <ramp-capacity>
; <animation-charging>
format-charging = <animation-charging> <label-charging>
; format-charging-prefix =
format-charging = <ramp-capacity> <label-charging>
format-charging-prefix =
; Available tags:
; <label-discharging> (default)
; <bar-capacity>
@ -175,7 +175,7 @@ format-discharging = <ramp-capacity> <label-discharging>
; <label-full> (default)
; <bar-capacity>
; <ramp-capacity>
;format-full = <ramp-capacity> <label-full>
format-full = <ramp-capacity> <label-full>
; Available tokens:
; %percentage% (default)
@ -223,16 +223,6 @@ animation-charging-8 = 
; Framerate in milliseconds
animation-charging-framerate = 750
; Only applies if <animation-discharging> is used
;;animation-discharging-0 = 
;;animation-discharging-1 = 
;;animation-discharging-2 = 
;;animation-discharging-3 = 
;;animation-discharging-4 = 
;;animation-discharging-5 = 
;;animation-discharging-6 = 
;;animation-discharging-7 = 
;;animation-discharging-8 = 
; Framerate in milliseconds
;animation-discharging-framerate = 500
@ -444,7 +434,7 @@ type = internal/fs
; Mountpoints to display
mount-0 = /
mount-1 = /home
mount-2 = /run/media/blade
mount-2 = /media/blade
; Seconds to sleep between updates
; Default: 30
@ -592,8 +582,8 @@ label-mode-background = #e60053
; Default: %icon% %name%
label-focused = %index%
label-focused-foreground = ${color.fg}
label-focused-background = ${color.sbg}
label-focused-underline = ${color.ac}
label-focused-background = ${color.dblack}
label-focused-underline = ${color.magenta}
label-focused-padding = 4
; Available tokens:
@ -629,7 +619,7 @@ label-urgent-padding = 4
; Separator in between workspaces
label-separator = |
label-separator-padding = 2
label-separator-foreground = ${color.ac}
label-separator-foreground = ${color.magenta}
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
@ -947,7 +937,7 @@ interval = 0.5
; To list all the zone types, run
; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
; Default: 0
thermal-zone = 0
thermal-zone = 2
; Full path of temperature sysfs path
; Use `sensors` to find preferred temperature source, then run
@ -1011,6 +1001,7 @@ blacklist-1 = scroll lock
; <label-indicator> (default)
format =  <label-layout> <label-indicator>
;;format-spacing = 0
format-foreground = ${color.yellow}
; Available tokens:
; %layout%
@ -1020,14 +1011,14 @@ format =  <label-layout> <label-indicator>
label-layout = %layout%
;;label-layout-padding = 2
;;label-layout-background = #bc99ed
;;label-layout-foreground = #000
; label-layout-foreground = ${color.yellow}
; Available tokens:
; %name%
; Default: %name%
label-indicator = %name%
;;label-indicator-padding = 2
label-indicator-foreground = ${color.ac}
; label-indicator-foreground = ${color.yellow}
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
@ -1038,7 +1029,7 @@ type = internal/xwindow
; <label> (default)
format = <label>
;;format-background = ${color.bg}
;;format-foreground = ${color.ac}
format-foreground = ${color.blue}
;;format-padding = 4
; Available tokens:
@ -1051,7 +1042,7 @@ label-maxlen = 30
; Available tokens:
; None
label-empty =  Arch Linux
label-empty-foreground = ${color.fg}
; label-empty-foreground = ${color.blue}
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -305,8 +305,7 @@ click-left = ~/.config/polybar/scripts/pulseaudio-control.bash togmute
click-middle = ~/.config/polybar/scripts/pulseaudio-control.bash next-sink
scroll-up = ~/.config/polybar/scripts/pulseaudio-control.bash up
scroll-down = ~/.config/polybar/scripts/pulseaudio-control.bash down
label-padding = 2
label-foreground = ${color.fg}
label-foreground = ${color.green}
[module/pulse-volume]