yambar: usar *accent para todo en vez de colores hardcodeados
This commit is contained in:
parent
c95cb7f8f2
commit
99f84025b1
1 changed files with 27 additions and 27 deletions
|
@ -68,7 +68,7 @@ bar:
|
|||
false:
|
||||
- string: {text: , font: *awesome}
|
||||
- string: {text: " {percent}%"}
|
||||
true: {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
true: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
- alsa:
|
||||
card: pulse
|
||||
mixer: Master
|
||||
|
@ -77,7 +77,7 @@ bar:
|
|||
on-click: /bin/sh -c "pamixer --toggle-mute"
|
||||
tag: muted
|
||||
values:
|
||||
true: {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
true: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
false:
|
||||
- ramp:
|
||||
tag: volume
|
||||
|
@ -99,8 +99,8 @@ bar:
|
|||
- ramp:
|
||||
tag: capacity
|
||||
items:
|
||||
- string: {text: , foreground: a89984ff, font: *awesome}
|
||||
- string: {text: , foreground: ffa600ff, font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: , foreground: *accent, 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: , foreground: b8bb26ff, font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}% {estimate}"}
|
||||
charging:
|
||||
- string: {text: , foreground: b8bb26ff, font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}% {estimate}"}
|
||||
full:
|
||||
- string: {text: , foreground: b8bb26ff, font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}% full"}
|
||||
not charging:
|
||||
- ramp:
|
||||
tag: capacity
|
||||
items:
|
||||
- string: {text: , foreground: a89984ff, 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: " {capacity}%"}
|
||||
# not charging:
|
||||
# - ramp:
|
||||
# tag: capacity
|
||||
# items:
|
||||
# - string: {text: , foreground: a89984ff, 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: " {capacity}%"}
|
||||
|
||||
- network:
|
||||
name: eth0
|
||||
|
@ -142,28 +142,28 @@ bar:
|
|||
true:
|
||||
map:
|
||||
tag: state
|
||||
default: {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
default: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
values:
|
||||
up:
|
||||
map:
|
||||
tag: ipv4
|
||||
default: {string: {text: , font: *awesome}}
|
||||
values:
|
||||
"": {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
"": {string: {text: , font: *awesome, foreground: *accent}}
|
||||
- network:
|
||||
name: wlan0
|
||||
content:
|
||||
map:
|
||||
tag: state
|
||||
default: {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
default: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
values:
|
||||
down: {string: {text: , font: *awesome, foreground: a89984ff}}
|
||||
down: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
up:
|
||||
map:
|
||||
tag: ipv4
|
||||
default: {string: {text: , font: *awesome}}
|
||||
values:
|
||||
"": {string: {text: , font: *awesome, foreground: bdae93ff}}
|
||||
"": {string: {text: , font: *awesome, foreground: *accent}}
|
||||
- clock:
|
||||
content:
|
||||
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}
|
||||
|
|
Loading…
Reference in a new issue