feat: add proced config and customed some faces

This commit is contained in:
User
2026-06-24 08:08:05 +08:00
parent e5c20c6c99
commit 402a33d25e
5 changed files with 39 additions and 3 deletions

View File

@@ -169,6 +169,20 @@
(if *is-linux*
(use-package guix))
;; proced进程管理器
(use-package proced
:straight nil
:custom
(proced-auto-update-flag t)
(proced-goal-attribute nil)
(proced-show-remote-processes t)
(proced-enable-color-flag t)
(proced-format 'custom)
:config
(add-to-list
'proced-format-alist
'(custom user pid ppid sess tree pcpu pmem rss start time state (args comm))))
(provide 'init-package)
;;; init-package.el ends here