Compare commits

...

3 commits

Author SHA1 Message Date
0a57c42d6b yambar: pa bajo 2021-12-20 16:12:48 -03:00
1d114db880 yambar: borrar secciones de audio 2021-12-20 16:12:29 -03:00
314549c6c3 yambar: reactivar 2021-12-20 16:12:23 -03:00
2 changed files with 2 additions and 24 deletions

View file

@ -5,7 +5,7 @@ riverctl background-color 0x$background
riverctl border-color-focused 0x$border_focused riverctl border-color-focused 0x$border_focused
riverctl border-color-unfocused 0x$border_unfocused riverctl border-color-unfocused 0x$border_unfocused
riverctl border-width 3 riverctl border-width 3
# riverctl spawn 'killall yambar ; yambar' riverctl spawn 'killall yambar ; yambar'
if test -n "$bg"; then if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image $bg" riverctl spawn "killall swaybg ; swaybg --image $bg"

View file

@ -1,7 +1,6 @@
bar: bar:
height: 20 height: 20
location: top location: bottom
layer: top
spacing: 8 spacing: 8
right-margin: 8 right-margin: 8
background: *bg background: *bg
@ -42,27 +41,6 @@ bar:
default: {string: {text: "{id}"}} default: {string: {text: "{id}"}}
right: right:
- alsa:
card: default
mixer: Capture
content:
map:
on-click: /bin/sh -c "pamixer --default-source --toggle-mute"
tag: muted
values:
true: {string: {text: Mic en mute, foreground: *accent}}
false: {string: {text: "Mic {percent}%"}}
- alsa:
card: default
mixer: Master
content:
map:
on-click: /bin/sh -c "pamixer --toggle-mute"
tag: muted
values:
true: {string: {text: Audio en mute, foreground: *accent}}
false: {string: {text: "Audio {percent}%"}}
- network: - network:
name: eth0 name: eth0
content: content: