This commit is contained in:
asep komarudin 2023-04-25 16:46:53 +07:00
parent e95f743eb8
commit 31193eb55a
2 changed files with 6 additions and 3 deletions

View file

@ -30,8 +30,11 @@ local settings = {
ui = {
border = "none",
icons = {
package_installed = "",
package_pending = "",
-- package_installed = "◍",
-- package_pending = "◍",
-- package_uninstalled = "◍",
package_pending = "",
package_installed = "",
package_uninstalled = "",
},
},