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
f311e98e
Commit
f311e98e
authored
Jan 18, 2017
by
Dylan Araps
Committed by
GitHub
Jan 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #619 from mstraube/pantheon
Term Font: Add support for Pantheon Terminal
parents
66667425
b4789eba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
neofetch
neofetch
+6
-0
No files found.
neofetch
View file @
f311e98e
...
@@ -1648,6 +1648,12 @@ get_term_font() {
...
@@ -1648,6 +1648,12 @@ get_term_font() {
term_font="
$(
awk
-F
'='
'!/^($|#)/ && /Font/ {printf $2; exit}'
"
${
HOME
}
/.minttyrc"
)
"
term_font="
$(
awk
-F
'='
'!/^($|#)/ && /Font/ {printf $2; exit}'
"
${
HOME
}
/.minttyrc"
)
"
;;
;;
"
pantheon
"*)
term_font="
$(
gsettings get org.pantheon.terminal.settings font
)
"
[[ -z "
${
term_font
//\
'}" ]] && term_font="$(gsettings get org.gnome.desktop.interface monospace-font-name)"
term_font="$(trim_quotes "$term_font")"
;;
"sakura"*)
"sakura"*)
term_font="$(awk -F '
=
' '
/^font=/ {a=
$2
}
END
{
print a
}
' "${XDG_CONFIG_HOME}/sakura/sakura.conf")"
term_font="$(awk -F '
=
' '
/^font=/ {a=
$2
}
END
{
print a
}
' "${XDG_CONFIG_HOME}/sakura/sakura.conf")"
;;
;;
...
...
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