Remove spotifyd and fixes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# ./i3
|
||||
# ./i3status-rust
|
||||
# ./polybar
|
||||
./spotify
|
||||
./rofi
|
||||
];
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
package = pkgs.spotifyd.override {withMpris = true;};
|
||||
settings = {
|
||||
global = {
|
||||
username = "me@danielpatterson.dev";
|
||||
password_cmd = "cat /run/agenix/spotify_pass";
|
||||
|
||||
initial_volume = "70";
|
||||
|
||||
backend = "pulseaudio";
|
||||
|
||||
volume_controller = "softvol";
|
||||
|
||||
device_type = "computer";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"cursor_shape" = "underline";
|
||||
"cursor_blink_interval" = 0;
|
||||
|
||||
"bold_font" = "Iosevka Bold Nerd Font Complete";
|
||||
"bold_font" = "Iosevka Nerd Font Complete Bold";
|
||||
|
||||
"disable_ligatures" = "always";
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
pamixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
spotify-qt
|
||||
spotify
|
||||
udiskie
|
||||
xclip
|
||||
zathura
|
||||
|
||||
Reference in New Issue
Block a user