mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 04:32:12 +00:00
Added birthday function
This commit is contained in:
@@ -11,6 +11,7 @@ export LANGUAGE=C
|
||||
|
||||
# Info Options {{{
|
||||
|
||||
|
||||
# Info
|
||||
# See this wiki page for more info:
|
||||
# https://github.com/dylanaraps/fetch/wiki/Customizing-Info
|
||||
@@ -32,6 +33,7 @@ printinfo () {
|
||||
info "GPU" gpu
|
||||
info "Memory" memory
|
||||
|
||||
info "Birthday" birthday
|
||||
# info "Font" gtkfont
|
||||
# info "Disk" disk
|
||||
# info "Resolution" resolution
|
||||
@@ -108,6 +110,17 @@ gtk2="on"
|
||||
gtk3="on"
|
||||
|
||||
|
||||
# Birthday
|
||||
|
||||
# Whether to show a long pretty output
|
||||
# or a shortened one
|
||||
# --birthday_shorthand on/off
|
||||
birthday_shorthand="off"
|
||||
|
||||
# Whether to show the time in the output
|
||||
# --birthday_time on/off
|
||||
birthday_time="on"
|
||||
|
||||
# Color Blocks
|
||||
|
||||
# Color block range
|
||||
|
||||
Reference in New Issue
Block a user