Commit Graph

4931 Commits

Author SHA1 Message Date
plgruener 2fef4d9849 add term-font support for yakuake 2018-07-31 18:03:29 +02:00
Muhammad Herdiansyah 78f355ba6d docs: changelog 2018-07-27 10:26:43 +07: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
Dylan Araps 71df4ffd3b
Merge pull request #1056 from julianaito/master
battery/OpenBSD: improved charge%, adds status
2018-07-17 09:01:02 +10: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
Dylan Araps d43da37d00
Merge pull request #1042 from erikdubois/master
Update neofetch
2018-06-23 15:11:22 +10:00
Erik Dubois 911c70adc3
Update neofetch 2018-06-23 06:56:54 +02:00
Dylan Araps f70390ede0
Merge pull request #1040 from corollari/patch-1
Fix #1039
2018-06-22 10:56:30 +10: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 61ee751147 docs: update 2018-06-21 13:55:44 +10:00
Dylan Araps 50804a6877 gpu: Change Xeon output to HD Graphics 2018-06-20 21:48:16 +10:00
Dylan Araps ef94cc6764 Merge branch 'master' of github.com:dylanaraps/neofetch 2018-06-20 10:32:33 +10:00
Dylan Araps 31af4fe003 misc: cleanup 2018-06-20 10:31:55 +10:00
Dylan Araps 1da3523e9e
Merge pull request #1035 from protonesso/master
OS: add januslinux
2018-06-20 07:41: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 8a2e973814 misc: cleanup 2018-06-19 09:46:53 +10:00
Dylan Araps 2bdb5f3b01 docs: update 2018-06-19 09:42:08 +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
Dylan Araps 4ac3dedaa0
Merge pull request #1032 from mstraube/clearos
OS: Add support for ClearOS
2018-06-15 06:30:17 +10:00
Michael Straube 1fc48be2f4 OS: Add support for ClearOS 2018-06-14 20:50:05 +02:00
Dylan Araps dfafca9f62
Merge pull request #1030 from mstraube/song
Song: Add Dragon Player and SMPlayer
2018-06-14 06:44:37 +10: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