1

feat: add paperwm custom config

This commit is contained in:
Himadri Bhattacharjee
2023-12-11 17:55:51 +05:30
parent 627dae8b8f
commit 5945391aad
2 changed files with 6 additions and 0 deletions

View File

@@ -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 = {

5
sources/paperwm/user.css Normal file
View File

@@ -0,0 +1,5 @@
.paperwm-selection {
border: 2px rgba(255, 255, 255, 1);
border-radius: 12px !important;
background-color: rgba(0, 0, 0, 0);
}