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
f9555414
Commit
f9555414
authored
Jan 19, 2017
by
Dylan Araps
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:dylanaraps/neofetch
parents
19d82970
8063e372
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
neofetch
neofetch
+4
-0
No files found.
CHANGELOG.md
View file @
f9555414
...
@@ -167,6 +167,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
...
@@ -167,6 +167,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
-
Added support for Konsole.
**[@mstraube](https://github.com/mstraube)**
-
Added support for Konsole.
**[@mstraube](https://github.com/mstraube)**
-
Added support for Sakura Terminal.
**[@mstraube](https://github.com/mstraube)**
-
Added support for Sakura Terminal.
**[@mstraube](https://github.com/mstraube)**
-
Added support for Pantheon Terminal.
**[@mstraube](https://github.com/mstraube)**
-
Added support for Pantheon Terminal.
**[@mstraube](https://github.com/mstraube)**
-
Added support for deepin-terminal.
**[@mstraube](https://github.com/mstraube)**
-
[
Termite
]
Fixed incorrect font chosen.
**[@mstraube](https://github.com/mstraube)**
-
[
Termite
]
Fixed incorrect font chosen.
**[@mstraube](https://github.com/mstraube)**
-
[
Termite
]
Also look at default config.
**[@mstraube](https://github.com/mstraube)**
-
[
Termite
]
Also look at default config.
**[@mstraube](https://github.com/mstraube)**
...
...
neofetch
View file @
f9555414
...
@@ -1617,6 +1617,10 @@ get_term_font() {
...
@@ -1617,6 +1617,10 @@ get_term_font() {
term_font="
$(
osascript
-e
'tell application "Terminal" to font name of window frontmost'
)
"
term_font="
$(
osascript
-e
'tell application "Terminal" to font name of window frontmost'
)
"
;;
;;
"
deepin-terminal
"*)
term_font="
$(
awk
-F
'='
'/font=/ {a=$2} /font_size/ {b=$2} END{print a " " b}'
"
${
XDG_CONFIG_HOME
}
/deepin/deepin-terminal/config.conf"
)
"
;;
"
Hyper
"*)
"
Hyper
"*)
term_font="
$(
awk
-F
","
'/fontFamily/ {a=$1} END{print a}'
"
${
HOME
}
/.hyper.js"
|
awk
-F
"'"
'{a=$2} END{print a}'
)
"
term_font="
$(
awk
-F
","
'/fontFamily/ {a=$1} END{print a}'
"
${
HOME
}
/.hyper.js"
|
awk
-F
"'"
'{a=$2} END{print a}'
)
"
;;
;;
...
...
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