yambar: sacar iconos

This commit is contained in:
Cat /dev/Nulo 2021-11-05 12:05:02 -03:00
parent 994d90374a
commit a62cd8e6cb

View file

@ -1,5 +1,3 @@
nerd: &nerd Overpass Nerd Font:size=14
bar: bar:
height: 20 height: 20
location: bottom location: bottom
@ -80,9 +78,8 @@ bar:
on-click: /bin/sh -c "pamixer --default-source --toggle-mute" on-click: /bin/sh -c "pamixer --default-source --toggle-mute"
tag: muted tag: muted
values: values:
false: true: {string: {text: Mic en mute, foreground: *accent}}
- string: {text: , font: *nerd} false: {string: {text: "Mic {percent}%"}}
true: {string: {text: , font: *nerd, foreground: *accent}}
- alsa: - alsa:
card: pulse card: pulse
mixer: Master mixer: Master
@ -91,14 +88,8 @@ 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: *nerd, foreground: *accent}} true: {string: {text: Audio en mute, foreground: *accent}}
false: false: {string: {text: "Audio {percent}%"}}
- ramp:
tag: volume
items:
- string: {text: 奄, font: *nerd}
- string: {text: 奔, font: *nerd}
- string: {text: 墳, font: *nerd}
- network: - network:
name: eth0 name: eth0
@ -110,74 +101,39 @@ bar:
true: true:
map: map:
tag: state tag: state
default: {string: {text: , font: *nerd, foreground: *accent}}
values: values:
down: {string: {text: Ethernet down, foreground: *accent}}
up: up:
map: map:
tag: ipv4 tag: ipv4
default: {string: {text: , font: *nerd}} default: {string: {text: Ethernet}}
values: values:
"": {string: {text: , font: *nerd, foreground: *accent}} "": {string: {text: Ethernet sin IPv4, foreground: *accent}}
- network: - network:
name: wlan0 name: wlan0
content: content:
map: map:
tag: state tag: state
default: {string: {text: 直, font: *nerd, foreground: *accent}}
values: values:
down: {string: {text: 睊, font: *nerd, foreground: *accent}} down: {string: {text: WiFi down, foreground: *accent}}
up: up:
map: map:
tag: ipv4 tag: ipv4
default: {string: {text: 直, font: *nerd}} default: {string: {text: WiFi}}
values: values:
"": {string: {text: 直, font: *nerd, foreground: *accent}} "": {string: {text: WiFi sin IPv4, foreground: *accent}}
- battery: - battery:
name: BAT0 name: BAT0
poll-interval: 30 poll-interval: 30
anchors:
charging: &charging
list:
items:
- ramp:
tag: capacity
items:
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: " {capacity}%"}
content: content:
map: map:
tag: state tag: state
values: values:
discharging: discharging: {string: {text: "{capacity}%"}}
- ramp: unknown: {string: {text: "{capacity}% limite"}}
tag: capacity charging: {string: {text: "{capacity}% cargando"}}
items: full: {string: {text: "{capacity}% full"}}
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , font: *nerd}
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: " {capacity}%"}
unknown:
<<: *charging
charging:
<<: *charging
full:
- string: {text: , foreground: *accent, font: *nerd}
- string: {text: " {capacity}% full"}
- clock: - clock:
date-format: "%A %d of %B" date-format: "%A %d of %B"