-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update fonts; add gnome-terminal, git-gui, gitk and their deskt…
…op icons (#145) * update fonts and install gnome-terminal instead of xterm * font and git-gui update * add gitk and its desktop icon
- Loading branch information
1 parent
0a667be
commit faae1f6
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=Git-GUI | ||
GenericName=Git-GUI | ||
X-GNOME-FullName=Git-GUI | ||
Comment=Graphical User Interface for Git | ||
Type=Application | ||
Categories=Git;Versioning; | ||
Exec=sh -c "cd /home/jovyan/work/${CI_PROJECT}; git gui" | ||
TryExec=git gui | ||
Terminal=false | ||
StartupNotify=false | ||
Icon=/usr/share/git-gui/lib/git-gui.ico | ||
StartupWMClass=Git-GUI-Main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Desktop Entry] | ||
Version=2.31.1 | ||
Name=gitk | ||
GenericName=gitk | ||
X-GNOME-FullName=gitk | ||
Comment=Graphical Visualization for Git | ||
Type=Application | ||
Categories=Git;Versioning; | ||
Exec=sh -c "cd /home/jovyan/work/${CI_PROJECT}; gitk" | ||
TryExec=gitk | ||
Terminal=false | ||
StartupNotify=false | ||
Icon=/home/jovyan/Desktop/.git_icon.png |