From 5945391aadbcdf5105cdca4a247733305938f7e2 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:55:51 +0530 Subject: [PATCH] feat: add paperwm custom config --- home.nix | 1 + sources/paperwm/user.css | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 sources/paperwm/user.css diff --git a/home.nix b/home.nix index b9d198b..27df6ab 100644 --- a/home.nix +++ b/home.nix @@ -14,6 +14,7 @@ }; # Do not display fish in the menu ".local/share/applications/fish.desktop".source = ./sources/fish.desktop; + ".config/paperwm/user.css".source = ./sources/paperwm/user.css; }; sessionVariables = { diff --git a/sources/paperwm/user.css b/sources/paperwm/user.css new file mode 100644 index 0000000..27326d4 --- /dev/null +++ b/sources/paperwm/user.css @@ -0,0 +1,5 @@ +.paperwm-selection { + border: 2px rgba(255, 255, 255, 1); + border-radius: 12px !important; + background-color: rgba(0, 0, 0, 0); +}