From dc0b35cdcb9889ce0b91703878ca842ef9bd5dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Thu, 10 Jan 2019 09:12:22 +0100 Subject: [PATCH] A little more work on Nord Other Minor cleanups --- bash/.bashrc | 1 + dunst/.config/dunst/dunstrc | 4 ++-- i3/.config/i3/workspaces/ws00.sh | 6 +++--- neovim/.config/nvim/init.vim | 4 ++-- polybar/.config/polybar/config | 1 + 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index a93a705..df8c3b3 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -187,6 +187,7 @@ alias top="htop" alias ssh="TERM=xterm-256color ssh" alias vim="nvr -s --remote" alias vi="nvim" +alias f="/home/jfm/Repositories/fff/fff" alias buildtool="/home/jfm/Customers/TDC/Code/Onboarding/build-tool/buildtool.sh" alias vpnup="nmcli con up id \"YouSee VPN\"" alias vpndown="nmcli con down id \"YouSee VPN\"" diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index b8606bd..ca7464b 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -246,7 +246,7 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#A3BE8C" - foreground = "#D8DEE9" + foreground = "#434C5E" frame_color = "#A3BE8C" timeout = 10 # Icon for notifications with low urgency, uncomment to enable @@ -254,7 +254,7 @@ [urgency_normal] background = "#A3BE8C" - foreground = "#D8DEE9" + foreground = "#434C5E" frame_color = "#A3BE8C" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable diff --git a/i3/.config/i3/workspaces/ws00.sh b/i3/.config/i3/workspaces/ws00.sh index 9758cfa..ed278b4 100755 --- a/i3/.config/i3/workspaces/ws00.sh +++ b/i3/.config/i3/workspaces/ws00.sh @@ -1,6 +1,6 @@ #!/bin/bash . ~/.config/i3/env -i3-msg "workspace 0:; append_layout ~/.config/i3/layouts/workspace0-timewaste.json" -i3-msg "workspace 0:; exec termite -t weechat -e weechat" +i3-msg "workspace 10:; append_layout ~/.config/i3/layouts/workspace0-timewaste.json" +i3-msg "workspace 10:; exec termite -t weechat -e weechat" #i3-msg "workspace 0:; exec termite -t music -e ncmpcpp" -i3-msg "workspace 0:; move workspace to output $SECONDARY" +i3-msg "workspace 10:; move workspace to output $SECONDARY" diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index 36798bb..4061bf4 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -67,5 +67,5 @@ au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null autocmd FileType python setlocal completeopt-=preview " add yaml stuffs -au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent -autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab +"au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent +"autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index bd8cd4f..79f3089 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -147,6 +147,7 @@ ws-icon-6 = 6:; ws-icon-7 = 7:; ws-icon-8 = 8:; ws-icon-9 = 9:; +ws-icon-10 = 10:; label-mode-padding = 2 label-mode-foreground = #000