Commit graph

2807 commits

Author SHA1 Message Date
Dylan Araps
3aee64abaf
Merge pull request #1099 from Appadeia/master
Add support for puyo & spm
2018-10-17 14:37:51 +11:00
Dylan Araps
1278844d87 general: fixed config issue. Closes #1088 2018-10-17 14:32:18 +11:00
appadeia
4e33cf2f61 Add support for puyo & spm 2018-10-04 23:25:04 -04:00
Michael Straube
0800cf0dfd OS: Add Namib GNU/Linux 2018-09-16 18:13:26 +02:00
Snuggle
f5186ef32d
Update config comment with kitty backend. 2018-09-13 03:24:12 +01:00
Muhammad Herdiansyah
02da9487fa Merge branch 'ascii-image' 2018-09-05 18:29:26 +07:00
M. Herdiansyah
382a1d2651
Merge pull request #1078 from nikitenich/master
Improve Hackintosh detection
2018-09-02 23:43:17 +07:00
M. Herdiansyah
565f714298
Merge pull request #1084 from HolyStephano/master
Updated to fix new kitty bug prior to kitty fixes
2018-09-02 23:37:35 +07:00
Muhammad Herdiansyah
495a9fefbf Disk [OpenBSD]: Detect df version through usual df check instead of making a special if uname check 2018-09-02 23:28:33 +07:00
Matt Mathis
0d50468d19
Updated to fix new kitty bug prior to kitty fixes
Kitty recently updated and broke just using "kitty icat <image>" however, "kitty +kitten icat <image>" still works as intended.

This commit makes the neofetch script use +kitten.
2018-09-01 22:11:00 -04:00
Muhammad Herdiansyah
2c4fb88139 Merge pull-request #1058 from 'julianaito/master' 2018-09-01 18:55:48 +07:00
Charlène
e07f545c26 Multiple fixes, OpenBSD related
- get_wm: Fixes non-EWMH WM detection on OpenBSD by introducing a
  ps_flags array the same way we do for disks. Tested successfully on
  Debian GNU/Linux (this change impacts all OSes).

- get_wm: Adds fvwm support

- get_model: Adds vmm(4) (OpenBSD's KVM counterpart) support

- get_disk: On OpenBSD you can't use df against a /dev/... unless being
root or in the 'operator' group. A separate disks array creation using
awk has been introduced only for this OS.
2018-08-30 17:28:41 +02:00
Muhammad Herdiansyah
9ba1bbaafe Misc: Apply existing PATH first before applying fallback values.
In case user has a custom-installed binary, prioritise it first before
using system-supplied binaries.
2018-08-29 11:06:34 +07:00
Muhammad Herdiansyah
e7a3f5cba2 trim: Remove additional space during trimming
I noticed this when I'm testing with -v enabled. Looks like the trim
function replaces any spaces with a space.

This fixes the problem where terminal program cannot be displayed
because of an additional space in PPID variable.
2018-08-25 18:45:53 +07:00
nikitenich
3272dce4ed
Improve Hackintosh detection
There is a new SMC emulator https://github.com/acidanthera/VirtualSMC
2018-08-25 14:00:52 +03:00
Muhammad Herdiansyah
b32f4e4d1a get_window_size: Set read timeout as 1 2018-08-24 12:08:29 +07:00
M. Herdiansyah
926fc4edde
Merge pull request #1048 from StarryTony/patch-2
Fix cannot correctly get window size
2018-08-24 12:05:59 +07:00
Muhammad Herdiansyah
754ffe2fae get_ascii: Do not parse file if it's an image file 2018-08-24 11:07:36 +07:00
xynxynxyn
9b29d3f669 replace if statement with parameter expansion 2018-08-16 10:04:24 +02:00
Muhammad Herdiansyah
8ee4710225 Packages: pkginfo is used by CRUX and JanusLinux 2018-08-16 13:54:20 +07:00
Muhammad Herdiansyah
3b5ec364e6 Merge pull request #1073 from plgruener/colorreset 2018-08-16 13:19:41 +07:00
Muhammad Herdiansyah
6c38b81fe1 Merge pull request #1072 from plgruener/arch_small
fix arch_small logo
2018-08-16 13:19:09 +07:00
plgruener
5d33b8d99d fix arch_small logo 2018-08-15 17:38:02 +02:00
plgruener
614fad0421 add color-reset to ascii logo drawing 2018-08-15 17:29:54 +02:00
xynxynxyn
43c439853c make seperator changeable 2018-08-14 03:48:53 +02:00
plgruener
2fef4d9849 add term-font support for yakuake 2018-07-31 18:03:29 +02:00
M. Herdiansyah
085bba208a
Merge pull request #1062 from alyssais/mac_nix
Add support for Nix packages on macOS
2018-07-27 10:23:38 +07:00
M. Herdiansyah
9fe7ec4ccf
Merge pull request #1057 from nero/mksh-nospace-fix
Fix borked version display for mksh
2018-07-27 10:20:38 +07:00
Alyssa Ross
2cc7b84189
Add support for Nix packages on macOS 2018-07-26 15:19:03 +01:00
Muhammad Herdiansyah
2afc5a27af GPU [AMD]: Remove an unnecessary pattern check 2018-07-24 12:26:18 +07:00
Ain
f960594cd4 Fix borked version display for mksh
`"$SHELL" -c "printf %s \$KSH_VERSION"` as part of the shell version
detection for ksh and mksh was expanding to `printf %s $KSH_VERSION`
inside of shell. This resulted in `$KSH_VERSION` being substituted as
multiple arguments to printf. While (afaik) unspecified, mksh, bash
and zsh resort to repeating the format strings. This resulted in all
spaces missing from `$shell`, which in turn caused the string cleanup
to fail: `Shell: mksh @MIRBSDKSHR562017/08/29`

Quoting `$KSH_VERSION` causes it to be given to printf as a single
argument, which preserves its spaces. The output after this change
looks like follows: `Shell: mksh R56 2017/08/29`
2018-07-17 11:56:44 +00:00
Charlène
1332874265 battery/OpenBSD: improved charge%, adds status
This commit adds support for hw.sensors.acpibat0.amphour[03] for battery
charge statistics in addition to watthour[03]. It also adds charging status.
2018-07-16 22:58:47 +02:00
William Gathoye
679c739724 Add Proxmox VE 2018-07-14 15:32:34 +02:00
Tony
5037d312fd
Fix cannot correctly get window size
A bug caused by not correctly unset IFS to read array
2018-06-30 00:44:56 +01:00
Dylan Araps
22df76c3b6 cpu: Use sysctl on NetBSD. Closes #1041 2018-06-25 09:04:48 +10:00
Dylan Araps
497b782ea1 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-06-25 07:49:49 +10:00
Dylan Araps
c99fc64b67 misc: Fixed substitutions. 2018-06-25 07:49:12 +10:00
Erik Dubois
911c70adc3
Update neofetch 2018-06-23 06:56:54 +02:00
Albert
c651f5e068
Fix #1039 2018-06-22 00:55:39 +02:00
Dylan Araps
288036eb26 misc: cleanup 2018-06-21 17:21:08 +10:00
Dylan Araps
aae3271422 wallpaper: Fixed GNOME support. Closes #1037 2018-06-21 14:36:33 +10:00
Dylan Araps
50804a6877 gpu: Change Xeon output to HD Graphics 2018-06-20 21:48:16 +10:00
tsumiki.neko
a596b6467f add januslinux 2018-06-19 22:17:53 +03:00
Dylan Araps
c152801a8a misc: cleanup 2018-06-19 16:13:09 +10:00
Dylan Araps
97b4f04d33 term: [urxvt/xterm] Show greedy fonts. 2018-06-19 16:02:24 +10:00
Dylan Araps
cf07cb0c35 term: Show URxvtd as URxvt 2018-06-19 15:46:51 +10:00
Dylan Araps
af455b2967 misc: Check if xprop is installed 2018-06-19 14:20:44 +10:00
Dylan Araps
bdd21fa8a7 misc: cleanup 2018-06-19 09:52:20 +10:00
Dylan Araps
d35574352f misc: cleanup 2018-06-19 09:41:27 +10:00
Dylan Araps
01bd13a3b5 song: Fix detection. 2018-06-19 09:37:10 +10:00
Dylan Araps
94362674f2 image: Use stty instead of sequence first. 2018-06-19 09:21:48 +10:00
Dylan Araps
2783446387 fix tests 2018-06-19 09:09:09 +10:00
Dylan Araps
afb6782a88 fix tests 2018-06-19 09:08:02 +10:00
Dylan Araps
24f5259339 fix tests 2018-06-19 09:04:10 +10:00
Dylan Araps
536c0b0ef7 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-06-19 08:59:30 +10:00
Dylan Araps
b3e6b7e818 song: Added mpc_args to specify arguments for mpc. Closes #1033 2018-06-19 08:59:14 +10:00
Michael Straube
1fc48be2f4 OS: Add support for ClearOS 2018-06-14 20:50:05 +02:00
Michael Straube
ea462a8ec1 song: Add SMPlayer 2018-06-13 18:03:51 +02:00
Michael Straube
94ae0099be song: Add Dragon Player 2018-06-13 17:58:41 +02:00
Dylan Araps
e7306982e9 packages: Fix bug with dpkg 2018-06-09 17:48:49 +10:00
Dylan Araps
40bf68af26 packages: Fix dpkg bug. 2018-06-09 17:40:09 +10:00
Dylan Araps
078cda7b48 misc: cleanup 2018-06-09 17:23:42 +10:00
Dylan Araps
329abc5c46 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-06-09 17:23:07 +10:00
Dylan Araps
440e8ca7b1 packages: Fix bug with snapd. Closes #1026 2018-06-09 17:22:51 +10:00
Michael Straube
abe6b82fc7 song: add comment for exaile 2018-06-08 14:18:56 +02:00
Michael Straube
26389a8423 song: use get_song_dbus for amarok 2018-06-08 13:56:45 +02:00
Michael Straube
059239d2a7 song: use get_song_dbus for pragha 2018-06-07 13:47:13 +02:00
Michael Straube
b30151e6dd misc: indent 2018-06-06 18:02:07 +02:00
Birger J. Nordølum
e7645597e1
awk: Space around END 2018-06-05 19:33:20 +02:00
Andrew Titmuss
428b73fc5a
os: add cache_uname for Darwin (macOS/iOS) 2018-06-05 23:13:20 +10:00
Dylan Araps
e95776d40b misc: cleanup 2018-06-05 13:12:29 +10:00
Dylan Araps
d8f7e8df54 config: Fixed incorrect error message 2018-06-05 12:20:12 +10:00
Dylan Araps
bc9fd232e4 distro: Fixed file error 2018-06-05 12:19:18 +10:00
Dylan Araps
f847b05e32 image: Added method to get the terminal size using an escape sequence. 2018-06-05 11:50:55 +10:00
Andrew Titmuss
108bb9cff9
os: add macOS codename for Mojave 2018-06-05 07:40:29 +10:00
Dylan Araps
552523edbf misc: cleanup 2018-06-05 06:45:11 +10:00
Dylan Araps
62aca46151 packages: Fix snap issue 2018-06-05 06:33:27 +10:00
Dylan Araps
81beb26972 packages: Added option to display package counts individually. 2018-06-04 14:40:18 +10:00
Dylan Araps
d6505023a9 cursor: simplify statement 2018-06-04 10:46:47 +10:00
Dylan Araps
c652bfb97b config: Cleanup and fix bugs 2018-06-04 09:58:27 +10:00
Dylan Araps
02c7c90496 misc: cleanup 2018-06-04 08:56:32 +10:00
Dylan Araps
9b09ed65fa misc: cleanup 2018-06-04 08:45:21 +10:00
Dylan Araps
b119a154b0 term_font: cleanup 2018-06-04 08:33:24 +10:00
Dylan Araps
05b0d1055b misc: cleanup 2018-06-04 07:36:56 +10:00
Dylan Araps
23d02ae90e misc: cleanup 2018-06-04 06:51:30 +10:00
Dylan Araps
c461704b36 packages: Run flatpak/snap after regular package managers 2018-06-04 06:41:39 +10:00
Dylan Araps
982710fff0
Merge pull request #1018 from konimex/agnosticpkg
Packages: Add support for Flatpak and Snap
2018-06-03 20:26:10 +00:00
Michael Straube
5fc7dc61ce OS: Add support for Condres OS. 2018-06-03 18:19:09 +02:00
Muhammad Herdiansyah
2cc5516b42 Packages: Add support for Snap 2018-06-03 20:44:57 +07:00
Muhammad Herdiansyah
4637e00742 Packages: Add support for Flatpak 2018-06-03 20:44:00 +07:00
Michael Straube
58e7bf039f OS: Add support for Regata OS. 2018-06-03 10:23:38 +02:00
Dylan Araps
55b3925a29 misc: cleanup 2018-06-03 17:07:04 +10:00
Dylan Araps
96bd33c2a0 misc: cleanup 2018-06-03 16:40:06 +10:00
Dylan Araps
ab01e65fad misc: cleanup 2018-06-03 16:11:37 +10:00
Dylan Araps
21103d9ada resolution: Added xwininfo support. 2018-06-03 16:02:16 +10:00
Dylan Araps
e3723d277c packages: Fix performance bug 2018-06-03 14:52:22 +10:00
Dylan Araps
7696f58ea4 uptime: Remove subshells 2018-06-03 13:14:17 +10:00
Dylan Araps
e12927aa17 distro: [haiku] Use read instead of awk 2018-06-03 12:58:44 +10:00
Dylan Araps
ee9939a1dd args: Rename package_manager 2018-06-03 10:26:20 +10:00
Dylan Araps
a46d2dec07 ascii: Update funtoo logo 2018-06-03 10:20:18 +10:00
Dylan Araps
d69fd6d839 ascii: simplify handling. 2018-06-03 10:14:53 +10:00
Dylan Araps
bee887a3e0 misc: docs 2018-06-03 08:25:30 +10:00
Dylan Araps
14005cac4a misc: Get rid of SC2012/2016 2018-06-03 08:15:12 +10:00
Dylan Araps
159cf63658
Merge pull request #1015 from dylanaraps/pkgs
packages: refactor (List package managers used/cleanup)
2018-06-02 21:52:38 +00:00
Dylan Araps
175fce87b5 info: Remove get_install_date 2018-06-03 07:31:24 +10:00
Dylan Araps
4698dbd06e misc: Surpress last lint errors as they are intended behavior 2018-06-03 07:07:52 +10:00
Dylan Araps
89d4126ec1 misc: Fix more lint errors. 2018-06-02 19:18:22 +10:00
Dylan Araps
e3afa265f9 packages: only show manager when packages > 0 2018-06-02 16:31:21 +10:00
Dylan Araps
094fca97bf packages: Remove wc usage 2018-06-02 16:19:29 +10:00
Dylan Araps
3051bbc424 packages: Remove ls usage 2018-06-02 15:43:53 +10:00
Dylan Araps
9bf46946b6 packages: Remove find usage from brew 2018-06-02 15:04:27 +10:00
Dylan Araps
c03c9e1248 packages: refactor 2018-06-02 15:02:34 +10:00
Dylan Araps
dc9b5519fd packages: refactor 2018-06-02 14:54:11 +10:00
Dylan Araps
75f845c7af packages: refactor 2018-06-02 14:52:08 +10:00
Dylan Araps
4bc2a23a46 packages: refactor 2018-06-02 14:44:52 +10:00
Dylan Araps
ffcf82d10d packages: cleanup 2018-06-02 13:54:17 +10:00
Andrew Titmuss
d02c590ff7
misc: fix most SC1117 errors from PlistBuddy 2018-06-02 13:09:02 +10:00
Dylan Araps
8d0205a56a misc: Fix misc style error. 2018-06-02 12:58:53 +10:00
Dylan Araps
55c128211c misc: Fix more lint errors. 2018-06-02 12:43:48 +10:00
Dylan Araps
eba08e3efc misc: fix more lint errors 2018-06-02 12:40:09 +10:00
Dylan Araps
37bb794602 misc: fix awk lint errors 2018-06-02 12:28:10 +10:00
Dylan Araps
6ea186d987 misc: Fix lint errors. 2018-06-02 12:08:08 +10:00
Dylan Araps
c1cde629c4 resolution: Fix lint error. 2018-06-02 10:07:04 +10:00
Dylan Araps
5784af20d3 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-06-02 09:53:52 +10:00
Dylan Araps
96386dc90e cols: Fix lint errors. 2018-06-02 09:52:49 +10:00
Michael Straube
840d4afbb1 misc: align some lines 2018-06-01 14:10:11 +02:00
Michael Straube
aab70da27c song: add gmusicbrowser 2018-06-01 14:02:12 +02:00
Dylan Araps
2f917c78d2 misc: cleanup 2018-06-01 13:22:31 +10:00
Dylan Araps
bd5706ca0e misc: remove unused var 2018-06-01 13:03:53 +10:00
Dylan Araps
c1f0fc9699 misc: fix some lint errors 2018-06-01 12:58:23 +10:00
Dylan Araps
1f7aa76c48 misc: cleanup 2018-06-01 12:54:31 +10:00
Dylan Araps
5e78bcb7be misc: Shorter syntax for no output 2018-06-01 12:47:18 +10:00
Dylan Araps
ae7271578a image: Performance improvements 2018-06-01 12:34:28 +10:00
Dylan Araps
ffe94c26ee misc: cleanup 2018-06-01 10:53:28 +10:00
Dylan Araps
5cac0a8dc1 OS: Added support for Linux Lite 2018-06-01 10:16:35 +10:00
Dylan Araps
d7e04822d3 OS: Added support for SharkLinux 2018-06-01 10:04:04 +10:00
Dylan Araps
f143ed5991 OS: Added support for Kibojoe Linux 2018-06-01 09:54:46 +10:00
Dylan Araps
f7001b142a OS: Added support for PureOS 2018-06-01 09:34:26 +10:00
Dylan Araps
f8779be333 disk: cleanup 2018-06-01 09:29:51 +10:00
Dylan Araps
226f746c60 term_font: cleanup urxvt/xterm 2018-05-31 19:48:14 +10:00
Dylan Araps
da97fc8a64 term_font: cleanup xfce4-terminal 2018-05-31 19:35:29 +10:00
Dylan Araps
4b684c0eb6 term_font: cleanup konsole 2018-05-31 19:28:46 +10:00
Dylan Araps
ea7512da2f misc: cleanup 2018-05-31 15:09:48 +10:00
Dylan Araps
6244bbb1da os: cleanup 2018-05-31 15:05:22 +10:00
Dylan Araps
2bb28bb67b cpu: Use uname -m for portability 2018-05-31 15:01:20 +10:00
Dylan Araps
f41607c36c cpu: Use HOSTTYPE 2018-05-31 14:30:48 +10:00
Dylan Araps
077e5fadb7 w3m: Simplify function further. 2018-05-31 08:10:43 +10:00
Dylan Araps
c6fde1ff9a ascii: Simplify function. 2018-05-31 08:04:01 +10:00
Dylan Araps
b93eb5ad30 w3m: Simplify path find. 2018-05-31 07:33:20 +10:00
Dylan Araps
3889bf8dd4 misc: Fix missing quote. 2018-05-29 09:26:59 +10:00
Dylan Araps
9175a47a3c packages: Fix issues with pacman 5.1. Remove needless call to pkginfo on Linux. 2018-05-29 09:16:45 +10:00
Dylan Araps
15cd3b3e07 gpu: Remove glxinfo usage. Too slow. 2018-05-29 09:08:32 +10:00
Dylan Araps
ec29e74406 cpu: Simplify cpu_cores 2018-05-29 08:48:03 +10:00
Dylan Araps
a2769a93ed image: Fixed images in kitty on macOS. Closes #994 2018-05-28 18:51:41 +10:00
Dylan Araps
b02ed9fff2 image: Fixed kitty image size. 2018-05-28 10:28:14 +10:00
Dylan Araps
29aabc97fa docs: update 2018-05-28 09:47:17 +10:00
Dylan Araps
8707a49f04 docs: update 2018-05-28 09:46:08 +10:00
Dylan Araps
b981fb50fa image: Fixed tycat size. 2018-05-28 09:33:47 +10:00
Dylan Araps
92ecdf0012 image: Removed catimg support. Fixed sixel size. 2018-05-28 09:27:41 +10:00
Dylan Araps
e2274fddd8 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-05-28 08:42:48 +10:00
Dylan Araps
ba9c7bba23 docs: update 2018-05-28 08:42:35 +10:00
Michael Straube
fca688dd12 song: sort players in config 2018-05-26 10:21:08 +02:00
Dylan Araps
e6b8f4f64f song: Use newlines as a separator directly. 2018-05-26 09:14:28 +10:00
Dylan Araps
8554f42345 song: Remove locale override. 2018-05-26 06:55:25 +10:00
Dylan Araps
2a13d62c0c song: Use ascii characters to split fields. 2018-05-26 06:54:38 +10:00
Dylan Araps
3ad38d7c95 docs: update 2018-05-25 16:08:41 +10:00
Dylan Araps
01ef60445e song: Use regex for matching. 2018-05-25 15:13:10 +10:00
Dylan Araps
160276ff6d general: Fix prompt issues 3 2018-05-25 06:51:06 +10:00
Dylan Araps
77282c8fea general: revert Fix prompt issue 2 2018-05-25 06:07:42 +10:00
Dylan Araps
bff6cf3b1a general: Fix prompt issues 2 2018-05-25 06:05:31 +10:00
Dylan Araps
e8ab52de7d
Merge pull request #1003 from dylanaraps/song_fix
song: Fix matching
2018-05-24 08:43:32 +00:00
Dylan Araps
b4fc29e6f6
Merge pull request #962 from dylanaraps/ati
gpu: Fix ATI/AMD branding issue.
2018-05-24 07:58:45 +00:00
Dylan Araps
c64b5c3d8c general: clean up 2018-05-24 16:55:10 +10:00
Dylan Araps
0f0d9aa84f Merge branch 'master' of github.com:dylanaraps/neofetch 2018-05-24 16:51:34 +10:00
Dylan Araps
6991b71ccb general: Added json output option. 2018-05-24 16:51:23 +10:00
Andrew Titmuss
de0d342852 Revert "Revert "term_font: fix iTerm2 checking 2 more profiles than exists""
This reverts commit f49919e957.
2018-05-24 15:46:38 +10:00
Dylan Araps
33d6dd760f song: Fix matching 2018-05-24 15:36:04 +10:00
Dylan Araps
130b7028ef song: Fix matching 2018-05-24 15:33:13 +10:00
Andrew Titmuss
f49919e957 Revert "term_font: fix iTerm2 checking 2 more profiles than exists"
This reverts commit 15c2939779.
2018-05-24 14:27:39 +10:00
Andrew Titmuss
5143b20ce1
font: fix line length for iTerm2 profile count 2018-05-24 13:55:09 +10:00
Andrew Titmuss
15c2939779
term_font: fix iTerm2 checking 2 more profiles than exists 2018-05-24 13:46:35 +10:00
Andrew Titmuss
5756eb97f2
song: fix iTunes detection 2018-05-24 12:46:47 +10:00
Dylan Araps
dfc8b10ee4 general: Fix cursor location errors. 2018-05-24 08:07:37 +10:00
Dylan Araps
3ee0980aac Merge branch 'master' of github.com:dylanaraps/neofetch 2018-05-22 14:38:50 +10:00
Dylan Araps
3f021fbbb6 misc: cleanup 2018-05-22 14:14:17 +10:00
Michael Straube
dc9334b7f1 OS: Add support for Redcore Linux 2018-05-21 11:03:36 +02:00
Dylan Araps
070651e4f4 general: Remove screenshot functionality. 2018-05-21 12:46:05 +10:00
Dylan Araps
6aba54154c misc: Remove uppercase() 2018-05-21 10:26:46 +10:00
Dylan Araps
c5188a891f config: Remove support for deprecated options. 2018-05-21 10:23:01 +10:00
Dylan Araps
6bf7f9452e misc: Remove all instances of export. They're pointless. 2018-05-21 10:14:35 +10:00
Dylan Araps
4895ed33b1 misc: cleanup 2018-05-21 10:08:43 +10:00
Dylan Araps
a27382d21d image: Make the resolution of catimg configurable. 2018-05-21 08:29:50 +10:00
Dylan Araps
0fe972073f image: Cleanup of get_term_size 2018-05-21 08:24:32 +10:00
Dylan Araps
fc229704c8 general: term_size, macos fix. 2018-05-20 15:36:54 +10:00
Dylan Araps
c4bf54db3d ascii: Fix ascii art on windows. 2018-05-20 14:22:26 +10:00
Dylan Araps
7b1b3755a9 general: Fix issues with default config. 2018-05-20 13:59:14 +10:00
Dylan Araps
cb68508be2 general: Fix issues with default config. 2018-05-20 13:56:24 +10:00
Dylan Araps
7a4492c6c3 ascii: Fix ascii art on windows. 2018-05-20 13:50:10 +10:00
Dylan Araps
1f678f8020 version: bump 2018-05-20 08:03:12 +10:00
Dylan Araps
c814f14726 general: Fix issues with default config. 2018-05-19 20:38:45 +10:00
Dylan Araps
992d0b38ae general: Added --print_config to display the default config file. 2018-05-19 08:28:10 +10:00
Dylan Araps
80299bd064 macOS: Fix xquartz issue. 2018-05-19 08:06:05 +10:00
Dylan Araps
c69e5ef041 docs: update 2018-05-18 16:26:22 +10:00
Dylan Araps
8b4c858042
Merge pull request #993 from dylanaraps/pkg_clean
packages: cleanup
2018-05-18 06:10:38 +00:00
Dylan Araps
98252472ce general: Fix default config in bash3. 2018-05-18 16:11:00 +10:00
Dylan Araps
6e41d5e0a9 packages: cleanup 2018-05-18 15:49:14 +10:00
Dylan Araps
b16ff8bc4d term: Fix tmux issue. 2018-05-17 20:43:22 +10:00
Dylan Araps
bad073d78a term: Fix macOS issue 2018-05-17 20:30:46 +10:00
Dylan Araps
e398f1ee08 docs: update 2018-05-17 13:57:45 +10:00
Dylan Araps
582fa2f50b version: bump 2018-05-17 13:39:24 +10:00
Dylan Araps
a31e656f82
Merge pull request #984 from MindTooth/final_kitty_fix
RFC: kitty: This got to be the last fix...
2018-05-17 02:47:33 +00:00
Dylan Araps
156136121a Merge branch 'master' of github.com:dylanaraps/neofetch 2018-05-17 12:36:55 +10:00
Dylan Araps
57cd8e3cc5 docs: update 2018-05-17 12:36:03 +10:00
Michael Straube
a62c3d2029 song: add support for vlc 2018-05-14 07:08:59 +02:00
Dylan Araps
01ec03720b
Merge pull request #982 from mstraube/deepin-music
song: fix deepin-music
2018-05-13 21:54:21 +00:00
Dylan Araps
b74c7a63d3
Merge pull request #983 from mstraube/song-dbus
song: simplify get_song_dbus
2018-05-13 21:53:05 +00:00
Dylan Araps
293633d5ab
Merge pull request #987 from mstraube/audacious
song: audacious: remove audtool, closes #986
2018-05-13 21:51:51 +00:00
Michael Straube
33fbed0b14 general: update copyright year 2018-05-13 11:06:22 +02:00
Michael Straube
bd0e62d5f3 song: audacious: remove audtool, closes #986 2018-05-12 13:54:42 +02:00
Michael Straube
8513b62259 song: update song_shorthand example 2018-05-12 10:56:03 +02:00
Birger J. Nordølum
7e4ec9f09d
kitty: This got to be the last fix... 2018-05-11 22:41:30 +02:00
Michael Straube
670161e13a song: simplify get_song_dbus 2018-05-11 19:22:34 +02:00
Michael Straube
358006dd92 song: fix deepin-music 2018-05-11 18:37:37 +02:00
Birger J. Nordølum
f93da07f36
kitty: style tweaks on regex 2018-05-10 14:32:48 +02:00
Michael Straube
1480b833b0 song: add support for sayonara 2018-05-10 09:14:39 +02:00
Dylan Araps
94bf52ecd4 misc: Fix travis 2018-05-10 09:58:46 +10:00
Dylan Araps
8dc25c3ae5
Merge pull request #977 from MindTooth/fix_kitty_regression
kitty: fix regression in regex
2018-05-09 23:56:28 +00:00
Dylan Araps
7d259e8ef9 song: Added song_format. 2018-05-10 08:52:06 +10:00
Dylan Araps
b5a2323144 song: Added song_format. 2018-05-10 08:49:05 +10:00
Michael Straube
ccced8d997 song: fix audacious album
fallback to get_song_dbus() when song_shorthand is on
audtool won't work due to the '-' separator in it's output
2018-05-09 16:07:04 +02:00
Birger J. Nordølum
a7c6745507
kitty: fix regression in regex 2018-05-09 14:15:24 +02:00
Dylan Araps
b6f0460b35 song: Better splitting. 2018-05-09 21:23:10 +10:00
Andrew Titmuss
acd4c84614
fix merge conflict in song_album 2018-05-09 20:48:40 +10:00
Dylan Araps
cfcd6fff17 song: Fix separator when printed. 2018-05-09 18:28:17 +10:00
Dylan Araps
3ece779d47 song: Fix issues with splitting. 2018-05-09 18:26:31 +10:00
Dylan Araps
a5f5be869c
Merge pull request #973 from MindTooth/tweak_kitty_regex
tweak kitty font regex
2018-05-08 23:35:18 +00:00
Dylan Araps
859dc69b20 wm: Detect 2bwm manually 2018-05-07 12:26:42 +10:00
Birger J. Nordølum
f765caa038
Tweak kitty font regex 2018-05-06 14:28:38 +02:00
Dylan Araps
8fe3130cbe gtk: Fix config file read order. Closes #972 2018-05-06 16:16:27 +10:00
Dylan Araps
4f4f237395 version: bump 2018-05-04 16:36:01 +10:00
Dylan Araps
881094f1d6 misc: whitespace 2018-05-04 16:25:05 +10:00
Dylan Araps
48402232e9 misc: whitespace. 2018-05-04 15:58:48 +10:00
Dylan Araps
2384e6f7b9 docs: update 2018-05-04 11:46:55 +10:00
Dylan Araps
5a8b2405f5 misc: whitespace 2018-05-04 09:18:52 +10:00
Dylan Araps
b3af154dc5 general: Move ascii art back to the bottom. 2018-05-04 09:11:22 +10:00
Dylan Araps
2fd328aeca general: Move ascii art back to fix merge conflicts. 2018-05-04 08:57:35 +10:00
Dylan Araps
f31f2a40f0 general: Added missing ascii 2018-05-04 08:57:34 +10:00
Dylan Araps
da49581b73 general: In-lined license 2018-05-04 08:57:08 +10:00
Dylan Araps
97bd390295 General: Move ascii art to the bottom of the script. 2018-05-04 08:57:08 +10:00
Dylan Araps
a5a850c366 ascii: Update android ascii 2018-05-04 08:55:51 +10:00
Dylan Araps
8793fdbe6b theme: Fixes for bash3 2018-05-04 08:55:51 +10:00
Dylan Araps
64fa49c0f1 general: Remove old files 2018-05-04 08:55:51 +10:00
Dylan Araps
1d3a4478f6 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
2f50cf2071 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
e1f478f1d6 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
bdad66511a general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
473a5986e8 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
f790170578 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
3ee733e982 general: Start inlining ascii. 2018-05-04 08:55:26 +10:00
Dylan Araps
c794f7f072 general: Removed changes from other branch 2018-05-04 08:54:43 +10:00
Dylan Araps
9573aaee34 config: Inline config file. 2018-05-04 08:54:43 +10:00
Dylan Araps
1ddcc47dd6 wm: Added support for more window managers. 2018-05-04 08:54:43 +10:00
Dylan Araps
52c2e871a3 wm: Added support for aewm 2018-05-04 08:54:43 +10:00
Dylan Araps
d239a05782 wm: Show version for KDE and dwm. 2018-05-04 08:54:43 +10:00
Dylan Araps
9d6d62ece5 wm: Added WM version. 2018-05-04 08:54:43 +10:00
Michael Straube
2f5f7f5ab4 term_font: add qterminal support 2018-05-03 19:46:14 +02:00
Dylan Araps
cdb576479e macOS: Fix memory bug. 2018-04-30 16:18:24 +10:00
Dylan Araps
039e8d0ca7
Merge pull request #964 from TsundereBug/patch-1
Update Android ascii
2018-04-30 06:12:35 +00:00
Dylan Araps
8e3f717493
Merge pull request #963 from dawidd6/unity
de: fix Unity in 18.04
2018-04-30 06:12:08 +00:00
Anthony Cerruti
7341096953
Remove width set 2018-04-27 16:04:51 -07:00
Dylan Araps
53e557dcd7 general: Fix tests 2018-04-27 22:16:07 +10:00
Dawid Dziurla
327e639eff
de: fix Unity in 18.04 2018-04-27 11:54:38 +02:00
Dylan Araps
b87300d87a image: [w3m] Fix issue with zws not being applied to get_cols 2018-04-25 13:23:47 +10:00
Dylan Araps
0d89e1a400 gpu: Fix ATI/AMD branding issue. 2018-04-25 11:42:11 +10:00
Dylan Araps
da94f65b8c gpu: Fix ATI/AMD branding issue. 2018-04-25 11:39:03 +10:00
Robert
540de7173a
Add files via upload 2018-04-25 00:40:01 +02:00
Robert
3ed7327ef3
Add files via upload 2018-04-24 23:43:07 +02:00
Dylan Araps
6901a3ff8b distro: Revert change 2018-04-22 18:12:38 +10:00
Dylan Araps
c354ddcd76 Distro: Show release info by default. 2018-04-22 11:09:05 +10:00
Dylan Araps
1bd9f1759c general: Cleanup 2018-04-22 11:01:18 +10:00
Kayant
5c58244897
cpu_temp: Add support for Zen processors
This adds support for Zen based processors(AMD family 17h) like the Ryzen series using the k10temp module.
This requires either having a patched kernel with the hwmon updates see - lkml.org/lkml/2017/9/6/684
Or kernel 4.15+ where the patch was merged.
2018-04-21 12:20:57 +01:00
SolitudeSF
aa7ec8b529
Add 'setroot' wallpaper fetching 2018-04-21 09:39:40 +03:00
Dylan Araps
2606e4b1d6 image: Added kitty backend. Closes #953 2018-04-20 07:48:41 +10:00
Dylan Araps
745f568a94 wm: Added support for dwm 2018-04-19 10:25:37 +10:00
Danilo Spinella
74cec3b30f Fix packages count for exherbo
Installed packages data is stored in

/var/db/paludis/installed/data/*

and the cross-installed packages data is stored in

/var/db/paludis/cross-installed/arch/data/*

where arch could be every cpu arch supported by exherbo.
2018-04-18 20:33:38 +02:00
Dylan Araps
9870c90a98 wm: Added support for more Wayland Compositors 2018-04-16 13:58:35 +10:00
Dylan Araps
8fcc19c4d4 wm: Added support for more Wayland Compositors 2018-04-16 13:57:38 +10:00
Dylan Araps
7c464938b9
Merge pull request #950 from dylanaraps/rea
general: Remove unsafe splitting.
2018-04-16 08:05:44 +10:00
Dylan Araps
4212e83fe0 memory: simplify 2018-04-15 20:17:01 +10:00
Dylan Araps
d7172fa89b memory: simplify 2018-04-15 20:10:42 +10:00
Dylan Araps
41fd2df411 memory: simplify 2018-04-15 20:06:33 +10:00
Dylan Araps
82cc8ebb6e general: Fixed issue on AIX. 2018-04-15 19:54:36 +10:00
Dylan Araps
cef3202ea5 general: Remove unsafe splitting. 2018-04-14 09:49:12 +10:00
Dylan Araps
aa8c6c55f6 general: Remove unsafe splitting. 2018-04-14 09:40:44 +10:00
Dylan Araps
e91648ad67 general: Remove old_ifs. 2018-04-14 09:35:28 +10:00
Dylan Araps
2e8e69a120 general: Cleanup 2018-04-14 09:32:12 +10:00
Dylan Araps
55de3a4201 general: cleanup 2018-04-14 08:40:28 +10:00
Dylan Araps
91f8ba7a1f
Merge pull request #944 from aidanharris/st-font
Font detection for suckless terminal (st)
2018-04-14 08:37:06 +10:00
Dylan Araps
8253bd7e9a wallpaper: Add support for pywal. 2018-04-14 08:18:08 +10:00
Dylan Araps
f7cf1073c6 wallpaper: Add support for pywal. 2018-04-14 08:13:36 +10:00
Dylan Araps
c80ace7684 args: Simplify version output. 2018-04-12 08:56:12 +10:00
Dylan Araps
4b0a430585 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-04-12 08:54:14 +10:00
Dylan Araps
ab76a50739 theme: Fix issues with gsettings. Closes #949 2018-04-12 08:53:46 +10:00
Aidan Harris
0302d8eb9b
Set parent if it's unset 2018-04-10 08:54:06 +00:00
Aidan Harris
8fc70c9801
Refactor Code 2018-04-10 02:55:08 +00:00
Muhammad Herdiansyah
eea18cf68c Misc: change all escape sequences from \e to \e 2018-04-09 07:04:40 +07:00
Dylan Araps
ee815f9c66 gpu: Fixed duplicate intel bug. 2018-04-09 09:51:23 +10:00
Aidan Harris
9d4a127f72
Keep shellcheck happy 2018-04-08 19:09:06 +01:00
Aidan Harris
59e0ac82a7
Font detection for suckless terminal (st) 2018-04-08 18:30:42 +01:00
Dylan Araps
4083770a6b ascii: Strip esc chars when calculating length. Closes #942 2018-04-06 15:11:53 +10:00
Dylan Araps
f25b76a0a5 docs: CHANGELOG 2018-04-06 08:45:23 +10:00
Dylan Araps
b4921092c8 version: bump 2018-04-06 08:33:12 +10:00
Dylan Araps
9f48d18332 cpu: Fix #939 2018-04-05 07:54:37 +10:00
Dylan Araps
f82a87dadb Merge branch 'master' of github.com:dylanaraps/neofetch 2018-04-02 16:22:04 +10:00
Dylan Araps
286310acc9 misc: cleanup 2018-04-02 16:21:50 +10:00
Dylan Araps
ece67e3691
Merge pull request #936 from aidanharris/xterm-font
Correctly handle XTerm.vt100.faceName
2018-04-02 10:38:41 +10:00
Aidan Harris
641202155c
Remove trim 2018-04-02 01:22:03 +01:00
Dylan Araps
adbe230f82 gpu: More junk 2018-04-02 10:12:35 +10:00
Dylan Araps
564fdaeabf cpu: More junk 2018-04-02 10:11:11 +10:00
Dylan Araps
155c1398b9 cpu: More junk 2018-04-02 10:09:45 +10:00
Aidan Harris
380e793c62
Correctly handle XTerm.vt100.faceName 2018-04-02 01:07:43 +01:00
Dylan Araps
3b55335089 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-04-02 10:05:23 +10:00
Dylan Araps
790401c6ea OS: Fix ChromeOS detection. 2018-04-02 10:05:12 +10:00
Dylan Araps
dedf90970d
Merge pull request #935 from aidanharris/fix-kitty-regex
Fix kitty font_size regex
2018-04-02 09:33:47 +10:00
Dylan Araps
648b5fb75e cpu: Fixed incorrect name. Closes #926 2018-04-02 07:51:27 +10:00
Dylan Araps
3734821eb5 general: Added option to manually specify music player. Closes #934 2018-04-02 07:42:22 +10:00
Dylan Araps
a1044d728f general: Swap echo to printf 2018-04-01 14:30:06 +10:00
Aidan Harris
7fbab49ec3
Fix kitty font_size regex 2018-03-27 21:28:45 +01:00
Herdiansyah
81db772a5d
Merge pull request #929 from konimex/win10fix
OS: Separate Windows 10 and ChromeOS into its own if clause
2018-03-24 15:48:40 +07:00
Muhammad Herdiansyah
39cd3ede32 Distro: Separate ChromeOS detection 2018-03-24 15:30:00 +07:00
Robert
97c02742c1 Distro: Add support for openSUSE Tumbleweed
Closes #930
2018-03-21 06:38:33 +07:00
Herdiansyah
79dcb5cfa8
Merge pull request #924 from MitchWeaver/master
fix pacman name conflict bug
2018-03-20 07:34:21 +07:00
Muhammad Herdiansyah
3b34a78c4c OS: Separate Windows 10 into its own if clause 2018-03-20 07:10:37 +07:00
Mitch Weaver
e39cbbff32 fix pacman name conflict bug
change to type paclog-pkglist

typo
2018-03-08 03:30:41 +01:00
Dylan Araps
7d231b88fa misc: cleanup 2018-03-08 11:11:42 +11:00
Dylan Araps
24671c6d09
Merge pull request #919 from MindTooth/add_kitty
Added font support for kitty terminal
2018-03-08 11:10:38 +11:00
Mitch Weaver
9694f80f28 add new DragonFly BSD logo, move old logo to dragonfly_old, add dragonfly_small 2018-03-05 01:12:44 +01:00
Dylan Araps
5e2a67053e
Merge pull request #920 from MindTooth/fix_indent
Fix minor indent bug
2018-02-28 07:55:23 +11:00
Dylan Araps
169de34ee6 image: [catimg] Don't force res. Closes #921 2018-02-28 07:54:35 +11:00
Birger J. Nordølum
0cbdd6963e
Added font support for kitty terminal 2018-02-27 14:15:00 +01:00
Birger J. Nordølum
0a9c58655a
Fix minor indent bug 2018-02-27 13:57:03 +01:00
Michael Straube
4f9fe67a43 OS: Add support for Hyperbola GNU/Linux-libre 2018-02-20 16:27:54 +01:00
Dylan Araps
6d549cd459 wm: Added support for non-EWMH WMs 2018-02-12 13:07:21 +11:00
Dylan Araps
4dd9cc15f0 misc: prompt 2018-02-12 08:43:22 +11:00
Dylan Araps
c9146d9eee OS: Added support for postmarketos 2018-02-12 08:41:12 +11:00
Dylan Araps
56821a30e4 term_font: Add more paths for Alacritty. Closes #911 2018-02-11 08:51:58 +11:00
Dylan Araps
97660df3b8 OS: Added support for magpieOS. Closes #912, #908 2018-02-11 08:44:22 +11:00
Dylan Araps
877a975a32 OS: Added support for ArchMerge. Closes #907 2018-02-06 12:29:02 +11:00
Dylan Araps
b6b1dfc2fb
Merge pull request #904 from JadeMatrix/master
macOS fixes & improvements
2018-02-03 09:07:10 +11:00
Robert
175adb7560
Add files via upload 2018-02-02 17:00:44 +01:00
Robert
8f25d0190b
Add files via upload 2018-02-02 16:49:32 +01:00
Joseph Durel
279a1e58bc Full if → single line for macOS Light theme 2018-02-01 23:46:50 -05:00
Joseph Durel
eb062afe95 Align heredoc AppleScript strings to osascript calls 2018-02-01 23:43:17 -05:00
Joseph Durel
d8addb3e3b Change echoprintf for consistency 2018-02-01 23:28:02 -05:00
Joseph Durel
9e4434e5e5 Add missing double-quotes in uppercase() fix 2018-02-01 22:26:18 -05:00
Joseph Durel
80d7cef7a0 Add macOS Light/Dark theme detection 2018-02-01 22:01:35 -05:00
Joseph Durel
3344bbf8c7 Fix uppercase() outputting nothing under bash < v4 2018-02-01 22:01:22 -05:00
Joseph Durel
be893d48c3 Detect iTunes/Spotify successfully when the other is not running 2018-02-01 21:58:06 -05:00
Joseph Durel
b76513d7b6 Change osascript calls to use heredocs so they don't extend beyond 100 chars 2018-02-01 20:06:13 -05:00
Dylan Araps
bac9dcf3f4 song: Use grep instead of awk. 2018-02-02 09:46:18 +11:00
Dylan Araps
7a543e8fa6 general: Revert problamatic lines to over 100 chars long. 2018-02-02 09:24:48 +11:00
Robert
aa074c3f4b
Add files via upload 2018-01-31 15:17:12 +01:00
matoro
613ab7439a
fix unicode quotes 2018-01-29 19:16:08 -05:00
matoro
d4177592c1
simplify check as per review 2018-01-29 17:52:57 -05:00
matoro
33fce46525
fix battery detection on Windows 2018-01-29 10:30:53 -05:00
rage311
64c80b7fc1 Broke up line that was over 100 chars long 2018-01-22 12:13:16 -07:00
rage311
c9f910f526 Changed OpenBSD temperature extraction from grep/cut to awk 2018-01-17 12:52:24 -07:00
rage311
840a653458 Changed OpenBSD cpu temp logic to grep specifically for lm0 or cpu0 2018-01-16 13:33:58 -07:00
rage311
9984c51882 Fixed indentation inconsistency 2018-01-16 12:48:33 -07:00
rage311
96676ca4d5 Fixed OpenBSD mem_used value 2018-01-16 12:46:25 -07:00
rage311
c81e01405e Changed OpenBSD CPU temp retrieval to take into account machines that only expose cpu0.temp0 instead of lm0.temp0 2018-01-16 12:36:29 -07:00
Dawid Dziurla
1506d3840f
indent if conditions + remove some trailing spaces 2018-01-13 16:53:20 +01:00
Dawid Dziurla
8e21a69ea0
distro: fix OpenWrt/LEDE detection 2018-01-12 21:18:13 +01:00
Dylan Araps
dac53545f7 merge master 2018-01-09 11:25:24 +11:00
Michael Straube
31ccd633d2 song: fix cmus album 2017-12-26 09:22:03 +01:00
Michael Straube
8ff013e734 song: add album for some players
pogo
exaile
quodlibet
pragha
amarok
deadbeef
qmmp
xmms2d
mocp
rhythmbox
banshee
mpd
2017-12-26 09:11:20 +01:00
Dylan Araps
dc929a6594 memory: Fix crash on OpenBSD 2017-12-26 07:38:11 +11:00
Dylan Araps
21cc7bab93 general: Fix prompt on openBSD 2017-12-26 07:20:50 +11:00
Dylan Araps
beee0203d0 general: Fix prompt on openBSD 2017-12-25 19:27:57 +11:00
Dylan Araps
5ffd5149b4 memory [openbsd]: Fix crash 2017-12-25 19:25:54 +11:00
Dylan Araps
a53cbdbc14 general: Fix prompt on openBSD 2017-12-25 11:04:50 +11:00
Dylan Araps
8c277ac74a general: Swap sequences from \033 to \e 2017-12-25 08:39:47 +11:00
Dylan Araps
f2300d3306 gpu [intel]: Show driver version if glxinfo isn't installed 2017-12-22 10:42:58 +11:00
Dylan Araps
77596ea868 TDE: Better fix 2017-12-22 10:26:48 +11:00
Dylan Araps
11a2adc8ed packages: Fix kpm 2017-12-22 10:22:03 +11:00
Dylan Araps
aaabb9c3c0 Merge branch 'master' of github.com:dylanaraps/neofetch 2017-12-22 10:13:02 +11:00
Dylan Araps
6e20dfe759 DE/WM: Added support for TDE 2017-12-22 10:11:45 +11:00
dylan araps
4870a863ac wm: cleanup 2017-12-17 21:10:48 +11:00
dylan araps
9ad9d4d75e wm: Better wayland detection 2017-12-17 20:43:41 +11:00
dylan araps
80a34bdf28 wm: Remove uneeded velox detection 2017-12-17 20:08:30 +11:00
dylan araps
a9df517fd4 wm: Add support for way-cooler 2017-12-17 20:08:05 +11:00
dylan araps
6711ebc91f image: Added pixterm backend. 2017-12-16 15:51:07 +11:00
dylan araps
8762403de9 wm_theme: Fix sawfish theme. 2017-12-13 14:43:21 +11:00
dylan araps
a2290b7398 cpu_temp: $temp is an environment variable on Windows. 2017-12-13 11:48:49 +11:00
dylan araps
9f263fe184 general: Fixed extra trailing prompt newline 2017-12-13 11:42:10 +11:00
dylan araps
c5c4f901ba general: Add config version to verbose output 2017-12-13 11:31:12 +11:00
dylan araps
9b5d75907b general: Add neofetch version to verbose output. 2017-12-13 11:30:17 +11:00
dylan araps
ed05c6460b general: Add command used to run neofetch to verbose output. 2017-12-13 11:19:53 +11:00
dylan araps
7fc4f84217 wm_theme: Fixed sawfish detection 2017-12-13 11:08:10 +11:00
dylan araps
c43ffb028e image: Make (--size none) keep original image aspect ratio. 2017-12-13 10:29:14 +11:00
dylan araps
8540a2f1e3 cpu_temp: Detect CPU temperature file. 2017-12-13 08:56:33 +11:00
dylan araps
db21981373 de: Fix GNOME bug 2017-12-13 08:45:47 +11:00
dylan araps
ca49b178fe de: Add GNOME version 2017-12-13 08:43:05 +11:00
dylan araps
1e8f12dd4a gpu_driver: Add version to NVIDIA output 2017-12-13 08:38:11 +11:00
Muhammad Herdiansyah
39cda4f29f Misc: Remove comment 2017-12-03 19:54:50 +07:00
Muhammad Herdiansyah
fe9933f544 Image mode (MacOS): Fixed garbage letter appeared in iTerm2 2017-12-03 19:52:03 +07:00
Herdiansyah
045577653c
Merge pull request #872 from StarryTony/patch-1
fix in mac can not make_thumbnail
2017-12-03 19:50:10 +07:00
Herdiansyah
23340e29c3
Merge pull request #864 from MitchWeaver/master
add Sabotage linux package support
2017-11-26 18:58:42 +07:00
Herdiansyah
fe057a157b
Merge pull request #868 from dawidd6/lede
ascii: add LEDE
2017-11-26 18:56:05 +07:00
Herdiansyah
f8c2bc2573
Merge pull request #869 from dawidd6/trueos
distro: fix trueos detection
2017-11-26 18:55:21 +07:00
StarryTony
acdd75220e
fix in mac can not make_thumbnail
# fix in mac high Sierra cannot replace '/' with '_', optionally can use ${image//\//_}
2017-11-23 01:55:08 +00:00
Dawid Dziurla
a1e6843884
disk: change Haiku's df detection
'blocks' keyword is also present in busybox' df.
Busybox' df also has -P and -h flags, so it can be detected as normal df.
'Tracker' keyword seems to be exclusive to Haiku's df.
2017-11-22 22:08:11 +01:00
Dawid Dziurla
63df9687db
distro: fix trueos detection 2017-11-19 16:49:49 +01:00
Dawid Dziurla
744dd46330 ascii: add LEDE 2017-11-19 12:06:11 +01:00
Mitch Weaver
dd8ee366b1 add neofetch 2017-11-18 23:53:36 +01:00
dylan araps
4fd2287582 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2017-11-08 07:20:47 +11:00
dylan araps
d21f9e928d model: Fix garbage 2017-11-08 07:20:25 +11:00
Jesse Liles
98e2a0db99 Added Pop\!_OS distribution 2017-11-02 16:13:55 -04:00
Andrew Titmuss
402ac0bc00
model: fix SC2102 on iPad 2017-10-18 16:17:52 +11:00
Andrew Titmuss
434a4d4fb7
model: add new iOS devices 2017-10-18 14:57:05 +11:00
Andrew Titmuss
4f3f0f73c0
distro: fix whitespace for High Sierra 2017-10-18 14:37:00 +11:00
Andrew Titmuss
1ab898e944
resolution: Fix errors on non-retina screens [macOS]
Added a check to see if the plist file we use for checking the scale factor exists
2017-10-18 11:25:27 +11:00
Andrew Titmuss
f7dc4441fc
gpu_driver: Add macOS (Nvidia) support 2017-10-17 23:13:36 +11:00
Andrew Titmuss
3217b921e5
WM: Fix chunkwm being detected as Kwm on macOS 2017-10-17 22:47:12 +11:00
dylan araps
03d07f2c62 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2017-10-16 07:42:46 +11:00
dylan araps
a26fd76ca6 OS: Added support for Lunar Linux. 2017-10-16 07:42:37 +11:00
Muhammad Herdiansyah
f6c362f5a1 Install Date: Use a separate case for MacOS ls 2017-10-15 07:21:40 +07:00
Andrew Titmuss
3941971e3e Merge pull request #840 from dylanaraps/install-date-mac
Fix Install Date for macOS
2017-10-13 14:56:08 +11:00
Andrew Titmuss
123d1652ff
fix line length to be under 100 chars in macOS install date 2017-10-13 14:44:22 +11:00
Andrew Titmuss
3cac29c804
Change -u to -U in macOS install date 2017-10-13 14:32:58 +11:00
Andrew Titmuss
952f2e5b22
fix Install Date for macOS 2017-10-13 14:24:56 +11:00
Andrew Titmuss
1f482d786c
remove a debug line for cmus (oops) 2017-10-13 13:38:08 +11:00
Andrew Titmuss
f1052a8e73
fix cmus album output (hopefully) 2017-10-13 13:35:10 +11:00
dylan araps
b57cdee02a image: Fix bug with getting wallpaper from feh. 2017-10-11 08:49:07 +11:00
dylan araps
b763c31ad7 image: Fix bug with getting wallpaper from feh. 2017-10-10 08:44:09 +11:00
dylan araps
f9d881e905 image: Fix bug with getting wallpaper from feh. 2017-10-10 08:29:55 +11:00
Andrew Titmuss
9b94195ed9
add album to song name for some players 2017-10-07 16:18:07 +11:00
Herdiansyah
87a28b139a Merge pull request #825 from yslgirl/master
add macOS High Sierra support
2017-09-26 08:46:17 +07:00
Tom Hutchings
5caac4a91a tiny fix for WM always being detected as Kwm on macOS 2017-09-25 18:27:35 +01:00
Chris Weeks
cbece346f8 Update neofetch 2017-09-21 18:07:27 +12:00
Muhammad Herdiansyah
c1dac90399 Model: Remove more unneeded outputs 2017-09-18 14:29:35 +07:00
Dylan Araps
b3e90cc322 Merge pull request #828 from mstraube/kde
Font: Fix KDE font, #821
2017-09-18 07:42:36 +10:00
Michael Straube
eea725b8aa Song: Add support for Elisa 2017-09-16 21:17:22 +02:00
dylan araps
15879c8df8 distro: Fix Gentoo detection error. 2017-09-15 08:16:51 +10:00
dylan araps
b633ce9a0c version: bump 2017-09-14 10:23:03 +10:00
dylan araps
d5a15dfae9 version: bump 2017-09-14 10:04:11 +10:00
Michael Straube
8d8b2da890 Font: Fix KDE font, #821 2017-09-12 15:02:13 +02:00
chance
afd8e56d58 add macOS High Sierra support 2017-09-10 23:46:08 -06:00
Oscar Campos
695145948a updated Artix logo with new official logo 2017-09-08 15:29:11 +01:00
dylan araps
814743b315 term_font: Fix URxvt detection when a dot is used. 2017-08-29 12:51:00 +10:00
Dylan Araps
6c347611ec general: Fix line length 2017-08-29 09:34:40 +10:00
Dylan Araps
0ef25b5f80 gpu_driver: Show multiple drivers if multiple gpus found 2017-08-29 09:25:01 +10:00
Dylan Araps
7e94fec6fc gpu_driver: Add linux support. 2017-08-29 09:22:56 +10:00
Dylan Araps
ae2f270261 term_font: Add missing substitution. 2017-08-29 09:11:53 +10:00
dylan araps
16c76e9b3a term_font: Fix missing regex 2017-08-28 13:56:39 +10:00
dylan araps
076e4bd189 term_font: Fixed font not being found in URxvt if dot was used. 2017-08-28 13:38:45 +10:00
Dylan Araps
dce46cd347 general: Fix neofetch perms 2017-08-28 09:30:36 +10:00
Dylan Araps
bad43ac17e scrot: Fix custom command not accepting arguments. 2017-08-28 09:30:19 +10:00
dylan araps
5a622f8a18 cursor: Fix incorrect cursor position. 2017-08-27 10:33:12 +10:00
dylan araps
916d09a983 song: Fix bug with player not being found. 2017-08-26 10:09:53 +10:00
Sebastian Elisa Pfeifer
2cfdfd34e4
fixed get_battery for device names starting with CMB 2017-08-25 12:16:58 +02:00
dylan araps
9b92375f88 OS: Added support for refracta 2017-08-25 09:55:06 +10:00
Dylan Araps
af80438a6f Merge pull request #808 from dylanaraps/kde
theme: Show KDE and GTK output if both are available.
2017-08-18 11:17:30 +10:00
Michael Straube
ae03a6c800 Term: Fix mate-terminal font 2017-08-17 09:59:32 +02:00
Dylan Araps
71bd30128b wm_theme: Fix bug when no custom theme is set. 2017-08-17 10:33:51 +10:00
Dylan Araps
35851d92eb theme: Fix issues. 2017-08-17 10:31:26 +10:00
Dylan Araps
d5dd1ec6d6 theme: Show KDE and GTK information together. 2017-08-17 10:16:10 +10:00
Dylan Araps
9f83da7727 Merge pull request #806 from dylanaraps/virt
model: Changes to support Virtual Hosts
2017-08-17 09:50:18 +10:00
dylan araps
ff0839ab20 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2017-08-16 16:53:20 +10:00
dylan araps
f27981b3d7 distro: Remove 'Enterprise Server' from SUSE output. Closes #807 2017-08-16 16:53:10 +10:00
Dylan Araps
69012eb0ff model: Show virtualized hardware too. 2017-08-16 10:49:37 +10:00
Dylan Araps
738ef06d3f model: Add support for KVM/QEMU. 2017-08-16 10:46:19 +10:00
Dylan Araps
c108713b91 resolution: Fix broken output. Closes #803 2017-08-13 20:01:20 +10:00
Michael Straube
837984b5b3 OS: Add support for Nurunner 2017-08-12 19:14:12 +02:00
Dylan Araps
be650e5ec7 Merge pull request #801 from lexruee/add-siduction-support
OS: Add support for the Siduction OS
2017-08-12 21:02:18 +10:00
vaernil
0acd21732d Fix Terminal Font displaying incorrect information in urxvt, if one of the fonts has 'font' in its name 2017-08-11 21:31:16 +02:00
Alexander Rüedlinger
57ba17e195 OS: add support for the siduction os
Signed-off-by: Alexander Rüedlinger <a.rueedlinger@gmail.com>
2017-08-11 19:07:32 +02:00
Dylan Araps
93e4f41677 Merge pull request #797 from dylanaraps/100
cleanup: Enforce a line length of '100'
2017-08-07 15:02:15 +10:00
Michael Straube
be08f67e57 Term: Add font support for GNUstep Terminal 2017-08-05 20:46:28 +02:00
Dylan Araps
2d328845f7 OS: Added supprot for Artix 2017-08-04 12:39:35 +10:00
Dylan Araps
6ba15d6ef1 Merge branch 'master' into 100 2017-08-04 11:16:47 +10:00
Dylan Araps
9d72eea931 stdout: Disable linebreaks 2017-08-04 11:10:34 +10:00
Muhammad Herdiansyah
e8dc4670e1 stdout: Disable color_blocks 2017-08-04 01:29:29 +07:00
Muhammad Herdiansyah
faa71d0f95 Docs: CHANGELOG and manpage 2017-08-04 00:15:55 +07:00
Muhammad Herdiansyah
04c22a8edd Misc: Reimplement stdout 2017-08-03 15:16:52 +07:00
Dylan Araps
b3d15cd168 general: Fix whitespace 2017-08-02 13:07:42 +10:00
Dylan Araps
4c48b426ac general: Fix missing backslashes 2017-08-02 13:06:17 +10:00
Dylan Araps
e53404e349 general: Fix awk missing backslash 2017-08-02 12:58:08 +10:00
Dylan Araps
d7abf3ce68 general: Enforce 100 chars per line. 2017-08-02 12:57:00 +10:00
Dylan Araps
5467fb47da general: Fix indent 2017-08-02 12:54:41 +10:00
Dylan Araps
40e77788dd general: Enforce 100 chars per line. 2017-08-02 12:29:09 +10:00
Dylan Araps
3a41c45b61 general: Enforce 100 chars per line. 2017-08-02 11:47:15 +10:00
Dylan Araps
72459ced1c general: Enforce 100 chars per line. 2017-08-02 11:33:29 +10:00
Dylan Araps
ffd5bfcbd0 general: Enforce 100 chars per line. 2017-08-02 11:12:34 +10:00
Dylan Araps
e7168245e1 gpu: Correctly filter out duplicates 2017-08-01 21:25:07 +10:00
Dylan Araps
eb62c843c9 gpu: Hide duplicate identical gpus 2017-08-01 01:56:46 +10:00
Dylan Araps
4e9f9af820 revert previous commit 2017-08-01 01:42:00 +10:00
Dylan Araps
2429cb862d Merge branch 'master' of github.com:dylanaraps/neofetch 2017-07-31 22:31:49 +10:00
Dylan Araps
e52b01f2dc term: Fix errors if user disables terminal function. 2017-07-31 22:31:23 +10:00
Dylan Araps
fde69ea812 Merge pull request #793 from mstraube/kdeinit
Term: get_term(): ignore kdeinit, #791
2017-07-29 20:36:41 +10:00
Michael Straube
110e46bc6b Term: get_term(): ignore kdeinit, #791 2017-07-28 15:54:14 +02:00
dylan araps
41e4819658 image: Add support for transparency when using pdf or svg as input 2017-07-28 22:14:26 +10:00
dylan araps
6cc08b5477 image: Add support for all image formats that imagemagick supports. 2017-07-28 21:54:58 +10:00
Erin Kinsley
dc5a01f27d Prioritise maim(1) over scrot(1).
If a user has maim(1) installed as well as scrot(1), they likely wish to use the former instead of the latter, as it is less commonly installed (and is even described as "supposed to be an improved scrot").
2017-07-28 03:08:10 +01:00
Michael Straube
3ccc42042a Term: Fix mate-terminal font when maximized or fullscreen 2017-07-26 22:09:47 +02:00
Michael Straube
03e2da715d OS: Add support for AryaLinux 2017-07-26 10:34:46 +02:00
Dominik Lohmann
5f39573243 Add support for chunkwm (macOS window manager)
This PR adds support for chunkwm - https://github.com/koekeishiya/chunkwm
2017-07-25 13:56:06 +02:00
Muhammad Herdiansyah
0a5a741e00 Image: Add path to NixOS w3m-img 2017-07-25 03:51:23 +07:00
Dylan Araps
1d362254d9 OS: Added support for Endless OS 2017-07-24 00:52:52 +10:00
Muhammad Herdiansyah
c89bf85671 Merge remote-tracking branch 'pr/784' into master 2017-07-23 12:53:00 +07:00
Muhammad Herdiansyah
fe9a379d8c CPU: Add CPU temp separately instead of embedding them in speed 2017-07-23 12:48:38 +07:00
Muhammad Herdiansyah
906e7cc408 Docs: CHANGELOG and manpage 2017-07-22 22:13:05 +07:00
Muhammad Herdiansyah
bc549ce075 ASCII: Add mac_small 2017-07-22 22:13:03 +07:00
Muhammad Herdiansyah
de108fec2b ASCII: Add nixos_small 2017-07-22 21:33:46 +07:00
Muhammad Herdiansyah
ab1f72e429 ASCII: Add debian_small 2017-07-22 21:20:33 +07:00
Muhammad Herdiansyah
b058193ce2 ASCII: Add freebsd_small 2017-07-22 21:09:18 +07:00
Dylan Araps
0a49b84bcc os
: Added support for Source Mage.
2017-07-22 12:34:12 +10:00
Dylan Araps
46c195c60f OS: Added support for Amazon Linux AMI 2017-07-21 20:53:24 +10:00
Muhammad Herdiansyah
92b68e506e CPU: Separate Mac CPU cores addition
Well, at least now I know why the CPU cores were added that way.
2017-07-21 15:15:05 +07:00
Muhammad Herdiansyah
9c5dbcdfd6 CPU: Strip spaces from speed output 2017-07-20 19:38:56 +07:00
Muhammad Herdiansyah
8aeb0e4fb1 Resolution: Fix awk error when not using GNU awk
Fixes #781
2017-07-19 23:14:01 +07:00
Muhammad Herdiansyah
1dee216fb5 Misc: Remove all 2>/dev/null instances and put it into one single exec 2017-07-18 21:43:56 +07:00
Muhammad Herdiansyah
b811d521a1 Install Date [Convert Time]: Remove leading zero from output
The leading zero in some ls output caused bash to interpret the output
as octal numbers, leading to the "value too great for base" error like
the AIX/IRIX uptime.
2017-07-18 14:31:53 +07:00
Michael Straube
44444ae0cc OS: Add support for Parsix 2017-07-16 20:02:43 +02:00
Muhammad Herdiansyah
60bdea15bb CPU: Remove unneeded output for AMD 2017-07-16 16:51:24 +07:00
Muhammad Herdiansyah
e305140e8d Distro [BSD]: Use -m instead of -p 2017-07-16 16:46:30 +07:00
Dylan Araps
40c4a7748b os: Fix bug where ChromeOS would be incorrectly detected. Closes #770 2017-07-16 09:34:43 +10:00
Michael Straube
b6b6083d2b Term: Add xfce4-terminal fallback font 2017-07-15 20:29:19 +02:00
Michael Straube
9596b0b921 General: Exit awk early 2017-07-15 17:39:22 +02:00
Michael Straube
2fb963fcb8 Term: Simplify Hyper font detection 2017-07-15 17:32:42 +02:00
Michael Straube
99438ec16b Term: Fix xfce4-terminal when using system-font 2017-07-15 17:31:12 +02:00
Michael Straube
70b7816b6c Term: Add font support for LXTerminal 2017-07-15 15:27:11 +02:00
Michael Straube
082c53e57e Song: Add support for Pogo 2017-07-15 15:16:41 +02:00
Michael Straube
7a90486916 General: Remove another awk call 2017-07-14 15:29:53 +02:00
Michael Straube
61a9590693 General: Get rid of a call to awk 2017-07-14 14:45:19 +02:00
Michael Straube
17cb578611 WM: Fix/add Window Maker detection 2017-07-14 12:03:01 +02:00
Muhammad Herdiansyah
03f85176df Merge pull request #773 from konimex/cpu
CPU: Various CPU changes
2017-07-14 14:18:27 +07:00
Muhammad Herdiansyah
a503fb975c CPU: Deprecate cpu_shorthand in favor of cpu_brand 2017-07-14 14:09:21 +07:00
Dylan Araps
44f1afcff6 DE: Fix incorrect DE name, closes #772 2017-07-14 09:07:39 +10:00
Muhammad Herdiansyah
91372f1cde CPU [Linux]: Add fallback speed method for PowerPC systems. 2017-07-14 02:38:02 +07:00
Muhammad Herdiansyah
2e1c942491 CPU [Speed]: Use the cpu_cores approach instead of deleting it manually.
This way, we don't have to replace the "@" with "($cores) @" and remove
the CPU speed from the output.
2017-07-14 02:33:16 +07:00
Muhammad Herdiansyah
2e338529b8 Docs: Update manpage and config 2017-07-13 19:06:52 +07:00
Muhammad Herdiansyah
63b26285fb CPU: Fix inaccurate speed for processors below 1GHz 2017-07-13 18:42:44 +07:00
Muhammad Herdiansyah
347854b296 CPU [NetBSD]: Added temp support 2017-07-13 18:31:39 +07:00
Herdiansyah
b669e9cab7 Merge pull request #767 from mstraube/kde
Fix KDE themes
2017-07-13 01:53:35 +07:00
Muhammad Herdiansyah
b95e030525 Distro: Put GoboLinux versioning below lsb_release
lsb_release can handle GoboLinux properly, it seems. So the fallback
detection can be used if lsb_release fails.
2017-07-13 01:40:39 +07:00
Michael Straube
94b9b3ad0c WM Theme [KDE]: Fix Aurorae themes
For themes with underscores in the name, only the last part was
displayed. #766
2017-07-12 20:01:25 +02:00
Michael Straube
9f5ab665c9 WM Theme [KDE]: Fix detection of Aurorae themes
Aurorae themes were detected as kwin.aurorae because the name was
taken from library= instead of theme= in kwinrc. #766
2017-07-12 17:39:24 +02:00
Michael Straube
33256b2640 Theme: Fix detection on KDE
Partial fix for #766
2017-07-12 10:13:46 +02:00
Dylan Araps
dfd08b4ce4 distro: Added support for Sabotage Linux 2017-07-12 15:04:16 +10:00