yambar: cambios
This commit is contained in:
parent
9c68824846
commit
f2d05063c9
1 changed files with 46 additions and 47 deletions
|
@ -6,7 +6,7 @@ awesome_brands: &awesome_brands Font Awesome 5 Brands:pixelsize=16
|
|||
# foreground: &fg e0def4ff
|
||||
|
||||
bar:
|
||||
location: top
|
||||
location: bottom
|
||||
layer: top
|
||||
height: 20
|
||||
spacing: 8
|
||||
|
@ -67,7 +67,6 @@ bar:
|
|||
values:
|
||||
false:
|
||||
- string: {text: , font: *awesome}
|
||||
- string: {text: " {percent}%"}
|
||||
true: {string: {text: , font: *awesome, foreground: *accent}}
|
||||
- alsa:
|
||||
card: pulse
|
||||
|
@ -88,49 +87,6 @@ bar:
|
|||
- string: {text: , font: *awesome}
|
||||
- string: {text: , font: *awesome}
|
||||
- string: {text: " {percent}%"}
|
||||
- battery:
|
||||
name: BAT0
|
||||
poll-interval: 30
|
||||
content:
|
||||
map:
|
||||
tag: state
|
||||
values:
|
||||
discharging:
|
||||
- ramp:
|
||||
tag: capacity
|
||||
items:
|
||||
- string: {text: , foreground: *accent, 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}
|
||||
- string: {text: , font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}% {estimate}"}
|
||||
charging:
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}% {estimate}"}
|
||||
full:
|
||||
- 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}%"}
|
||||
|
||||
- network:
|
||||
name: eth0
|
||||
|
@ -164,9 +120,52 @@ bar:
|
|||
default: {string: {text: , font: *awesome}}
|
||||
values:
|
||||
"": {string: {text: , font: *awesome, foreground: *accent}}
|
||||
|
||||
- battery:
|
||||
name: BAT0
|
||||
poll-interval: 30
|
||||
content:
|
||||
map:
|
||||
tag: state
|
||||
values:
|
||||
discharging:
|
||||
- ramp:
|
||||
tag: capacity
|
||||
items:
|
||||
- string: {text: , foreground: *accent, 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}
|
||||
- string: {text: , font: *awesome}
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}%"}
|
||||
charging:
|
||||
- string: {text: , foreground: *accent, font: *awesome}
|
||||
- string: {text: " {capacity}%"}
|
||||
full:
|
||||
- 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}%"}
|
||||
- clock:
|
||||
date-format: "%A %d of %B"
|
||||
content:
|
||||
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}
|
||||
- string: {text: " {date}", right-margin: 12}
|
||||
- string: {text: , font: "Font Awesome 5 Free:style=solid:size=12"}
|
||||
- string: {text: " {time}"}
|
||||
|
|
Loading…
Reference in a new issue