diff options
-rw-r--r-- | .config/vifm/vifmrc | 7 | ||||
-rwxr-xr-x | .local/bin/dwmbar/dwmb-battery | 6 | ||||
-rwxr-xr-x | .local/bin/dwmbar/dwmb-news | 1 | ||||
-rw-r--r-- | .local/share/fonts/ApercuMono/FontsFree-Net-ApercuMono.ttf (renamed from .local/share/fonts/FontsFree-Net-ApercuMono.ttf) | bin | 26076 -> 26076 bytes | |||
-rw-r--r-- | .local/share/fonts/FontAwesome/Font Awesome 5 Brands-Regular-400.otf (renamed from .local/share/fonts/Font Awesome 5 Brands-Regular-400.otf) | bin | 475468 -> 475468 bytes | |||
-rw-r--r-- | .local/share/fonts/FontAwesome/Font Awesome 5 Free-Regular-400.otf (renamed from .local/share/fonts/Font Awesome 5 Free-Regular-400.otf) | bin | 97112 -> 97112 bytes | |||
-rw-r--r-- | .local/share/fonts/FontAwesome/Font Awesome 5 Free-Solid-900.otf (renamed from .local/share/fonts/Font Awesome 5 Free-Solid-900.otf) | bin | 591244 -> 591244 bytes | |||
-rw-r--r-- | .xinitrc | 3 |
8 files changed, 8 insertions, 9 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 2c10c5d..83a54ca 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -231,8 +231,6 @@ nnoremap bg :!sh ~/.scripts/control/setbg %c &<cr> " Upload highlighted file to 0x0.st and then save url to clipboard nnoremap 0x0 :!curl -s -F'file=@%c' https://0x0.st > /dev/null | xclip -sel clip && notify-send "vifm" "File uploaded: $(xclip -o -selection clipboard)" &<cr> -" Reverse image search with Tiney -nnoremap re :!bash ~/bin/utils/tineye %c &<cr> " Go to the file that is right before "../" for going to the top most file nnoremap gg ggj @@ -275,7 +273,8 @@ nnoremap A cw nnoremap x :!/home/siddharth/bin/utils/extract %f &<cr> " Share Files with dropbox - nnoremap s :!dbshare %d/%b &<cr> +nnoremap s :!dbshare %d/%b &<cr> +nnoremap re :!tmpfunc %d/%b &<cr> " Make a new directory nnoremap mkd :mkdir<space> @@ -287,7 +286,7 @@ nnoremap mkd :mkdir<space> set classify=' :dir:/, :exe:, :reg:, :link:' " various file names set classify+=' ::../::, ::*.sh::, ::*.[hc]pp::, ::*.[hc]::, ::/^copying|license$/::, ::.git/,,*.git/::, ::*.epub,,*.fb2,,*.djvu::, ::*.pdf::, ::*.htm,,*.html,,**.[sx]html,,*.xml::' -set classify+=' ::*.go::, ::*.vim,,vimrc::, ::*.tex,,*.aux,,*.toc,,*.rnw,,*.rmd::, ::*.js::, ::*.css::, ::*.log,,*.db::, ::*.py,,*.pyc,,*.pyd,,*.pyo::, ::*.md::, ::*.json::, ::*.vcf::, ::*.rss::' +set classify+=' ::*.go::, ::*.vim,,vimrc::, ::*.tex,,*.aux,,*.toc,,*.rnw,,*.rmd::, ::*.js::, ::*.css::, ::*.log,,*.db::, ::*.py,,*.pyc,,*.pyd,,*.pyo::, ::*.md::, ::*.json::, ::*.vcf::, ::*.rss::' " archives set classify+=' ::*.7z,,*.ace,,*.arj,,*.bz2,,*.cpio,,*.deb,,*.dz,,*.gz,,*.jar,,*.lzh,,*.lzma,,*.rar,,*.rpm,,*.rz,,*.tar,,*.taz,,*.tb2,,*.tbz,,*.tbz2,,*.tgz,,*.tlz,,*.trz,,*.txz,,*.tz,,*.tz2,,*.xz,,*.z,,*.zip,,*.zoo::' " images diff --git a/.local/bin/dwmbar/dwmb-battery b/.local/bin/dwmbar/dwmb-battery index c8a748b..5f3759e 100755 --- a/.local/bin/dwmbar/dwmb-battery +++ b/.local/bin/dwmbar/dwmb-battery @@ -1,10 +1,8 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) notify-send hey ;; - 2) setsid -f "$TERMINAL" -e calcurse ;; - 3) notify-send " Time/date module" "\- Left click to show upcoming appointments for the next three days via \`calcurse -d3\` and show the month via \`cal\` -- Middle click opens calcurse if installed" ;; + 1) notify-send -a " Battery" "$(acpi -b)" ;; + 3) notify-send -a " Battery" "$(acpi -V)" ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac diff --git a/.local/bin/dwmbar/dwmb-news b/.local/bin/dwmbar/dwmb-news index 4318040..b62c576 100755 --- a/.local/bin/dwmbar/dwmb-news +++ b/.local/bin/dwmbar/dwmb-news @@ -4,5 +4,6 @@ nb=$(cat /tmp/newsupdate 2>/dev/null || echo "$(newsboat -x print-unread | awk ' echo " $nb" case $BLOCK_BUTTON in 1) "$TERMINAL" -e newsboat ;; + 3) newsup ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac diff --git a/.local/share/fonts/FontsFree-Net-ApercuMono.ttf b/.local/share/fonts/ApercuMono/FontsFree-Net-ApercuMono.ttf Binary files differindex 22dfdff..22dfdff 100644 --- a/.local/share/fonts/FontsFree-Net-ApercuMono.ttf +++ b/.local/share/fonts/ApercuMono/FontsFree-Net-ApercuMono.ttf diff --git a/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf b/.local/share/fonts/FontAwesome/Font Awesome 5 Brands-Regular-400.otf Binary files differindex 8ba7054..8ba7054 100644 --- a/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf +++ b/.local/share/fonts/FontAwesome/Font Awesome 5 Brands-Regular-400.otf diff --git a/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf b/.local/share/fonts/FontAwesome/Font Awesome 5 Free-Regular-400.otf Binary files differindex 3ec6277..3ec6277 100644 --- a/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf +++ b/.local/share/fonts/FontAwesome/Font Awesome 5 Free-Regular-400.otf diff --git a/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf b/.local/share/fonts/FontAwesome/Font Awesome 5 Free-Solid-900.otf Binary files differindex cac31d8..cac31d8 100644 --- a/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf +++ b/.local/share/fonts/FontAwesome/Font Awesome 5 Free-Solid-900.otf @@ -10,8 +10,9 @@ picom -b & echo "" > $HOME/.local/share/newsboat/queue echo us > $HOME/.cache/layout xrdb -load $HOME/.Xresources -dwmblocks & flashfocus -n 30 -o 0.75 -v ERROR & +dwmblocks & +sudo /opt/piavpn/bin/pia-daemon & # exec icewm exec dwm # vim:filetype=sh |