From 60f7541eed3edf08ebf0c34d4b62d23efdbc6edf Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 12 Feb 2019 21:04:58 +0100 Subject: [PATCH] Remove README from root dir --- .config/i3/config | 5 ++++- .config/polybar/config | 2 +- README.md | 25 ------------------------- 3 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 README.md diff --git a/.config/i3/config b/.config/i3/config index 5bc7865..792e23b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -170,8 +170,11 @@ bindsym $mod+Shift+m exec $HOME/bin/xrandr/switch_monitors.sh -e # Monitor setup exec --no-startup-id $HOME/bin/xrandr/monitor_setup.sh single -# Window titlebar +# Window titlebar and gaps for_window [class="^.*"] border pixel 2 +gaps inner 5 +gaps outer 5 +smart_gaps on # reload the configuration file bindsym $mod+Shift+c reload diff --git a/.config/polybar/config b/.config/polybar/config index ca134c5..cce3e12 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -67,7 +67,7 @@ label = %title:0:30:...% type = internal/xkeyboard blacklist-0 = num lock -label-layout = %layout% +label-layout = " %layout%" label-layout-underline = ${colors.primary} label-indicator = %name% diff --git a/README.md b/README.md deleted file mode 100644 index 3c7a572..0000000 --- a/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Dotfiles - -My dotfiles. If you want to use them fork or clone the repo. - -## Requirements - -* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [bat](https://github.com/sharkdp/bat) -* Desktop environment: - * [i3](https://i3wm.org/) - * [polybar](https://github.com/jaagr/polybar) - * [rofi](https://github.com/DaveDavenport/rofi) -* [gsimplecal](https://github.com/dmedvinsky/gsimplecal) -* For conky you also need [conky](https://github.com/brndnmtthws/conky), [bash-fuzzy-clock](https://github.com/coreymwamba/bashfuzzyclock), [Poiret One font](https://www.fontsquirrel.com/fonts/poiret-one) and [compton](https://github.com/yshui/compton) -* Polybar scripts are adapted from [here](https://github.com/x70b1/polybar-scripts) - -## Usage - -* `echo ".dotfiles" >> .gitignore` -* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles` -* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'` -* `config checkout` -* `source .zshrc` -* run `bin/setup.sh` - -## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)