Working on tasklauncher
This commit is contained in:
+328
-328
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -867,7 +867,7 @@ in
|
|||||||
allow_markup=true
|
allow_markup=true
|
||||||
show_drun=true
|
show_drun=true
|
||||||
'';
|
'';
|
||||||
|
/*
|
||||||
# Catppuccin Mocha theme for Wofi
|
# Catppuccin Mocha theme for Wofi
|
||||||
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
|
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
@@ -875,7 +875,7 @@ in
|
|||||||
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
|
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
|
||||||
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
|
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
|
||||||
} + "/mocha.css"; # Correct file name
|
} + "/mocha.css"; # Correct file name
|
||||||
};
|
}; */
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ in
|
|||||||
allow_markup=true
|
allow_markup=true
|
||||||
show_drun=true
|
show_drun=true
|
||||||
'';
|
'';
|
||||||
|
/*
|
||||||
# Catppuccin Mocha theme for Wofi
|
# Catppuccin Mocha theme for Wofi
|
||||||
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
|
xdg.configFile."wofi/style.css".source = pkgs.fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
@@ -31,5 +31,5 @@ in
|
|||||||
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
|
rev = "d4c8c0a6b57e2e97a0d7b87e186322e933a8d9e0"; # Example commit hash (replace with a valid one)
|
||||||
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
|
sha256 = "sha256-0Rn9CKPm0v3rXlx7nyXD3QJ5Xq3XZvBwgqXzWmOyZkA="; # Replace with the correct hash
|
||||||
} + "/mocha.css"; # Correct file name
|
} + "/mocha.css"; # Correct file name
|
||||||
};
|
}; */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user