Skip to content

Commit

Permalink
Various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Mar 12, 2019
1 parent e7986f4 commit 1bb28fd
Show file tree
Hide file tree
Showing 23 changed files with 148 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "nvim/.vim/bundle/Vundle.vim"]
path = nvim/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
[submodule "nvim/.vim/bundle/vim-sneak"]
path = nvim/.vim/bundle/vim-sneak
url = https://github.com/justinmk/vim-sneak
21 changes: 7 additions & 14 deletions cmus/.cmus/autosave
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ set color_cmdline_fg=default
set color_cur_sel_attr=default
set color_error=magenta
set color_info=blue
set color_separator=darkgray
set color_separator=black
set color_statusline_attr=default
set color_statusline_bg=default
set color_statusline_fg=green
set color_titleline_attr=default
set color_titleline_bg=default
set color_titleline_fg=green
set color_trackwin_album_attr=bold
set color_trackwin_album_bg=default
set color_trackwin_album_fg=default
set color_win_attr=default
set color_win_bg=default
set color_win_cur=magenta
set color_win_cur_attr=default
set color_win_cur_sel_attr=default
set color_win_cur_sel_bg=magenta
set color_win_cur_sel_fg=black
Expand All @@ -50,6 +46,9 @@ set continue=true
set device=/dev/cdrom
set display_artist_sort_name=false
set dsp.alsa.device=
set dsp.jack.resampling_quality=2
set dsp.jack.server_name=
set dsp.oss.device=
set follow=false
set format_current= %a%=%l
set format_playlist= %-21%a %3n. %t%= %y %d %{?X!=0?%3X ? }
Expand All @@ -63,18 +62,14 @@ set format_treewin= %l
set format_treewin_artist=%a
set icecast_default_charset=ISO-8859-1
set id3_default_charset=ISO-8859-1
set input.cue.priority=50
set input.flac.priority=50
set input.mad.priority=55
set input.vorbis.priority=50
set input.wav.priority=50
set lib_add_filter=
set input.cdio.cddb_url=freedb.freedb.org:8880
set lib_sort=albumartist date album discnumber tracknumber title filename play_count
set mixer.alsa.channel=
set mixer.alsa.device=
set mixer.oss.channel=PCM
set mixer.oss.device=
set mixer.pulse.restore_volume=1
set mouse=false
set mpris=true
set output_plugin=pulse
set passwd=
set pl_sort=
Expand All @@ -99,9 +94,7 @@ set skip_track_info=false
set smart_artist_sort=true
set softvol=false
set softvol_state=0 0
set start_view=tree
set status_display_program=
set time_show_leading_zero=true
set wrap_search=true
bind browser backspace browser-up
bind browser i toggle show_hidden
Expand Down
Binary file modified cmus/.cmus/cache
Binary file not shown.
2 changes: 0 additions & 2 deletions cmus/.cmus/playlist.pl
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
/home/notthebee/Music/Music/Alcest/Souvenirs d'un autre monde/02 Souvenirs d'un autre monde.mp3
/home/notthebee/Music/Music/Alcest/Souvenirs d'un autre monde/03 Les iris.mp3
12 changes: 4 additions & 8 deletions dunst/.config/dunst/config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "300x100-4+28"
geometry = "300x100+10-10"

# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
Expand All @@ -41,11 +41,8 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 10
transparency = 5

# The height of the entire notification. If the height is smaller
# than the font height and padding combined, it will be raised
# to the font height and padding.
notification_height = 0

# Draw a line of "separator_height" pixel height between two
Expand All @@ -56,12 +53,11 @@
# Padding between text and separator.
padding = 8

# Horizontal padding.
horizontal_padding = 15

# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 0
frame_width = 1

# Defines color of the frame around the notification window.

Expand All @@ -80,7 +76,7 @@

### Text ###

font = Iosevka Medium, Twitter Color Emoji 10
font = Noto Sans, Twitter Color Emoji 10

# The spacing between lines
line_height = 0
Expand Down
13 changes: 6 additions & 7 deletions dunst/.config/dunst/wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#! /bin/sh
. $HOME/.local/bin/getcolors
pkill dunst
dunst -conf $HOME/.config/dunst/config \
-lb "$bgeven" \
-nb "$foreground" \
-cb "$darkred" \
-lf "$darkgrey" \
-cf "$background" \
-nf "$bgeven" &
-lb "#4C4C72" \
-nb "#A8A8A8" \
-cb "#A8A8A8" \
-lf "#FFFFFF" \
-cf "#111111" \
-nf "#111111" &
4 changes: 1 addition & 3 deletions fish/.config/fish/colors.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set fish_color_autosuggestion black
set fish_color_autosuggestion bryellow
set fish_color_autosuggestion brgreen
set fish_color_autosuggestion brblack
set fish_color_command blue
set fish_color_comment black
set fish_color_comment bryellow
Expand Down
10 changes: 3 additions & 7 deletions fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
source $HOME/.config/fish/shortcuts.fish
source $HOME/.config/fish/colors.fish
set -gx PATH /opt/chromium $PATH
set -gx PATH $HOME/.local/bin /usr/local/bin /opt/chromium /opt/android-sdk/platform-tools $PATH

alias ls="ls --color=auto -FHh"
alias ll='ls -l'
alias la='ls -lA'
alias ..='cd ..'
alias ...='cd ...'
alias df='df -h'
alias du='du -ch'
alias pass="kpcli -kdb ~/Documents/pass.kdbx"
alias n='nnn $HOME/Documents/Notes'
alias em='doas emerge -v'
alias pkg='doas vpm --color=no'
alias vim='nvim'
alias ipp='curl ipinfo.io/ip'
alias mixer='ncpamixer'
alias sudo='sudo '
alias playlist-dl="youtube-dl -cio '%(autonumber)s-%(title)s.%(ext)s'"
2 changes: 1 addition & 1 deletion fish/.config/fish/fish_variables
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SETUVAR _fish_abbr_polyconf:nvim\x20\x7e/\x2econfig/polybar/config
SETUVAR _fish_abbr_quteconf:nvim\x20\x7e/\x2econfig/qutebrowser/config\x2epy
SETUVAR _fish_abbr_sxhconf:nvim\x20\x7e/\x2econfig/sxhkd/sxhkdrc
SETUVAR _fish_abbr_vimconf:nvim\x20\x7e/\x2evimrc
SETUVAR fish_color_autosuggestion:brgreen
SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:blue
SETUVAR fish_color_comment:brgreen
Expand Down
5 changes: 2 additions & 3 deletions ksh/.kshrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export EDITOR=nvim
export PATH=$HOME/.local/bin:/opt/chromium:$PATH
export PATH=$HOME/.local/bin:/opt/chromium:/usr/local/bin:$PATH
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export CLICOLOR=1
export QT_QPA_PLATFORMTHEME="qt5ct"
HISTFILE=$HOME/.ksh_history
HISTSIZE=20000

