yambar: usar *accent para todo en vez de colores hardcodeados

This commit is contained in:
Cat /dev/Nulo 2021-10-12 18:46:28 -03:00
parent c95cb7f8f2
commit 99f84025b1

View file

@ -68,7 +68,7 @@ bar:
false: false:
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: " {percent}%"} - string: {text: " {percent}%"}
true: {string: {text: , font: *awesome, foreground: bdae93ff}} true: {string: {text: , font: *awesome, foreground: *accent}}
- alsa: - alsa:
card: pulse card: pulse
mixer: Master mixer: Master
@ -77,7 +77,7 @@ bar:
on-click: /bin/sh -c "pamixer --toggle-mute" on-click: /bin/sh -c "pamixer --toggle-mute"
tag: muted tag: muted
values: values:
true: {string: {text: , font: *awesome, foreground: bdae93ff}} true: {string: {text: , font: *awesome, foreground: *accent}}
false: false:
- ramp: - ramp:
tag: volume tag: volume
@ -99,8 +99,8 @@ bar:
- ramp: - ramp:
tag: capacity tag: capacity
items: items:
- string: {text: , foreground: a89984ff, font: *awesome} - string: {text: , foreground: *accent, font: *awesome}
- string: {text: , foreground: ffa600ff, font: *awesome} - string: {text: , foreground: *accent, font: *awesome}
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
@ -108,29 +108,29 @@ bar:
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: , foreground: b8bb26ff, font: *awesome} - string: {text: , foreground: *accent, font: *awesome}
- string: {text: " {capacity}% {estimate}"} - string: {text: " {capacity}% {estimate}"}
charging: charging:
- string: {text: , foreground: b8bb26ff, font: *awesome} - string: {text: , foreground: *accent, font: *awesome}
- string: {text: " {capacity}% {estimate}"} - string: {text: " {capacity}% {estimate}"}
full: full:
- string: {text: , foreground: b8bb26ff, font: *awesome} - string: {text: , foreground: *accent, font: *awesome}
- string: {text: " {capacity}% full"} - string: {text: " {capacity}% full"}
not charging: # not charging:
- ramp: # - ramp:
tag: capacity # tag: capacity
items: # items:
- string: {text:  , foreground: a89984ff, font: *awesome} # - string: {text:  , foreground: a89984ff, font: *awesome}
- string: {text:  , foreground: ffa600ff, font: *awesome} # - string: {text:  , foreground: ffa600ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text:  , foreground: b8bb26ff, font: *awesome} # - string: {text:  , foreground: b8bb26ff, font: *awesome}
- string: {text: " {capacity}%"} # - string: {text: " {capacity}%"}
- network: - network:
name: eth0 name: eth0
@ -142,28 +142,28 @@ bar:
true: true:
map: map:
tag: state tag: state
default: {string: {text: , font: *awesome, foreground: bdae93ff}} default: {string: {text: , font: *awesome, foreground: *accent}}
values: values:
up: up:
map: map:
tag: ipv4 tag: ipv4
default: {string: {text: , font: *awesome}} default: {string: {text: , font: *awesome}}
values: values:
"": {string: {text: , font: *awesome, foreground: bdae93ff}} "": {string: {text: , font: *awesome, foreground: *accent}}
- network: - network:
name: wlan0 name: wlan0
content: content:
map: map:
tag: state tag: state
default: {string: {text: , font: *awesome, foreground: bdae93ff}} default: {string: {text: , font: *awesome, foreground: *accent}}
values: values:
down: {string: {text: , font: *awesome, foreground: a89984ff}} down: {string: {text: , font: *awesome, foreground: *accent}}
up: up:
map: map:
tag: ipv4 tag: ipv4
default: {string: {text: , font: *awesome}} default: {string: {text: , font: *awesome}}
values: values:
"": {string: {text: , font: *awesome, foreground: bdae93ff}} "": {string: {text: , font: *awesome, foreground: *accent}}
- clock: - clock:
content: content:
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"} - string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}