all repos — dotfiles @ b66214d33ee936a2f56735f1b6637c471d86a5ff

linux dotfiles

bin: remove unused scripts
Prithu Goswami pg@prithu.dev
Tue, 26 Sep 2023 00:13:17 +0530
commit

b66214d33ee936a2f56735f1b6637c471d86a5ff

parent

ff4ed8a9cf75ab0045a4028894aa12c0f60240ea

6 files changed, 0 insertions(+), 37 deletions(-)

jump to
D bin/cron/newsboat-cron

@@ -1,18 +0,0 @@

-#!/bin/sh - -ping -q -c 1 google.com >/dev/null || exit -pgrep -x newsboat >/dev/null && xdotool key --window "$(xdotool search --name newsboat)" R && exit -count=0 -echo -e '\uf2f1' > $HOME/.config/newsboat/unread && pkill -SIGRTMIN+10 i3blocks -count=$(newsboat -x "reload" && newsboat -x "print-unread" | cut -d ' ' -f1) - -if [ $count -gt 0 ] -then - echo $count > $HOME/.config/newsboat/unread - pkill -SIGRTMIN+10 i3blocks - #notify-send -i feedreader "$count unread RSS feeds" -elif [ $count -eq 0 ] -then - echo $count > $HOME/.config/newsboat/unread - pkill -SIGRTMIN+10 i3blocks -fi
D bin/cron/pacupdate-cron

@@ -1,10 +0,0 @@

-#!/usr/bin/bash - - ping -q -c 1 google.com >/dev/null || exit -[ "$1" = "-u" ] && sudo pacman -Sy -count=$(pacman -Qu | wc -l) - -[ $count -gt 0 ] && notify-send \ - "$count package updates available" - -pkill -SIGRTMIN+8 i3blocks
D bin/cron/playlist-sync-cron

@@ -1,2 +0,0 @@

-#!/bin/bash -playlist-sync 2>&1 | tee "$HOME/.log/playlist-sync/$(date +%s | md5sum | awk '{print $1}')"
D bin/dmenu_launcher/google

@@ -1,3 +0,0 @@

-#!/usr/bin/bash -echo -n | dmenu $DMENU_ARGS -p "Google" | tr ' ' '+' | xargs printf\ - 'https://www.google.com/search?q=%b' | setsid -f xargs xdg-open
D bin/dmenu_launcher/ud

@@ -1,4 +0,0 @@

-#!/usr/bin/bash -echo -n | dmenu $DMENU_ARGS -p "UD" | tr ' ' '+' | xargs printf\ - 'https://www.urbandictionary.com/define.php?term=%b' | setsid -f\ - xargs xdg-open