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
c794f7f0
Commit
c794f7f0
authored
May 03, 2018
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
general: Removed changes from other branch
parent
9573aaee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
neofetch
neofetch
+0
-24
No files found.
neofetch
View file @
c794f7f0
...
@@ -334,16 +334,6 @@ gtk3="on"
...
@@ -334,16 +334,6 @@ gtk3="on"
public_ip_host="http://ident.me"
public_ip_host="http://ident.me"
# Window Manager
# Show Window Manager Version.
#
# Default: 'off'
# Values: 'on', off
# Flag: --wm_version
wm_version="off"
# Disk
# Disk
...
@@ -1576,18 +1566,6 @@ get_wm() {
...
@@ -1576,18 +1566,6 @@ get_wm() {
-e
"monsterwm"
\
-e
"monsterwm"
\
-e
"tinywm"
)
"
-e
"tinywm"
)
"
if [[
"
$wm_version
"
==
"on"
&&
"
$wm
"
]]; then
wmv=
"
$(
"
${
wm
,,
}
"
--version
||
"
${
wm
,,
}
"
-v
2>&1
)
"
wmv=
"
$wm
${
wmv
:-$(
"
${
wm
,,
}
_x11"
-v
||
"
${
wm
,,
}
_wayland"
-v
)}
"
wmv=
"
${
wmv
/
$wm
${
wm
}
?/
$wm
}
"
wmv=
"
${
wmv
/
$wm
$wm
/
$wm
}
"
wmv=
"
${
wmv
/copyright*
}
"
wmv=
"
${
wmv
/version
}
"
wmv=
"
${
wmv
/©*
}
"
wmv=
"
${
wmv
/(c)*
}
"
wmv=
"
${
wmv
/
:
}
"
wm=
"
$wmv
"
fi
else
else
case
"
$os
"
in
case
"
$os
"
in
"Mac OS X"
)
"Mac OS X"
)
...
@@ -5479,7 +5457,6 @@ INFO:
...
@@ -5479,7 +5457,6 @@ INFO:
NOTE: This only supports Linux.
NOTE: This only supports Linux.
--wm_version on/off Show/Hide Window Manager version.
--gtk_shorthand on/off Shorten output of gtk theme/icons
--gtk_shorthand on/off Shorten output of gtk theme/icons
--gtk2 on/off Enable/Disable gtk2 theme/font/icons output
--gtk2 on/off Enable/Disable gtk2 theme/font/icons output
--gtk3 on/off Enable/Disable gtk3 theme/font/icons output
--gtk3 on/off Enable/Disable gtk3 theme/font/icons output
...
@@ -5650,7 +5627,6 @@ get_args() {
...
@@ -5650,7 +5627,6 @@ get_args() {
"--cpu_brand"
)
cpu_brand
=
"
$2
"
;;
"--cpu_brand"
)
cpu_brand
=
"
$2
"
;;
"--gpu_brand"
)
gpu_brand
=
"
$2
"
;;
"--gpu_brand"
)
gpu_brand
=
"
$2
"
;;
"--gpu_type"
)
gpu_type
=
"
$2
"
;;
"--gpu_type"
)
gpu_type
=
"
$2
"
;;
"--wm_version"
)
wm_version
=
"
$2
"
;;
"--refresh_rate"
)
refresh_rate
=
"
$2
"
;;
"--refresh_rate"
)
refresh_rate
=
"
$2
"
;;
"--gtk_shorthand"
)
gtk_shorthand
=
"
$2
"
;;
"--gtk_shorthand"
)
gtk_shorthand
=
"
$2
"
;;
"--gtk2"
)
gtk2
=
"
$2
"
;;
"--gtk2"
)
gtk2
=
"
$2
"
;;
...
...
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