Compare commits
No commits in common. "4683e1d19ae3c7a79f377f8f1932d7c2f9af513a" and "de17cbabf4f7ec6ee250714e229bb9577f8f45d8" have entirely different histories.
4683e1d19a
...
de17cbabf4
2 changed files with 27 additions and 21 deletions
|
@ -12,12 +12,19 @@ bar:
|
|||
left:
|
||||
- river:
|
||||
anchors:
|
||||
base: &river_base
|
||||
- base: &river_base
|
||||
margin: 8
|
||||
tag: id
|
||||
values: {}
|
||||
default: &river_default
|
||||
default: {string: {text: "{id}"}}
|
||||
values:
|
||||
1: {string: {text: "1"}}
|
||||
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:
|
||||
map:
|
||||
tag: state
|
||||
|
@ -25,25 +32,28 @@ bar:
|
|||
focused:
|
||||
map:
|
||||
<<: *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}}
|
||||
unfocused:
|
||||
map:
|
||||
<<: *river_base
|
||||
default: {string: {text: "{id}"}}
|
||||
unfocused: {map: {<<: *river_base}}
|
||||
invisible:
|
||||
map:
|
||||
tag: occupied
|
||||
values:
|
||||
false: {empty: {}}
|
||||
true:
|
||||
map:
|
||||
<<: *river_base
|
||||
default: {string: {text: "{id}"}}
|
||||
true: {map: {<<: *river_base}}
|
||||
|
||||
right:
|
||||
- alsa:
|
||||
card: default
|
||||
card: pulse
|
||||
mixer: Capture
|
||||
content:
|
||||
map:
|
||||
|
@ -53,7 +63,7 @@ bar:
|
|||
true: {string: {text: Mic en mute, foreground: *accent}}
|
||||
false: {string: {text: "Mic {percent}%"}}
|
||||
- alsa:
|
||||
card: default
|
||||
card: pulse
|
||||
mixer: Master
|
||||
content:
|
||||
map:
|
||||
|
|
4
.profile
4
.profile
|
@ -2,10 +2,6 @@
|
|||
|
||||
. /etc/profile
|
||||
|
||||
ulimit -c unlimited
|
||||
|
||||
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
||||
|
||||
if test -z "${XDG_RUNTIME_DIR}"; then
|
||||
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
|
||||
if ! test -d "${XDG_RUNTIME_DIR}"; then
|
||||
|
|
Loading…
Reference in a new issue