diff --git a/Btop.png b/Btop.png new file mode 100644 index 00000000..fbad28a6 Binary files /dev/null and b/Btop.png differ diff --git a/FastFetch.png b/FastFetch.png index e9316829..22854dda 100644 Binary files a/FastFetch.png and b/FastFetch.png differ diff --git a/NeoVim.png b/NeoVim.png index eccda26a..cea02a4d 100644 Binary files a/NeoVim.png and b/NeoVim.png differ diff --git a/README.md b/README.md index 53226803..c62d0950 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Modular NixOS configuration, using Hyprland for a lightweight desktop. ![](NeoVim.png) -![](Rmpc.png) +![](Rmpc.png) ![](Btop.png) To install, run `nixos-rebuild` with the `--flake` parameter from the `NixFlake` directory: `nixos-rebuild switch --flake .#nixinator`. diff --git a/Rmpc.png b/Rmpc.png index 03f660e0..23e6852f 100644 Binary files a/Rmpc.png and b/Rmpc.png differ diff --git a/home/modules/rmpc/default.nix b/home/modules/rmpc/default.nix index 4e3513bc..a30b95ed 100644 --- a/home/modules/rmpc/default.nix +++ b/home/modules/rmpc/default.nix @@ -308,7 +308,7 @@ in { inactive_style: (), ), - highlighted_item_style: (fg: "${accentHl}", modifiers: "Bold|Italic"), // Currently playing + highlighted_item_style: (fg: "${accentDim}", modifiers: "Bold|Italic"), // Currently playing current_item_style: (fg: "${accentText}", bg: "${accentDim}", modifiers: "Bold|Italic"), // Tracks list cursor borders_style: (fg: "${accent}", modifiers: "Bold"), highlight_border_style: (fg: "${accent}", modifiers: "Bold"),