Adds the clearest current starting point of my dotfiles I can make out. There is no way to automate anything yet. Lots of stuff is missing from the nix configuration, which needs to be added per machine.
3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
|
|
amixer sget Master | grep "Left" | awk -F'[][]' '{ print $2 }' | tr -d '\n%'
|