nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
2
navi/laniakea/eww/get_volume.sh
Executable file
2
navi/laniakea/eww/get_volume.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed -r 's/Volume: //g' | xargs -n1 | awk '{print $1*100}' | xargs -n 1 echo "$1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue