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) ; ARGB color (e.g. #f00, #ff992a, #ddff1023)
; By default the tray container will use the bar ; By default the tray container will use the bar
; background color. ; 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 defined as pixel value (e.g. 35) or percentage (e.g. 50%)
tray-offset-x = 0 tray-offset-x = 0

View File

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