Working on tasklauncher

This commit is contained in:
2026-03-08 09:26:09 +01:00
parent 9be8f063b6
commit 755375e8d3
3 changed files with 332 additions and 332 deletions
+2 -2
View File
@@ -867,7 +867,7 @@ in
allow_markup=true
show_drun=true
'';
/*
# Catppuccin Mocha theme for Wofi
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
owner = "catppuccin";
@@ -875,7 +875,7 @@ in
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
} + "/mocha.css"; # Correct file name
};
}; */
}
#+END_SRC