dotfiles/README.md

40 lines
2.5 KiB
Markdown
Raw Normal View History

2018-04-03 13:55:41 +00:00
# Midgard's dotfiles
Configuration based on elegant pure black.
## Screenshots
2018-04-17 14:05:20 +00:00
These screenshots are slightly out of date, since I change my config without updating these each time.
2018-04-03 13:55:41 +00:00
![Empty desktop](./desktop.png)
![Open Rofi launcher](./rofi.png)
Background image shown:
* original by [Charlesjsharp](https://commons.wikimedia.org/wiki/User:Charlesjsharp): [Red-billed streamertail (Trochilus polytmus) female in flight 2](https://commons.wikimedia.org/wiki/File:Red-billed_streamertail_(Trochilus_polytmus)_female_in_flight_2.JPG). Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
* modified by Midgard: darkened and made more green. Licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/) (which means you only have to credit Charlesjsharp and mention that it was modified, you don't have to attribute it to me)
## Requirements
The Arch Linux package to install is between parentheses.
* i3-gaps ([community/i3-gaps](https://www.archlinux.org/packages/community/x86_64/i3-gaps/))
* Rofi ([community/rofi](https://www.archlinux.org/packages/community/x86_64/rofi/))
* Polybar ([aur/polybar](https://aur.archlinux.org/packages/polybar))
* python-notify2 ([aur/python-notify2](https://aur.archlinux.org/packages/python-notify2/<Paste>))
* Mozilla's Fira fonts ([community/otf-fira-mono](https://www.archlinux.org/packages/community/x86_64/otf-fira-mono/) and [community/otf-fira-sans](https://www.archlinux.org/packages/community/x86_64/otf-fira-sans/)). I might change this soon if I play with some patched Fira derivates
* xfce4-terminal ([extra/xfce4-terminal](https://www.archlinux.org/packages/extra/x86_64/xfce4-terminal/), but you can choose your own terminal of course if you want)
* NeoVim ([community/neovim](https://www.archlinux.org/packages/community/x86_64/neovim/))
* acpilight ([aur/acpilight](https://aur.archlinux.org/packages/acpilight/), an xbacklight replacement that directly uses the kernel's API, works without X)
* unclutter ([community/unclutter](https://www.archlinux.org/packages/community/x86_64/unclutter/), hide the mouse when it hasn't moved for some time)
* driver for your video card that supports GLX
## Installation
You are encouraged to copy stuff you like to your own configuration files. If you want to copy my setup, you can use the script `install.sh` (that script is normally mostly for myself though).
## TODO
* Document more about how to get NeoVim and the plugins up and running.
* Expand and test the install script.
* Add my improved battery monitor script.