Commit graph

2328 commits

Author SHA1 Message Date
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
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