A little more work on Nord

Other Minor cleanups
This commit is contained in:
Jesper Fussing Mørk 2019-01-10 09:12:22 +01:00
parent b5dc471846
commit dc0b35cdcb
5 changed files with 9 additions and 7 deletions

View File

@ -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\""

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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