Working on tasklauncher
This commit is contained in:
+330
-329
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user