dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 22b6a1da579c53784313bb01463a24d731e92717
parent 13c98445985dcdef2cefc005eb9a7d0eaff1c094
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 23 Aug 2022 10:25:48 +0100

oldriceputin adjustments

Diffstat:
Mdmenu/bin/rundmc | 24+++++++++++++++---------
Mdunst/.config/dunst/dunstrc | 6+++---
Mmutt/.mutt/muttrc | 2+-
Mncmpcpp/.ncmpcpp/config | 16++++++++--------
Mnewsboat/.newsboat/config | 8++++----
Mqutebrowser/.config/qutebrowser/config.py | 76++++++++++++++++++++++++++++++++++++++--------------------------------------
Mtmux/.tmux.conf | 11++++++++---
Mvim/.vim/colors/oldriceputin.vim | 4++--
Mzathura/.config/zathura/zathurarc | 10+++++-----
9 files changed, 84 insertions(+), 73 deletions(-)

diff --git a/dmenu/bin/rundmc b/dmenu/bin/rundmc @@ -1,6 +1,6 @@ #!/usr/bin/zsh -#DM_CMD=$(dmenu -m 0 -fn tamzen:pixelsize=15 -i -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -l 10) +#DM_CMD=$(dmenu -m 0 -fn tamzen:pixelsize=15 -i -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -l 10) dm_bin() { bin_arr=() @@ -8,7 +8,7 @@ dm_bin() { bin_arr+=( "$line" ) done < <( find $HOME/bin ) - choice=$(printf '%s\n' "${bin_arr[@]}" | awk -F/ '{print $NF}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'bin: ') + choice=$(printf '%s\n' "${bin_arr[@]}" | awk -F/ '{print $NF}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'bin: ') if [ "$choice" ] ; then #cmd="printf '%s\n' "${bin_arr[@]}" | grep $HOME/bin/$choice | head -n1" @@ -23,7 +23,7 @@ dm_func() { func_arr+=( "$line" ) done < <( find $HOME/.zsh/functions ) - choice=$(printf '%s\n' "${func_arr[@]}" | awk -F/ '{print $NF}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'functions: ') + choice=$(printf '%s\n' "${func_arr[@]}" | awk -F/ '{print $NF}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'functions: ') if [ "$choice" ] ; then #cmd="printf '%s\n' "${func_arr[@]}" | grep $HOME/bin/$choice | head -n1" @@ -39,7 +39,7 @@ dm_aliases() { alias_arr+=( "$line" ) done < <( alias ) - choice=$(printf '%s\n' "${alias_arr[@]}" | awk -F= '{print $1}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'submenu: ') + choice=$(printf '%s\n' "${alias_arr[@]}" | awk -F= '{print $1}' | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'submenu: ') if [ "$choice" ] ; then cmd=$(printf '%s\n' "${alias_arr[@]}" | grep ^$choice | head -n1 | sed 's/=/%/' | awk -F% '{ print $NF }' | tr -d "'") @@ -54,7 +54,7 @@ dm_hidden() { hide_arr+=( "$line" ) done < <(hidden -c) - choice=$(printf '%s\n' "${hide_arr[@]}" | awk -F: '{print $1}' | tr -d "'" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'submenu: ') + choice=$(printf '%s\n' "${hide_arr[@]}" | awk -F: '{print $1}' | tr -d "'" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'submenu: ') if [ "$choice" ] ; then cmd=$(printf '%s\n' "${hide_arr[@]}" | grep "^'$choice'" | awk -F: '{ print $NF }' | tr -d "'") @@ -69,7 +69,7 @@ dm_man() { man_arr+=( "$line" ) done < <(man -k .) - choice=$(printf '%s\n' "${man_arr[@]}" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'manpage: ') + choice=$(printf '%s\n' "${man_arr[@]}" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'manpage: ') if [ "$choice" ] ; then cmd=$(printf '%s\n' "${man_arr[@]}" | grep ^$choice | awk '{print $1}') @@ -77,16 +77,22 @@ dm_man() { fi } -select_arr=("run" "bin" "functions" "aliases" "hidden" "man" "scratch") -submenu=$(printf '%s\n' "${select_arr[@]}" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'submenu: ') +dm_pom() { + sleep 1500 + /usr/bin/notify-send -u 'low' "time's up" +} + +select_arr=("run" "bin" "functions" "aliases" "hidden" "man" "pom" "scratch") +submenu=$(printf '%s\n' "${select_arr[@]}" | dmenu -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'submenu: ') case $submenu in - run) dmenu_run -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#2b2b2d' -nf '#baba9e' -sb '#753747' -sf '#bbbbbb' -p 'rundmc: ' ;; + run) dmenu_run -i -l 10 -m 0 -fn tamzen:pixelsize=15 -nb '#1f1d1b' -nf '#d3cab3' -sb '#454545' -sf '#dab733' -p 'rundmc: ' ;; bin) dm_bin ;; functions) dm_func ;; aliases) dm_aliases ;; hidden) dm_hidden ;; man) dm_man ;; + pom) dm_pom ;; scratch) urxvtc -e zsh -c "less $HOME/.vimrc" ;; *) exit ;; esac diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc @@ -93,7 +93,7 @@ ### Text ### - font = saxMono 9 + font = BPmono 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -253,9 +253,9 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#3d3a3b" + background = "#555" foreground = "#baba9e" - frame_color = "#2b2b2d" + frame_color = "#807b64" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc @@ -36,7 +36,7 @@ set sort_aux = reverse-date-received # colours color normal default default -color indicator white color8 +color indicator color11 color8 color tree default default color status white black color index white color8 "~T" diff --git a/ncmpcpp/.ncmpcpp/config b/ncmpcpp/.ncmpcpp/config @@ -8,12 +8,12 @@ external_editor = "/usr/bin/vim" # mpd settings mpd_crossfade_time = "3" -mpd_music_dir = "~/lib/mus" +mpd_music_dir = "~/lib/music" mpd_host = "127.0.0.1" mpd_port = "6601" # visualizer -visualizer_look = " |" +visualizer_look = "▒░" visualizer_color = "cyan,blue,magenta,yellow" visualizer_in_stereo = "yes" visualizer_fifo_path = "~/.mpd/mpd.fifo" @@ -22,24 +22,24 @@ visualizer_output_name = "mpd spectrum" visualizer_type = "spectrum" # display settings -song_columns_list_format = "(3f)[blue]{n} (40)[magenta]{t|f} (25)[green]{a} (30)[cyan]{b} (4f)[yellow]{l}" +song_columns_list_format = "(3f)[white]{n} (40)[white]{t|f} (25)[white]{a} (30)[white]{b} (4f)[white]{l}" song_status_format = "$7%a $6$b> $6%t $6$b> $2%b$6" statusbar_color = "white" main_window_color = "cyan" header_visibility = "no" statusbar_visibility = "no" colors_enabled = "yes" -now_playing_prefix = "$u$2" -now_playing_suffix = "$2$/u$2" +now_playing_prefix = "$2$b" +now_playing_suffix = "$9$/b" autocenter_mode = "yes" centered_cursor = "yes" progressbar_color = "black" -progressbar_elapsed_color = "green" -progressbar_look = "───" +progressbar_elapsed_color = "blue" +progressbar_look = "▒▓░" titles_visibility = "no" mouse_support = "no" discard_colors_if_item_is_selected = "yes" -user_interface = "classic" +user_interface = "alternative" playlist_display_mode = "columns" search_engine_display_mode = "columns" diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config @@ -18,7 +18,7 @@ color info color11 black color listfocus color7 color8 color listfocus_unread color11 color8 color listnormal color7 default -color listnormal_unread color12 default +color listnormal_unread color13 default # feedlist format and colours highlight feedlist "┣." color241 default @@ -35,10 +35,10 @@ feedlist-format "%?l?▓ %=2i %t &▓▓▒▒░░⋯%t⋯░░▒▒?" # article format and colours #articlelist-format "%?T? │ %2i %f %t?" -highlight articlelist "▓" color5 default +highlight articlelist "▓" color241 default articlelist-format "▓ %2i %t" -highlight article "^Feed:.*" color5 default -highlight article "^Title:.*" color3 default +highlight article "^Feed:.*" color1 default +highlight article "^Title:.*" color6 default highlight article "^Author:.*" color7 default highlight article "^Date:.*" color15 default highlight article "^Link:.*" color15 color236 diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py @@ -4,7 +4,7 @@ # qute://help/settings.html # Uncomment this to still load settings configured via autoconfig.yml -# config.load_autoconfig() +config.load_autoconfig(False) # Maximum time (in minutes) between two history items for them to be # considered being from the same browsing session. Items with less time @@ -99,7 +99,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*') # - true # - false # - ask -config.set('content.notifications', False, 'https://www.reddit.com') +config.set('content.notifications.enabled', False, 'https://www.reddit.com') # Number of commands to save in the command history. 0: no history / -1: # unlimited @@ -143,7 +143,7 @@ c.downloads.remove_finished = 100 # CSS border value for hints. # Type: String -c.hints.border = '3px solid #2b2b2d' +c.hints.border = '1px solid #9c353e' # Characters used for hint strings. # Type: UniqueCharString @@ -187,7 +187,7 @@ c.url.default_page = 'https://start.pyratebeard.net' # used by prepending the search engine name to the search term, e.g. # `:open google qutebrowser`. # Type: Dict -c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://searx.be/?q={}'} # Page(s) to open at the start. # Type: List of FuzzyUrl, or FuzzyUrl @@ -196,47 +196,47 @@ c.url.start_pages = 'https://start.pyratebeard.net' # Text color of the completion widget. May be a single color to use for # all columns or a list of three colors, one for each column. # Type: List of QtColor, or QtColor -c.colors.completion.fg = ['#baba9e', '#baba9e', '#baba9e'] +c.colors.completion.fg = ['#d3cab3', '#d3cab3', '#d3cab3'] # Background color of the completion widget for even rows. # Type: QssColor -c.colors.completion.even.bg = '#3d3a3b' +c.colors.completion.even.bg = '#454545' # Foreground color of completion widget category headers. # Type: QtColor -c.colors.completion.category.fg = '#baba9e' +c.colors.completion.category.fg = '#d3cab3' # Top border color of the completion widget category headers. # Type: QssColor -c.colors.completion.category.border.top = '#131313' +c.colors.completion.category.border.top = '#1f1d1b' # Bottom border color of the completion widget category headers. # Type: QssColor -c.colors.completion.category.border.bottom = '#131313' +c.colors.completion.category.border.bottom = '#1f1d1b' # Background color of the selected completion item. # Type: QssColor -c.colors.completion.item.selected.bg = '#956c74' +c.colors.completion.item.selected.bg = '#a3535e' # Background color for the download bar. # Type: QssColor -c.colors.downloads.bar.bg = '#131313' +c.colors.downloads.bar.bg = '#1f1d1b' # Color gradient start for download text. # Type: QtColor -c.colors.downloads.start.fg = '#bbbbbb' +c.colors.downloads.start.fg = '#c9b09a' # Color gradient start for download backgrounds. # Type: QtColor -c.colors.downloads.start.bg = '#6e6461' +c.colors.downloads.start.bg = '#8b6268' # Color gradient end for download text. # Type: QtColor -c.colors.downloads.stop.fg = '#131313' +c.colors.downloads.stop.fg = '#1f1d1b' # Color gradient stop for download backgrounds. # Type: QtColor -c.colors.downloads.stop.bg = '#909798' +c.colors.downloads.stop.bg = '#a4b810' # Color gradient interpolation system for download backgrounds. # Type: ColorSystem @@ -249,24 +249,24 @@ c.colors.downloads.system.bg = 'rgb' # Foreground color for downloads with errors. # Type: QtColor -c.colors.downloads.error.fg = '#bbbbbb' +c.colors.downloads.error.fg = '#fbf0d2' # Background color for downloads with errors. # Type: QtColor -c.colors.downloads.error.bg = '#883c43' +c.colors.downloads.error.bg = '#bb6055' # Font color for hints. # Type: QssColor -c.colors.hints.fg = '#bbbbbb' +c.colors.hints.fg = '#fbf0d2' # Background color for hints. Note that you can use a `rgba(...)` value # for transparency. # Type: QssColor -c.colors.hints.bg = '#131313' +c.colors.hints.bg = '#1f1d1b' # Font color for the matched part of hints. # Type: QtColor -c.colors.hints.match.fg = '#deb14f' +c.colors.hints.match.fg = '#dab733' # Background color of the keyhint widget. # Type: QssColor @@ -274,53 +274,53 @@ c.colors.keyhint.bg = 'rgba(0, 0, 0, 80%)' # Foreground color of the statusbar. # Type: QssColor -c.colors.statusbar.normal.fg = '#bbbbbb' +c.colors.statusbar.normal.fg = '#fbf0d2' # Background color of the statusbar. # Type: QssColor -c.colors.statusbar.normal.bg = '#171717' +c.colors.statusbar.normal.bg = '#1f1d1b' # Foreground color of the statusbar in insert mode. # Type: QssColor -c.colors.statusbar.insert.fg = '#131313' +c.colors.statusbar.insert.fg = '#1f1d1b' # Background color of the statusbar in insert mode. # Type: QssColor -c.colors.statusbar.insert.bg = '#899e3b' +c.colors.statusbar.insert.bg = '#80964d' # Foreground color of the statusbar in command mode. # Type: QssColor -c.colors.statusbar.command.fg = '#baba9e' +c.colors.statusbar.command.fg = '#d3cab3' # Background color of the statusbar in command mode. # Type: QssColor -c.colors.statusbar.command.bg = '#3d3a3b' +c.colors.statusbar.command.bg = '#454545' # Default foreground color of the URL in the statusbar. # Type: QssColor -c.colors.statusbar.url.fg = '#bbbbbb' +c.colors.statusbar.url.fg = '#fbf0d2' # Foreground color of the URL in the statusbar on error. # Type: QssColor -c.colors.statusbar.url.error.fg = '#bb6767' +c.colors.statusbar.url.error.fg = '#c94539' # Foreground color of the URL in the statusbar on successful load # (http). # Type: QssColor -c.colors.statusbar.url.success.http.fg = '#d2d074' +c.colors.statusbar.url.success.http.fg = '#756583' # Foreground color of the URL in the statusbar on successful load # (https). # Type: QssColor -c.colors.statusbar.url.success.https.fg = '#d2d074' +c.colors.statusbar.url.success.https.fg = '#aabb46' # Foreground color of the URL in the statusbar when there's a warning. # Type: QssColor -c.colors.statusbar.url.warn.fg = '#909798' +c.colors.statusbar.url.warn.fg = '#c94539' # Color gradient start for the tab indicator. # Type: QtColor -c.colors.tabs.indicator.start = '#131313' +c.colors.tabs.indicator.start = '#1f1d1b' # Foreground color of unselected odd tabs. # Type: QtColor @@ -328,7 +328,7 @@ c.colors.tabs.odd.fg = '#626262' # Background color of unselected odd tabs. # Type: QtColor -c.colors.tabs.odd.bg = '#2b2b2d' +c.colors.tabs.odd.bg = '#181512' # Foreground color of unselected even tabs. # Type: QtColor @@ -336,23 +336,23 @@ c.colors.tabs.even.fg = '#626262' # Background color of unselected even tabs. # Type: QtColor -c.colors.tabs.even.bg = '#2b2b2d' +c.colors.tabs.even.bg = '#181512' # Foreground color of selected odd tabs. # Type: QtColor -c.colors.tabs.selected.odd.fg = '#131313' +c.colors.tabs.selected.odd.fg = '#1f1d1b' # Background color of selected odd tabs. # Type: QtColor -c.colors.tabs.selected.odd.bg = '#deb14f' +c.colors.tabs.selected.odd.bg = '#aabb46' # Foreground color of selected even tabs. # Type: QtColor -c.colors.tabs.selected.even.fg = '#131313' +c.colors.tabs.selected.even.fg = '#1f1d1b' # Background color of selected even tabs. # Type: QtColor -c.colors.tabs.selected.even.bg = '#deb14f' +c.colors.tabs.selected.even.bg = '#aabb46' # Default font families to use. Whenever "default_family" is used in a # font setting, it's replaced with the fonts listed here. If set to an diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -7,6 +7,11 @@ unbind C-b set-option -g prefix ` bind ` send-prefix +# unbind detach +# can still use D to select +# a client to detach +unbind d + # shell set -g default-command /usr/bin/zsh set -g default-shell /usr/bin/zsh @@ -90,7 +95,7 @@ set -g pane-border-style fg=black set -g pane-active-border-style fg=colour244 # messaging -set -g message-style fg=white,bg=colour5 +set -g message-style fg=colour7,bg=colour8 set -g message-command-style fg=colour0,bg=colour1 set-option -g display-time 4000 @@ -115,7 +120,7 @@ set-option -g status-right '#[bg=default,fg=colour237]░▓#[bg=colour237,fg=co set-option -g status-left '' # online and offline icon for tmux-online-status -set -g @online_icon "#[bg=colour237,fg=colour2]░▓█#[bg=colour2,fg=black]online#[bg=colour237,fg=colour2]█▓░#[default]" +set -g @online_icon "#[bg=colour237,fg=colour241]░▓█#[bg=colour241,fg=black]online#[bg=colour237,fg=colour241]█▓░#[default]" set -g @offline_icon "#[bg=colour237,fg=colour1]░▓█#[bg=colour1,fg=white]offline#[bg=colour237,fg=colour1]█▓░#[default]" # device names for tmux-bond-device @@ -123,7 +128,7 @@ set -g @ethernet "#[bg=colour237,fg=colour7] hardwire #[default]" set -g @wifi "#[bg=colour237,fg=colour7] airborne #[default]" # device names for tmux-muted -set -g @muted "#[bg=colour237,fg=colour2]░▓█#[bg=colour2,fg=black]mute#[bg=colour237,fg=colour2]█▓░#[default]" +set -g @muted "#[bg=colour237,fg=colour241]░▓█#[bg=colour241,fg=black]mute#[bg=colour237,fg=colour241]█▓░#[default]" set -g @unmuted "#[bg=colour237,fg=colour1]░▓█#[bg=colour1,fg=white]on air#[bg=colour237,fg=colour1]█▓░#[default]" # work minutes for pomodoro diff --git a/vim/.vim/colors/oldriceputin.vim b/vim/.vim/colors/oldriceputin.vim @@ -26,12 +26,12 @@ hi FoldColumn term=NONE cterm=NONE ctermfg=238 ctermbg=NONE hi Folded term=NONE cterm=NONE ctermfg=238 ctermbg=NONE hi Function term=NONE cterm=NONE ctermfg=15 ctermbg=NONE hi Identifier term=NONE cterm=NONE ctermfg=9 ctermbg=NONE -hi IncSearch term=NONE cterm=NONE ctermfg=0 ctermbg=3 +hi IncSearch term=NONE cterm=NONE ctermfg=237 ctermbg=11 hi MatchParen term=NONE cterm=NONE ctermfg=7 ctermbg=3 hi NonText term=NONE cterm=NONE ctermfg=238 ctermbg=NONE hi Normal term=NONE cterm=NONE ctermfg=251 ctermbg=NONE hi PreProc term=NONE cterm=NONE ctermfg=11 ctermbg=NONE -hi Search term=NONE cterm=NONE ctermfg=0 ctermbg=11 +hi Search term=NONE cterm=NONE ctermfg=11 ctermbg=241 hi SignColumn term=NONE cterm=NONE ctermfg=NONE ctermbg=237 hi Special term=NONE cterm=NONE ctermfg=10 ctermbg=NONE hi SpecialKey term=NONE cterm=NONE ctermfg=12 ctermbg=NONE diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc @@ -1,14 +1,14 @@ -set default-bg "#171717" +set default-bg "#131313" set default-fg "#bbbbbb" -set statusbar-bg "#171717" +set statusbar-bg "#131313" set statusbar-fg "#baba9e" -set inputbar-bg "#171717" +set inputbar-bg "#131313" set inputbar-fg "#baba9e" -set recolor-lightcolor "#171717" -set recolor-darkcolor "#b3b3b3" +set recolor-lightcolor "#1d1d1d" +set recolor-darkcolor "#c2c2c2" set recolor true set guioptions c