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); +}