Compare commits

..

No commits in common. "4683e1d19ae3c7a79f377f8f1932d7c2f9af513a" and "de17cbabf4f7ec6ee250714e229bb9577f8f45d8" have entirely different histories.

2 changed files with 27 additions and 21 deletions

View file

@ -12,12 +12,19 @@ bar:
left: left:
- river: - river:
anchors: anchors:
base: &river_base - base: &river_base
margin: 8 margin: 8
tag: id tag: id
values: {} values:
default: &river_default 1: {string: {text: "1"}}
default: {string: {text: "{id}"}} 2: {string: {text: "2"}}
3: {string: {text: "3"}}
4: {string: {text: "4"}}
5: {string: {text: "5"}}
6: {string: {text: "6"}}
7: {string: {text: "7"}}
8: {string: {text: "8"}}
9: {string: {text: "9"}}
content: content:
map: map:
tag: state tag: state
@ -25,25 +32,28 @@ bar:
focused: focused:
map: map:
<<: *river_base <<: *river_base
default: {string: {text: "{id}", foreground: *bg}} values:
1: {string: {text: "1", foreground: *bg}}
2: {string: {text: "2", foreground: *bg}}
3: {string: {text: "3", foreground: *bg}}
4: {string: {text: "4", foreground: *bg}}
5: {string: {text: "5", foreground: *bg}}
6: {string: {text: "6", foreground: *bg}}
7: {string: {text: "7", foreground: *bg}}
8: {string: {text: "8", foreground: *bg}}
9: {string: {text: "9", foreground: *bg}}
deco: {background: {color: *accent}} deco: {background: {color: *accent}}
unfocused: unfocused: {map: {<<: *river_base}}
map:
<<: *river_base
default: {string: {text: "{id}"}}
invisible: invisible:
map: map:
tag: occupied tag: occupied
values: values:
false: {empty: {}} false: {empty: {}}
true: true: {map: {<<: *river_base}}
map:
<<: *river_base
default: {string: {text: "{id}"}}
right: right:
- alsa: - alsa:
card: default card: pulse
mixer: Capture mixer: Capture
content: content:
map: map:
@ -53,7 +63,7 @@ bar:
true: {string: {text: Mic en mute, foreground: *accent}} true: {string: {text: Mic en mute, foreground: *accent}}
false: {string: {text: "Mic {percent}%"}} false: {string: {text: "Mic {percent}%"}}
- alsa: - alsa:
card: default card: pulse
mixer: Master mixer: Master
content: content:
map: map:

View file

@ -2,10 +2,6 @@
. /etc/profile . /etc/profile
ulimit -c unlimited
export MESA_LOADER_DRIVER_OVERRIDE=crocus
if test -z "${XDG_RUNTIME_DIR}"; then if test -z "${XDG_RUNTIME_DIR}"; then
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
if ! test -d "${XDG_RUNTIME_DIR}"; then if ! test -d "${XDG_RUNTIME_DIR}"; then