forked from colonelpanic/dotfiles
Make display-time-format more compact
This commit is contained in:
parent
04405d1c85
commit
559c516ec0
@ -1,11 +1,11 @@
|
|||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
f# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=46
|
sort_key=46
|
||||||
sort_direction=1
|
sort_direction=1
|
||||||
hide_threads=0
|
hide_threads=0
|
||||||
|
hide_userland_threads=1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=0
|
|
||||||
shadow_other_users=0
|
shadow_other_users=0
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
highlight_base_name=0
|
highlight_base_name=0
|
||||||
|
@ -954,7 +954,7 @@ whenever there is an error.
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq display-time-default-load-average nil)
|
(setq display-time-default-load-average nil)
|
||||||
(setq display-time-interval 1)
|
(setq display-time-interval 1)
|
||||||
(setq display-time-format "%a, %b %d, %T ")
|
(setq display-time-format "%a|%m-%d|%T")
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Subword
|
** Subword
|
||||||
|
Loading…
Reference in New Issue
Block a user