Added birthday function
This commit is contained in:
parent
825d5f68d2
commit
207af2ad53
4 changed files with 50 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue