(Scripts)~some changes (check message)

speed~address to download git.aryadevchavali.com->aryadevchavali.com/resources

status/datetime~date format to a decomposed format

status/music_update_bar~pid to kill on dwmblocks
This commit is contained in:
2021-09-15 12:21:18 +01:00
parent b1908e7fe3
commit d2a1b0c9b0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
wget -nv --show-progress -O /dev/null "https://git.aryadevchavali.com/?p=Text.git;a=blob_plain;f=PDFs/Algorithms+2011.pdf;hb=HEAD"
wget -nv --show-progress -O /dev/null "https://aryadevchavali.com/resources/Algorithms%202011.pdf"

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
echo  $(date +'%a %F %R')
echo  $(date +'%A %d %b %R')

View File

@@ -9,6 +9,6 @@ do
item="$(playerctl --player=spotify metadata title)";
sleep 0.5;
done
kill -48 $(pidof dwmblocks);
kill -37 $(pidof dwmblocks);
item="";
done