Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

feat(backend): add viu image backend #1592

Merged
merged 2 commits into from
Nov 3, 2020
Merged

Conversation

oknozor
Copy link
Contributor

@oknozor oknozor commented Nov 3, 2020

Description

This add viu image backend.
I added this because Überzug was not working for me (alacritty + sway/wayland).

Feature

Image can now be rendered under wayland (low definition but still).

TODO

Still need to document this in the wiki (how to I do it ?)

neofetch Outdated
@@ -4398,6 +4400,12 @@ display_image() {
"$image"
;;

"viu")
viu \
-t -w ""$((width / font_width))"" -h "$((height / font_height))" \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

""$((width / font_width))"" should be "$((width / font_width))"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@oknozor oknozor requested a review from dylanaraps November 3, 2020 10:31
@dylanaraps dylanaraps merged commit dbe7810 into dylanaraps:master Nov 3, 2020
phdenzel added a commit to phdenzel/neofetch that referenced this pull request Apr 30, 2021
* upstream/master: (355 commits)
  neofetch: Fix naming conflict with mine. See dylanaraps#1616
  NixOS - squash logo, add new package location. (dylanaraps#1617)
  neofetch: swap to apt for packages. Possible fix for dylanaraps#1616
  Add Apple Music (dylanaraps#1611)
  Fix font support for yakuake (dylanaraps#1615)
  Refactor ueberzug (dylanaraps#1614)
  New Garuda Neofetch Logo (dylanaraps#1613)
  Add support for `swupd` package manager (dylanaraps#1610)
  disk: Fix bash 3.2 incompatibility. Closes dylanaraps#1586
  fix whitespace
  fix macOS issue. See dylanaraps#1607
  update man page (dylanaraps#1600)
  Support multiple displays under wayland (dylanaraps#1596)
  Update SEMC logo (dylanaraps#1593)
  feat(backend): add viu image backend (dylanaraps#1592)
  neofetch: Use MemAvailable for memory on Linux if supported. Closes dylanaraps#1591
  Update NixOS Logo (dylanaraps#1590)
  update garuda linux logo (dylanaraps#1579)
  Adding support for Pengwin (dylanaraps#1578)
  various: fix windows issues
  ...
matt-fidd pushed a commit to matt-fidd/neofetch that referenced this pull request Sep 12, 2022
* feat(backend): add viu image backend

* fix: double quote typo on viu command
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants