diff --git a/i3/config.nix b/i3/config.nix index 0f63f18..6e6004e 100644 --- a/i3/config.nix +++ b/i3/config.nix @@ -102,7 +102,7 @@ in statusCommand = "i3status-rs $HOME/.config/i3status-rust/config-main.toml"; fonts = { names = [ "CaskaydiaCove Nerd Font" ]; - size = 12.0; + size = 11.0; }; colors = { background = color_bg; @@ -121,6 +121,11 @@ in background = color_active; text = color_bg; }; + bindingMode = { + background = color_bg; + border = color_bg; + text = color_fg; + }; }; } diff --git a/i3/mainbar.nix b/i3/mainbar.nix index ab59614..713e6ad 100644 --- a/i3/mainbar.nix +++ b/i3/mainbar.nix @@ -1,6 +1,12 @@ { ... }: { blocks = [ + # music + { + block = "music"; + buttons = [ "prev" "play" "next" ]; + hide_when_empty = true; + } # audio in { block = "sound"; diff --git a/user.nix b/user.nix index e2a6348..7aa90c2 100644 --- a/user.nix +++ b/user.nix @@ -15,7 +15,8 @@ networkmanagerapplet thunderbird - # files + # files and partitions + gnome.gnome-disk-utility xfce.thunar xfce.thunar-volman xfce.thunar-archive-plugin