feat: add paperwm custom config
This commit is contained in:
1
home.nix
1
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 = {
|
||||
|
||||
5
sources/paperwm/user.css
Normal file
5
sources/paperwm/user.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user