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-unfocused 0x$border_unfocused
|
||||
riverctl border-width 3
|
||||
# riverctl spawn 'killall yambar ; yambar'
|
||||
riverctl spawn 'killall yambar ; yambar'
|
||||
|
||||
if test -n "$bg"; then
|
||||
riverctl spawn "killall swaybg ; swaybg --image $bg"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
bar:
|
||||
height: 20
|
||||
location: top
|
||||
layer: top
|
||||
location: bottom
|
||||
spacing: 8
|
||||
right-margin: 8
|
||||
background: *bg
|
||||
|
@ -42,27 +41,6 @@ bar:
|
|||
default: {string: {text: "{id}"}}
|
||||
|
||||
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:
|
||||
name: eth0
|
||||
content:
|
||||
|
|
Loading…
Reference in a new issue