From 6b96a115a401f61d4c8260c84a8ef8aa1488869e Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 14 Jan 2018 14:45:49 +0100 Subject: [PATCH] Added used gtk-theme --- README.md | 10 ++++++---- i3/.config/i3/config | 4 +--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db0e8d9..2b67812 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ I'm using: * [Z shell](http://zsh.sourceforge.net) * [Oh My Zsh](http://ohmyz.sh) * [GNU stow](https://www.gnu.org/software/stow) - +* [Materia Theme](https://github.com/nana-4/materia-theme) ## TODOS: ## 1. Update this README for the migration to GNU stow and clemacs 2. Making an own conky, conky_maia-like @@ -17,6 +17,7 @@ I'm using: 5. Getting away from Manjaro i3 (?) 6. Emacs Markdown preview is buggy, find another way 7. Make this my main branch +8. Maybe convert this readme into emacs org mode ## Getting Started ## @@ -44,6 +45,7 @@ Pacman Install * [stow](https://www.gnu.org/software/stow/) - To manage dotfiles * [aspell-en]() - Language for flycheck * [aspell-de]() -Language for flycheck +* [lxappearance](https://lxde.org) - Feature-rich GTK+ theme switcher of the LXDE Desktop Pacman Remove * [palemoon-bin](https://www.palemoon.org) - Not needed anymore, if you use Firefox. @@ -52,12 +54,12 @@ Pacman Remove Yaourt Install * [i3lock-color](https://github.com/PandorasFox/i3lock-color) - Needed for ~/.scripts/i3lock.py * [cava](https://github.com/karlstav/cava) - **C**onsole-based **A**udio **V**isualizer for **A**LSA (MPD and Pulseaudio) - +* [materia-theme](https://github.com/nana-4/materia-theme) ``` shell sudo pacman -Syu -sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts texlive-most firefox thunderbird evince veracrypt keepassx2 xorg-xbacklight pulseaudio-alsa pulseaudio-bluetooth nyancat cmus +sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts texlive-most firefox thunderbird evince veracrypt keepassx2 xorg-xbacklight pulseaudio-alsa pulseaudio-bluetooth nyancat cmus lxappearance sudo pacman -R palemoon-bin epdfview -yaourt -S i3lock-color cava +yaourt -S i3lock-color cava materia-theme ``` ### Setting up zsh ### diff --git a/i3/.config/i3/config b/i3/.config/i3/config index ffa1b83..8a4cf44 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -128,15 +128,13 @@ exec --no-startup-id nitrogen --restore; sleep 1; compton -b exec --no-startup-id nm-applet exec --no-startup-id blueman-applet exec --no-startup-id xfce4-power-manager -#exec --no-startup-id pamac-tray -#exec --no-startup-id clipit -exec --no-startup-id start_conky_maia exec_always --no-startup-id ff-theme-util exec_always --no-startup-id fix_xcursor exec --no-startup-id xautolock -time 10 -locker "python ~/.scripts/i3lock.py" exec --no-startup-id nextcloud exec --no-startup-id emacs --daemon + ############################################################################### ################################# Keybindings ################################# ###############################################################################