diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-08-07 19:08:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-08-07 19:08:14 +0530 |
| commit | 44c721023d0a48db6dbba4b5aee1f45d062bb4f3 (patch) | |
| tree | 6567a537c711c582208a691dceb360a32fcba1a1 | |
| parent | f4035df92d70d8ed3b67220412d566849910fed6 (diff) | |
| download | nixos-config-44c721023d0a48db6dbba4b5aee1f45d062bb4f3.tar.gz nixos-config-44c721023d0a48db6dbba4b5aee1f45d062bb4f3.zip | |
ncmpcpp visualization fix
| -rw-r--r-- | modules/music.home.nix | 2 | ||||
| -rwxr-xr-x | scripts/commands/:emacs | 4 | ||||
| -rwxr-xr-x | scripts/commands/:email | 4 | ||||
| -rwxr-xr-x | scripts/commands/:music | 4 | ||||
| -rwxr-xr-x | scripts/commands/:scratchpad | 4 | ||||
| -rwxr-xr-x | scripts/commands/:system-monitor | 3 |
6 files changed, 3 insertions, 18 deletions
diff --git a/modules/music.home.nix b/modules/music.home.nix index 43a8cd0..fbd1119 100644 --- a/modules/music.home.nix +++ b/modules/music.home.nix @@ -93,7 +93,7 @@ in visualizer_type = "spectrum"; visualizer_in_stereo = "yes"; visualizer_look = "+|"; - visualizer_color = "white, blue, cyan, magenta, red, red, black"; + visualizer_color = "white, cyan, blue, magenta, red, red, black"; visualizer_spectrum_smooth_look = "yes"; visualizer_autoscale = "yes"; visualizer_spectrum_dft_size = 3; diff --git a/scripts/commands/:emacs b/scripts/commands/:emacs deleted file mode 100755 index 72ea1fb..0000000 --- a/scripts/commands/:emacs +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -emacsclient -c -n "$@"; - diff --git a/scripts/commands/:email b/scripts/commands/:email deleted file mode 100755 index 0b7b63f..0000000 --- a/scripts/commands/:email +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e neomutt - diff --git a/scripts/commands/:music b/scripts/commands/:music index 300a39f..8620adb 100755 --- a/scripts/commands/:music +++ b/scripts/commands/:music @@ -1,5 +1,5 @@ #!/usr/bin/env sh -#sensible-terminal -e ncmpcpp +sensible-terminal -e ncmpcpp -spotify +# spotify diff --git a/scripts/commands/:scratchpad b/scripts/commands/:scratchpad deleted file mode 100755 index 69f0971..0000000 --- a/scripts/commands/:scratchpad +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e sensible-editor ~/.config/vimwiki/scratchpad.md; - diff --git a/scripts/commands/:system-monitor b/scripts/commands/:system-monitor deleted file mode 100755 index f254fd2..0000000 --- a/scripts/commands/:system-monitor +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -sensible-terminal -e gotop |
