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
4f4af5a2
Commit
4f4af5a2
authored
Nov 09, 2016
by
Dylan Araps
Committed by
GitHub
Nov 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #429 from dylanaraps/vars
General: Change all vars/functions to use underlines
parents
149d8798
88f7f0af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
config
config/config
+7
-7
travis
config/travis
+9
-9
neofetch
neofetch
+0
-0
No files found.
config/config
View file @
4f4af5a2
...
...
@@ -14,7 +14,7 @@ export LANG=C
# Info
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
printinfo
()
{
print
_
info
()
{
info title
info underline
...
...
@@ -27,11 +27,11 @@ printinfo() {
info
"Resolution"
resolution
info
"DE"
de
info
"WM"
wm
info
"WM Theme"
wmtheme
info
"WM Theme"
wm
_
theme
info
"Theme"
theme
info
"Icons"
icons
info
"Terminal"
term
info
"Terminal Font"
termfont
info
"Terminal Font"
term
_
font
info
"CPU"
cpu
info
"GPU"
gpu
info
"Memory"
memory
...
...
@@ -41,14 +41,14 @@ printinfo() {
# info "Battery" battery
# info "Font" font
# info "Song" song
# info "Local IP" localip
# info "Public IP" publicip
# info "Local IP" local
_
ip
# info "Public IP" public
_
ip
# info "Users" users
# info "Birthday" birthday
info linebreak
info line
_
break
info cols
info linebreak
info line
_
break
}
...
...
config/travis
View file @
4f4af5a2
...
...
@@ -4,10 +4,10 @@
# Neofetch config file for travis.ci
# https://github.com/dylanaraps/neofetch
printinfo
()
{
print
_
info
()
{
if
[
"
$TRAVIS_OS_NAME
"
]
;
then
info linebreak
info linebreak
info line
_
break
info line
_
break
fi
info title
...
...
@@ -22,11 +22,11 @@ printinfo() {
info
"Resolution"
resolution
info
"DE"
de
info
"WM"
wm
info
"WM Theme"
wmtheme
info
"WM Theme"
wm
_
theme
info
"Theme"
theme
info
"Icons"
icons
info
"Terminal"
term
info
"Terminal Font"
termfont
info
"Terminal Font"
term
_
font
info
"CPU"
cpu
info
"GPU"
gpu
info
"Memory"
memory
...
...
@@ -36,14 +36,14 @@ printinfo() {
info
"Battery"
battery
info
"Font"
font
info
"Song"
song
info
"Local IP"
localip
info
"Public IP"
publicip
info
"Local IP"
local
_
ip
info
"Public IP"
public
_
ip
info
"Users"
users
info
"Birthday"
birthday
info linebreak
info line
_
break
info cols
info linebreak
info line
_
break
}
refresh_rate
=
"on"
...
...
neofetch
View file @
4f4af5a2
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