Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
5a840d88
Commit
5a840d88
authored
Feb 23, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #96 from dylanaraps/auto_colors
Changes to text and ascii color handling
parents
c1fdf2fa
f2c717a5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
173 additions
and
232 deletions
+173
-232
README.md
README.md
+2
-8
config
config/config
+6
-24
fetch
fetch
+165
-200
No files found.
README.md
View file @
5a840d88
...
...
@@ -252,14 +252,8 @@ alias fetch2="fetch \
--birthday_time on/off Enable/Disable showing the time in birthday output
Text Colors:
--text_color_auto on/off When set to 'on' and you're in ascii mode, the text
will be colored according to your distro's ascii logo.
--title_color num Change the color of the title
--at_color num Change the color of "@" in title
--subtitle_color num Change the color of the subtitle
--colon_color num Change the color of the colons
--underline_color num Change the color of the underlines
--info_color num Change the color of the info
--colors x x x x x x Changes the text colors in this order:
title, @, underline, subtitle, colon, info
Text Formatting:
--underline_char char Character to use when underlineing title
...
...
config/config
View file @
5a840d88
...
...
@@ -179,30 +179,12 @@ block_width=3
# Text Colors {{{
# When this is set to 'on' and you're in
# ascii image mode, the text will be colored
# according to your distro's ascii logo.
# --text_color_auto on / off
text_color_auto
=
"on"
# --title_color num
title_color
=
4
# Color of "@" symbol in title
# --at_color num
at_color
=
6
# --subtitle_color num
subtitle_color
=
1
# --colon_color num
colon_color
=
8
# --underline_color num
underline_color
=
8
# --info_color num
info_color
=
6
# Text Colors
# Each number represents a different part of
# the text in this order:
# title, @, underline, subtitle, colon, info
# colors=(4 6 1 8 8 6)
colors
=(
distro
)
# }}}
...
...
fetch
View file @
5a840d88
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment