Added used gtk-theme
parent
780dd62cc8
commit
6b96a115a4
10
README.md
10
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 ###
|
||||
|
|
|
@ -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 #################################
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue