Continue work on README.md and add screenshot
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
148016793e
commit
1955fa99ad
3 changed files with 25 additions and 23 deletions
33
README.md
33
README.md
|
@ -3,6 +3,8 @@ This repository contains all of my configuration files for my current Arch Linux
|
||||||
|
|
||||||
While the configurations are based on my preferences and made my dotfiles public so others can see how I solved specific problems or are looking for some inspiration.
|
While the configurations are based on my preferences and made my dotfiles public so others can see how I solved specific problems or are looking for some inspiration.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
The installation is pretty straightforward using a couple of installation scripts.
|
The installation is pretty straightforward using a couple of installation scripts.
|
||||||
|
|
||||||
|
@ -16,14 +18,27 @@ The list of my used arch packages are found inside the files in `packages`. The
|
||||||
|
|
||||||
The main content of this repository can be found in the `system` folder. It contains all configurations files, directories and script that are get symlinked by my install script.
|
The main content of this repository can be found in the `system` folder. It contains all configurations files, directories and script that are get symlinked by my install script.
|
||||||
|
|
||||||
### `config/dunst`
|
### `.config/dunst`
|
||||||
This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon.
|
This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon.
|
||||||
|
|
||||||
- Standard dotfiles (.bashrc, .aliases, etc...)
|
### `.config/gtk-3.0`
|
||||||
- [i3wm](https://i3wm.org/) configuration
|
This folder contains my GTK 3.0 configuration. I don't edit this configuration directly but use [LXAppearance](https://www.archlinux.org/packages/community/x86_64/lxappearance/) for configuring.
|
||||||
- [Polybar](https://polybar.github.io/) configuration
|
|
||||||
- [Termite](https://github.com/thestinger/termite) configuration
|
### `.config/i3`
|
||||||
- Notifications using [dunst](https://dunst-project.org/)
|
This folder contains the configuration for my preferred window manager [i3](https://i3wm.org/). Instead of the normal i3 I use the [i3-gaps](https://www.archlinux.org/packages/community/x86_64/i3-gaps/) fork.
|
||||||
- GTK configuration
|
|
||||||
- [Vim](https://www.vim.org/) configuration
|
### `.config/polybar`
|
||||||
- Custom scripts for different tasks
|
This folder contains my bar configuration and launch script for [Polybar](https://polybar.github.io/).
|
||||||
|
|
||||||
|
### `.config/streamlink`
|
||||||
|
This folder contains my [Streamlink](https://streamlink.github.io/) configuration. I use it to directly watch Twitch livestreams in a local video player.
|
||||||
|
|
||||||
|
### `.config/termite`
|
||||||
|
This folder contains my configuration for my terminal emulator [Termite](https://github.com/thestinger/termite)
|
||||||
|
|
||||||
|
### `bin`
|
||||||
|
This folder contains a bunch of scripts that I use. Some of them are used by Polybar or i3 and others are used directly and some like `utils.sh` contain functions that I use in other scripts.
|
||||||
|
|
||||||
|
### `dconf`
|
||||||
|
This folder contains my configurations that are stored in dconf by applications. These are getting loaded on boot in `.bash_profile`.
|
||||||
|
|
||||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 384 KiB |
|
@ -159,20 +159,6 @@ bindsym Escape mode "default"
|
||||||
|
|
||||||
bindsym $mod+x mode "resize"
|
bindsym $mod+x mode "resize"
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
|
||||||
# finds out, if available)
|
|
||||||
#bar {
|
|
||||||
# status_command i3blocks -c $HOME/.config/i3/i3blocks.conf
|
|
||||||
# position top
|
|
||||||
# colors {
|
|
||||||
# background #222D32
|
|
||||||
# focused_workspace #222D32 #268bd2 #FFFFFF
|
|
||||||
# active_workspace #222D32 #222D32 #268bd2
|
|
||||||
# inactive_workspace #222D32 #222D32 #268bd2
|
|
||||||
# urgent_workspace #222D32 #222D32 #268bd2
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
@ -229,6 +215,7 @@ exec google-chrome-beta
|
||||||
exec termite
|
exec termite
|
||||||
exec discord
|
exec discord
|
||||||
exec nemo
|
exec nemo
|
||||||
|
exec nemo
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
|
|
||||||
#exec termite -e cmus --name cmus
|
#exec termite -e cmus --name cmus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue