1
0

moar information

This commit is contained in:
Deven Blake 2020-09-26 12:46:20 -04:00 committed by GitHub
parent c241786797
commit 89ef2e8bef

View File

@ -23,14 +23,14 @@ A caveat is that the interface names in the i3status configuration (`wlan0` and
This [Sailor Moon themed skin](https://archive.org/details/winampskin_Sailor_Moon_Gang) on [Audacious](https://audacious-media-player.org/).
### window manager
[i3-gaps](https://github.com/Airblader/i3). The configuration file is at `.config/i3/config`.
[i3-gaps](https://github.com/Airblader/i3). The configuration file is at `.config/i3/config`. The configuration has the wallpaper at `/home/ibukimaya/Pictures/Wallpapers/Asuka\ 98.jpg`, this may need to be changed.
### xterm
My xterm config is at .Xresources. I haven't had good luck at getting fonts to work with it but [unscii](http://pelulamu.net/unscii/) works great. The way I "installed" the TTF font is by moving `unscii-16-full.ttf` to `.local/share/fonts` and then running `fc-cache` before checking `fc-list` for unscii (`fc-list | grep unscii`). I use [this terminal color theme](https://www.reddit.com/r/unixporn/comments/hjzw5f/oc_qualitative_color_palette_for_ansi_terminal/) ([here's a webarchive link just in case](https://web.archive.org/web/20200926160802/https://www.reddit.com/r/unixporn/comments/hjzw5f/oc_qualitative_color_palette_for_ansi_terminal/fwpludj/?context=3)) because it's pretty to me.
## get the look
This is potentially destructive to your current i3wm, i3status, and xterm configurations. I'm leaving this plug-and-chug sequence of commands *for myself* in the future when I inevitably bork my system and have to reinstall - **this isn't contained in a shell script for a reason**, please make sure you understand any commands before you run them. It requires that you already have `audacious`, `coreutils` (`cd`, `mv`, and stuff like that), `curl`, `git`, `i3-gaps`, `i3status`, and an X server installed. These are also all untested.
This is potentially destructive to your current i3wm, i3status, and xterm configurations. I'm leaving this plug-and-chug sequence of commands *for myself* in the future when I inevitably bork my system and have to reinstall - **this isn't contained in a shell script for a reason**, please make sure you understand any commands before you run them. It requires that you already have `audacious`, `coreutils` (`cd`, `mv`, and stuff like that), `curl`, `feh`, `git`, `i3-gaps`, `i3status`, PulseAudio, `rofi`, and an X server installed. These are also all untested.
`cd $HOME`, `cd `, or `cd ~`