Compare commits
No commits in common. "0a57c42d6bc73ff11de8206fc147db749c37db62" and "92c4a1bf64b4b0642e2afd2aae849346610702e0" have entirely different histories.
0a57c42d6b
...
92c4a1bf64
2 changed files with 24 additions and 2 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,6 +1,7 @@
|
||||||
bar:
|
bar:
|
||||||
height: 20
|
height: 20
|
||||||
location: bottom
|
location: top
|
||||||
|
layer: top
|
||||||
spacing: 8
|
spacing: 8
|
||||||
right-margin: 8
|
right-margin: 8
|
||||||
background: *bg
|
background: *bg
|
||||||
|
@ -41,6 +42,27 @@ 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