Compare commits
3 commits
92c4a1bf64
...
0a57c42d6b
Author | SHA1 | Date | |
---|---|---|---|
0a57c42d6b | |||
1d114db880 | |||
314549c6c3 |
2 changed files with 2 additions and 24 deletions
|
@ -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"
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue