dgy
/
hexagons
Archived
1
0
Fork 0

revertir un par de cambios que al final no use. los retoques de siempre

This commit is contained in:
deadguy 2020-08-04 12:10:09 -03:00
parent c246e5972f
commit 0f842a1b91
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
16 changed files with 78 additions and 77 deletions

View File

@ -76,16 +76,16 @@
context = mod4+ctrl+semicolon
[urgency_low]
background = "#d8d8d8"
foreground = "#380000"
frame_color = "#f3f3f3"
timeout = 5
background = "#212121"
foreground = "#e8d0c0"
frame_color = "#b16286"
timeout = 3
[urgency_normal]
background = "#d8d8d8"
foreground = "#380000"
frame_color = "#9d9d9d"
timeout = 10
background = "#101010"
foreground = "#e0d0c3"
frame_color = "#0474a7"
timeout = 5
[urgency_critical]
background = "#fb4245"

View File

@ -3,7 +3,7 @@
include "/home/deadguy/.config/gtk-2.0/gtkrc-2.0.mine"
gtk-theme-name="Haiku"
gtk-icon-theme-name="Haiku"
gtk-icon-theme-name="AMIGAOSLINUX"
gtk-font-name="System Charcoal 10"
gtk-cursor-theme-name="HaikuHandRe"
gtk-cursor-theme-size=0

View File

@ -2,7 +2,7 @@
gtk-application-prefer-dark-theme=1
gtk-cursor-theme-name=HaikuHandRe
gtk-theme-name=Haiku
gtk-icon-theme-name=Haiku
gtk-icon-theme-name=AMIGAOSLINUX
gtk-font-name=System Charcoal 10
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ

View File

@ -270,7 +270,8 @@ map Y %cp -ri $fs .
map D %mv -i $fs .
map ma $mepetre "$f"
map za $apack "$f".zip $f
map zu $zu "$f"
map zu $file-roller "$f"
map zx $atool --each --extract "$f"
map zg $hx add "$f"
map zn newfold
@ -292,7 +293,8 @@ map gU cd /usr
map ge cd ~/etc
map g. cd ~/.config
map gl cd ~/.local/share
map gm cd /media
map gM cd /media
map gm cd ~/snd/Albums
map gr cd /mnt/remote
map gc cd /mnt/cel
map gb cd ~/.local/bin

View File

@ -1,10 +1,10 @@
# playlist_directory "~/Music/Albums/0playlists"
music_directory "/mnt/remote"
db_file "$XDG_CONFIG_HOME/mpd/mpd.db"
log_file "$XDG_CONFIG_HOME/mpd/mpd.log"
pid_file "$XDG_CONFIG_HOME/mpd/mpd.pid"
state_file "$XDG_CONFIG_HOME/mpd/mpdstate"
sticker_file "$XDG_CONFIG_HOME/mpd/sticker.sql"
playlist_directory "~/snd/Albums/0playlists"
music_directory "~/snd/Albums"
db_file "~/.config/mpd/mpd.db"
log_file "~/.config/mpd/mpd.log"
pid_file "~/.config/mpd/mpd.pid"
state_file "~/.config/mpd/mpdstate"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
@ -28,12 +28,13 @@ playlist_plugin {
enabled "true"
}
bind_to_address "127.0.0.1"
port "6600"
log_level "default"
restore_paused "no"
save_absolute_paths_in_playlists "no"
follow_outside_symlinks "no"
auto_update "yes"
auto_update_depth "3"
metadata_to_use "artist,album,title,track,name,composer,performer,disc"
bind_to_address "127.0.0.1"
bind_to_address "~/.config/mpd/socket"
port "6600"
auto_update_depth "3"
auto_update "yes"
restore_paused "no"
follow_outside_symlinks "no"
save_absolute_paths_in_playlists "no"
log_level "default"
metadata_to_use "artist,album,title,track,name,composer,performer,disc"

View File

@ -1,5 +1,6 @@
# GLOBAL
ncmpcpp_directory = "~/.config/ncmpcpp"
ncmpcpp_directory = "~/.config/ncmpcpp"
execute_on_song_change = "tapa"
# VISULAIZER
visualizer_fifo_path = "/tmp/mpd.fifo"
@ -8,34 +9,36 @@ visualizer_type = "wave"
visualizer_in_stereo = no
visualizer_color = "red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red"
visualizer_sync_interval = 15
visualizer_look = "º|"
visualizer_look = "∙│"
# COLORS
colors_enabled = yes
discard_colors_if_item_is_selected = yes
alternative_ui_separator_color = black
main_window_color = white
alternative_ui_separator_color = black
header_window_color = cyan
volume_color = red
state_line_color = white
statusbar_color = magenta
empty_tag_color = blue
state_flags_color = red
empty_tag_color = blue
state_flags_color = red
# SONG
song_status_format = "{%a - %t}"
song_list_format = "{%a - %t} $R {%l}"
song_list_format = "$5{$4%a}|{$8<unknown artist>} {$8%t}|{$2►$2<untitled>}|{$5►$8 %f} $R {$7%l}"
song_status_format = {$8%b}|{$6 "%a"}$8
song_window_title_format = "{%a - }{%t}|{%f}"
song_columns_list_format = "(30)[blue]{a} (40)[red]{t|f} (30)[cyan]{br} (4f)[green]{lr}"
# PREFIX
now_playing_prefix = "$(8)"
now_playing_suffix = "$0"
selected_item_prefix = "$(11)"
current_item_prefix = "$(11)$r"
browser_playlist_prefix = "$7list$9"
current_item_inactive_column_prefix = "$(red)$r"
current_item_inactive_column_suffix = "$/r$(end)"
# PREFIX/SUFFIX
now_playing_prefix = "$5· "
now_playing_suffix = " $5·"
selected_item_prefix = "$9"
selected_item_suffix = "$9"
current_item_prefix = "$(white)$r"
current_item_suffix = "$/r$(end)"
browser_playlist_prefix = "$7list$9"
current_item_inactive_column_prefix = "$(red)$r"
current_item_inactive_column_suffix = "$/r$(end)"
# PROGRESS BAR
progressbar_look = "━ "
@ -46,23 +49,24 @@ progressbar_elapsed_color = blue
user_interface = classic
playlist_display_mode = classic
browser_display_mode = classic
search_engine_display_mode = columns
playlist_editor_display_mode = classic
search_engine_display_mode = columns
# BROWSER
browser_sort_mode = mtime
# LIBRARY
media_library_sort_by_mtime = yes
media_library_sort_by_mtime = yes
media_library_albums_split_by_date = yes
# UI
locked_screen_width_part = 50
empty_tag_marker = "--"
header_text_scrolling = yes
statusbar_visibility = yes
autocenter_mode = yes
jump_to_now_playing_song_at_start = yes
enable_window_title = yes
statusbar_visibility = no
titles_visibility = no
header_visibility = no
display_bitrate = no
@ -70,25 +74,22 @@ centered_cursor = no
playlist_show_remaining_time = no
display_remaining_time = no
playlist_separate_albums = no
ask_for_locked_screen_width_part = no
empty_tag_marker ="--"
ask_for_locked_screen_width_part = no
# OPTIONS
lines_scrolled = 1
external_editor = nvim
mouse_support = yes
mouse_list_scroll_whole_page = yes
cyclic_scrolling = yes
use_console_editor = yes
incremental_seeking = yes
external_editor = nvim
incremental_seeking = yes
ignore_leading_the = no
allow_for_physical_item_deletion = no
data_fetching_delay = no
ask_before_clearing_playlists = no
data_fetching_delay = no
ask_before_clearing_playlists = no
# LYRICS
lyrics_directory = /tmp/lyrics
follow_now_playing_lyrics = no
store_lyrics_in_song_dir = no
lyrics_directory = /tmp/lyrics
execute_on_song_change = "tapa"

View File

@ -14,10 +14,10 @@ error-log "~/.config/newsboat/error.log"
highlight feedlist "──.*" yellow default
feedlist-format "%?T? %U %t &── %t ────────────────────────?"
datetime-format "%F"
feedlist-title-format "Feeds: %u/%t %?T?Tag: %T ? %> %N %V"
feedlist-title-format "Feeds: %u/%t %?T?Tag: %T ?"
itemview-title-format " "
articlelist-format "%f %t %> %D"
articlelist-title-format "%T: %u sin leer %> %U"
articlelist-title-format "%T: %u sin leer"
searchresult-title-format "Resultados (%u sin leer, %t total)"
filebrowser-title-format "%f %?O?Open File&Save File?"
help-title-format "Ayuda"

View File

@ -24,6 +24,7 @@
"list.selectedSignText": " ",
"suggest.echodocSupport": true,
"suggest.maxPreviewWidth": 100,
"suggest.noselect": false,
"session.saveOnVimLeave": false,
"snippets.extends": {
"javascriptreact": ["javascript"],

View File

@ -123,7 +123,6 @@ if !exists('autocommands_loaded') && has('autocmd')
aug miscs
au CursorHold * silent call CocActionAsync('highlight')
" au CursorHold * call CocActionAsync('doHover')
au User CocJumpPlaceholder call CocActionAsync('showSignatureHelp')
au ColorScheme * call MyHighlights()
aug END
@ -244,6 +243,7 @@ inoremap <silent><expr> <TAB>
\ coc#expandableOrJumpable() ? "\<C-r>=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\<CR>" :
\ <SID>check_back_space() ? "\<TAB>" :
\ coc#refresh()
inoremap <expr><S-TAB> pumvisible() ? "\<C-p>" : "\<C-h>"
function! s:check_back_space() abort
let col = col('.') - 1
@ -434,7 +434,7 @@ function! LinterStatus() abort
let l:all_errors = l:counts.error + l:counts.style_error
let l:all_non_errors = l:counts.total - l:all_errors
return l:counts.total == 0 ? '' : printf(
\ ' ⚠ :%d ✖ :%d ',
\ '  :%d  :%d ',
\ l:all_non_errors,
\ l:all_errors
\)
@ -516,7 +516,6 @@ nnoremap <Bar> gg
nnoremap ¿ G
" Splits
nnoremap <silent> <leader>t :terminal<CR>
nnoremap <silent> <leader>v :vnew<CR>
nnoremap <silent> <leader>s :new<CR><CR>
@ -636,13 +635,5 @@ vnoremap <Leader>sw "hy
\ unlet b:sub b:rep <Bar>
\ endif <CR>
"}}}
"Terminal {{{
" Terminal movement
tnoremap <Esc> <C-\><C-n>
tnoremap <M-h> <C-\><C-n><C-w>h
tnoremap <M-j> <C-\><C-n><C-w>j
tnoremap <M-k> <C-\><C-n><C-w>k
tnoremap <M-l> <C-\><C-n><C-w>l
"}}}
"}}}
" vim:foldmethod=marker:foldlevel=0

View File

@ -18,7 +18,7 @@ super + ctrl + {1-9,0}
id=$(bspc query -N -n); bspc node -d {1-9,10}; bspc node -f ${id}
super + {_,shift} + ntilde
minve {hide,dmenu}
minve {hide,show}
super + {equal, plus, minus}
bspc node -l {normal, above, below}

3
.local/bin/README.MD Normal file
View File

@ -0,0 +1,3 @@
# Scripts
Estos son los scripts que uso con mi sistema. En su gran mayoria son para agregar funcionalidad a mi window manager, bspwm, pero pueden ser utilizados fuera del mismo sin demasiado problema. Varios tienen a dmenu como su principal dependencia.

View File

@ -1,6 +1,6 @@
#!/bin/sh
youtube-dl --add-metadata -icx --no-cache-dir --no-call-home --audio-format mp3 --audio-quality 0 --prefer-ffmpeg --no-post-overwrites --geo-bypass -o "/mnt/remote/%(artist)s/%(album)s/%(artist)s - %(album)s - %(track_number)d %(track)s.%(ext)s" "$1"
youtube-dl --add-metadata -icx --no-cache-dir --no-call-home --audio-format mp3 --audio-quality 0 --prefer-ffmpeg --no-post-overwrites --geo-bypass -o "$HOME/snd/Albums/%(artist)s/%(album)s/%(artist)s - %(album)s - %(track_number)d %(track)s.%(ext)s" "$1"
echo "Buscando la tapa..."
HTML_TEMP=$(mktemp)
@ -8,4 +8,4 @@ curl -s "$1" > "$HTML_TEMP"
titulo=$(grep -Po "<title>.*</title>" "$HTML_TEMP" | sed 's/<[^>]*>//g')
disco=${titulo% | *}
grupo=${titulo#* | }
sed -n '/image_/s/.*rel="image_src"\s\+href="\([^"]\+\).*/\1/p' "$HTML_TEMP" | xargs -r curl -s --create-dirs -o "/mnt/remote/${grupo}/${disco}/cover.jpg" && echo "Listo" || echo "No pude :("
sed -n '/image_/s/.*rel="image_src"\s\+href="\([^"]\+\).*/\1/p' "$HTML_TEMP" | xargs -r curl -s --create-dirs -o "$HOME/snd/Albums/${grupo}/${disco}/cover.jpg" && echo "Listo" || echo "No pude :("

View File

@ -8,7 +8,7 @@ icon="$XDG_DATA_HOME/icons/Marwaita-Dark/24x24/categories/preferences-system-win
case $1 in
hide)
if [ "$lines" -ge 15 ]; then
notify-send -i "$icon" "15 ventanas minimizadas" "Mejor cerrar algunas antes de esconder todavia mas"
notify-send -i "$icon" "15 ventanas minimizadas" "Mejor cerrar algunas antes de esconder todavía más"
else
focusedNode=$(bspc query -N -n .focused)
focusedID=$(bspc query -D -d --names)
@ -20,10 +20,10 @@ hide)
notify-send -i "$icon" "${notiflines} ventanas escondidas." "$focusedName"
fi
;;
dmenu)
show)
[ -z "$file" ] && exit
sel=$(awk '{print $2,$3}' "$file" | dmenu -i -p ' ')
sel=$(awk '{print $2,$3}' "$file" | dmenu -i -p ' ')
selectedID=$(awk -v pat="$sel" '$0~pat {print $1}' "$file")
selectedDesktop=$(awk -v pat="$sel" '$0~pat {print $2}' "$file")
bspc desktop -f "$selectedDesktop"

View File

@ -3,7 +3,7 @@
# CONFIG ----------------------------------------------------
# This NEEDS to be the same as in mpd.conf
# music_dir="$HOME/Music/Albums"
music_dir="/mnt/remote"
music_dir="$HOME/snd/Albums"
# What should the covers be resized to in pixels
cover_resize="100"

View File

@ -47,7 +47,6 @@
>Discord</a
>
</li>
</div>
<div class="category">
<li><a class="bm" href="https://wiki.archlinux.org">Arch Wiki</a></li>
@ -57,7 +56,7 @@
<li>
<a class="bm" href="https://voidlinux.org/packages">Void Packages</a>
</li>
<li><a class="bm" href="//wiki.voidlinux.org"></a>Void Wiki</li>
<li><a class="bm" href="https://docs.voidlinux.org">Void Wiki</a></li>
</div>
<div class="category">
<li><a class="bm" href="https://invidio.us/">Invidio.us</a></li>

View File

@ -9,6 +9,7 @@ alsa-plugins-pulseaudio
alsa-plugins-samplerate
alsa-plugins-speex
alsa-utils
android-udev-rules
atool
audacity
autopep8
@ -18,6 +19,7 @@ bc
bspwm
cadence
chrony
chuck
connman
connman-ncurses
crispy-doom
@ -35,6 +37,7 @@ fdk-aac-devel
fdkaac
ffmpeg
figlet
file-roller
firefox
fzf
gallery-dl