Expand Down Expand Up @@ -32,6 +33,4 @@ alias ipp='curl ipinfo.io/ip'
alias mixer='ncpamixer'
PS1="$(echo -e "\033[34m~ \033[00m")"

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx -- vt1; fi

set -o emacs
1 change: 1 addition & 0 deletions ksh/.profile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export QT_QPA_PLATFORMTHEME="qt5ct"
export ENV=$HOME/.kshrc
2 changes: 1 addition & 1 deletion neofetch/.config/neofetch/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ battery_display="off"
disk_display="off"
image_backend="ascii"
image_source="auto"
ascii_colors=(10 7)
ascii_colors=distro
ascii_bold="on"
image_loop="off"
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
Expand Down
1 change: 1 addition & 0 deletions nvim/.vim/bundle/vim-sneak
Submodule vim-sneak added at 91192d
7 changes: 4 additions & 3 deletions nvim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set nocompatible
set shell=bash
set tw=0
filetype off
set clipboard=unnamed
set clipboard=unnamedplus
set backspace=indent,eol,start
let $NVIM_TUI_ENABLE_CURSOR_SHAPE=0
set guicursor=
Expand All @@ -19,6 +19,7 @@ Plugin 'junegunn/goyo.vim'
Plugin 'python-mode/python-mode'
Plugin 'mattn/emmet-vim'
Plugin 'lervag/vimtex'
Plugin 'justinmk/vim-sneak'
call vundle#end()
filetype plugin indent on
let python_highlight_all=1
Expand Down Expand Up @@ -48,13 +49,13 @@ let g:goyo_height = "80%"

let g:vimtex_compiler_enabled = 1
let g:vimtex_compiler_progname = 'nvr'
let g:vimtex_view_general_viewer = '/usr/bin/zathura'
let g:vimtex_view_general_viewer = 'okular'
set nu
set relativenumber
syntax on
set laststatus=2
set background=dark
colorscheme flattened_dark
colorscheme default
"imap <expr> <tab> emmet#expandAbbrIntelligent("\<tab>")
au BufNewFile,BufRead *.md
\ Goyo |
Expand Down
6 changes: 2 additions & 4 deletions qutebrowser/.config/qutebrowser/autoconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

config_version: 2
settings:
fonts.web.family.sans_serif:
global: DejaVu Sans
fonts.web.family.serif:
global: DejaVu Serif
url.start_pages:
global: startpage.com
31 changes: 16 additions & 15 deletions qutebrowser/.config/qutebrowser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,60 +64,60 @@

# Page(s) to open at the start.
# Type: List of FuzzyUrl, or FuzzyUrl
c.url.start_pages = 'file:///home/notthebee/.startpage/index.html'
c.url.start_pages = 'https://startpage.com'

# Default monospace fonts. Whenever "monospace" is used in a font
# setting, it's replaced with the fonts listed here.
# Type: Font
c.fonts.monospace = 'Iosevka'
c.fonts.monospace = 'Fira Code'

# Font used in the completion widget.
# Type: Font
c.fonts.completion.entry = '500 10pt monospace'
c.fonts.completion.entry = '400 9pt monospace'

# Font used in the completion categories.
# Type: Font
c.fonts.completion.category = 'bold 10pt monospace'
c.fonts.completion.category = 'bold 9pt monospace'

# Font used for the debugging console.
# Type: QtFont
c.fonts.debug_console = '500 10pt monospace'
c.fonts.debug_console = '400 9pt monospace'

# Font used for the downloadbar.
# Type: Font
c.fonts.downloads = '500 10pt monospace'
c.fonts.downloads = '400 9pt monospace'

# Font used for the hints.
# Type: Font
c.fonts.hints = 'bold 10pt monospace'
c.fonts.hints = 'bold 9pt monospace'

# Font used in the keyhint widget.
# Type: Font
c.fonts.keyhint = '500 10pt monospace'
c.fonts.keyhint = '400 9pt monospace'

# Font used for error messages.
# Type: Font
c.fonts.messages.error = '500 10pt monospace'
c.fonts.messages.error = '400 9pt monospace'

# Font used for info messages.
# Type: Font
c.fonts.messages.info = '500 10pt monospace'
c.fonts.messages.info = '400 9pt monospace'

# Font used for warning messages.
# Type: Font
c.fonts.messages.warning = '500 10pt monospace'
c.fonts.messages.warning = '400 9pt monospace'

# Font used for prompts.
# Type: Font
c.fonts.prompts = '500 10pt monospace'
c.fonts.prompts = '400 9pt monospace'

# Font used in the statusbar.
# Type: Font
c.fonts.statusbar = '500 10pt monospace'
c.fonts.statusbar = '400 9pt monospace'

# Font used in the tab bar.
# Type: QtFont
c.fonts.tabs = '500 10pt monospace'
c.fonts.tabs = '400 9pt monospace'

# COLORS

Expand All @@ -129,7 +129,7 @@ def read_xresources(prefix):
prop, _, value = line.partition(':\t')
props[prop] = value
return props

'''
xresources = read_xresources('*')
c.colors.completion.fg = xresources['*.foreground']
c.colors.completion.odd.bg = xresources['*.background']
Expand Down Expand Up @@ -177,6 +177,7 @@ def read_xresources(prefix):
c.colors.tabs.selected.even.fg = xresources['*.foreground']
c.colors.tabs.selected.even.bg = xresources['*.background']
c.colors.webpage.bg = "white"
'''

# web fonts
c.fonts.web.family.serif = "Liberation Serif"
Expand Down
6 changes: 3 additions & 3 deletions qutebrowser/.config/qutebrowser/qsettings/QtProject.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[FileDialog]
history=file:///home/notthebee/Downloads/Telegram Desktop, file:///home/notthebee, file:///home/notthebee/Pictures/Kleinanzeigen, file:///home/notthebee/Pictures/Screenshots, file:///home/notthebee/Downloads, file:///home/notthebee/Videos
lastVisited=file:///home/notthebee/Videos
qtVersion=5.11.3
history=file:///home/notthebee/Downloads, file:///home/notthebee/Videos, file:///home/notthebee/Documents/PuffyCloud, file:///home/notthebee/Downloads/Telegram Desktop, file:///home/notthebee/Pictures
lastVisited=file:///home/notthebee/Downloads
qtVersion=5.12.1
shortcuts=file:, file:///home/notthebee
sidebarWidth=83
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2x\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\xa4\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0\x62\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
Expand Down
4 changes: 2 additions & 2 deletions scripts/.local/bin/backup
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mv: missing file operand
Try 'mv --help' for more information.
#! /bin/sh
rsync -e "ssh -p 69 -i /home/notthebee/.ssh/backup" -avr --no-o --no-g --delete --progress --stats /home/notthebee [email protected]:/home/notthebee/External/Backup/home_folder
2 changes: 0 additions & 2 deletions scripts/.local/bin/switchoutputs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ MONITOR=LVDS1
connect() {
echo "Switching to HDMI2"
xrandr --output LVDS1 --off --output HDMI2 --auto --dpi 96
/home/notthebee/.config/bspwm/bspwmrc
MONITOR=HDMI2
}
disconnect() {
echo "Switching to LVDS1"
xrandr --output HDMI2 --off --output LVDS1 --auto --dpi 96
/home/notthebee/.config/bspwm/bspwmrc
MONITOR=LVDS1
}

Expand Down
Loading

0 comments on commit 1bb28fd

Please sign in to comment.