Working on tasklauncher

This commit is contained in:
2026-03-08 09:21:53 +01:00
parent d8f588babd
commit 2943a20033
3 changed files with 337 additions and 335 deletions
+330 -329
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -869,14 +869,15 @@ in
'';
# Catppuccin Mocha theme for Wofi
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
xdg.configFile."wofi/style.css".text = builtins.readFile "${pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "wofi";
rev = "a0c34a8e9d3a1f71b1b2a8e3b5b8e3e8b1b3b8e3"; # Replace with the correct SHA256 hash
file = "style-mocha.css"; # or latte/frappe/macchiato
};
sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct SHA256 hash
}}/style-mocha.css";
};
}
#+END_SRC
@@ -25,11 +25,11 @@ in
'';
# Catppuccin Mocha theme for Wofi
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
xdg.configFile."wofi/style.css".text = builtins.readFile "${pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "wofi";
rev = "a0c34a8e9d3a1f71b1b2a8e3b5b8e3e8b1b3b8e3"; # Replace with the correct SHA256 hash
file = "style-mocha.css"; # or latte/frappe/macchiato
};
sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct SHA256 hash
}}/style-mocha.css";
};
}