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

Installation

Dylan Araps edited this page Aug 1, 2017 · 33 revisions

Table of Contents

Requirements

Dependencies

  • linux or macOS (iTerm2)
  • python 3.6+
  • imagemagick
    • Colorscheme generation.
  • xfce, gnome, cinnamon, mate
    • Desktop wallpaper setting.
  • feh, nitrogen, bgs, hsetroot, habak
    • Universal wallpaper setting.

Terminal Emulator

To use wal your terminal emulator must support a special type of escape sequence. The command below can be used as a test to see if wal will work with your setup.

Run the command below, does the background color of your terminal become red?

printf "%b" "\033]11;#ff0000\007"

If your terminal's background color is now red, your terminal should work with wal.

Terminals that DON'T work with wal.

  • Konsole. #24
  • Hyper.
  • Terminal.app.
  • Terminology. #50

Installation

Pip install

pip3 install --user pywal

Manual/Git install

git clone https://github.com/dylanaraps/pywal
cd pywal
pip3 install --user .

OS/Distro Packages

Arch Linux

pywal is available on the AUR as python-pywal or python-pywal-git.

Clone this wiki locally